Yes it is a loop but under a pink loop as soon one trade fits the loop condition then all trades will have the trail block actions completed, so there is no point in having it under pink blocks.
Posts made by jstap
-
RE: Manual Trades organizationposted in Questions & Answers
-
RE: Manual Trades organizationposted in Questions & Answers
Break even works because it has a built in loop that checks each individual trade. You can trail with pink but you would have to check each attribute then move the stop if it fits.
-
RE: WHAT IS THE MEANING OF ONCE PER BAR?posted in Questions & Answers
It means the block will only work one time in the week, this will be on the first tick unless you have other blocks above preventing the action
-
RE: Manual Trades organizationposted in Questions & Answers
Blue blocks work on all trades, whereas pink work on the individual selected trade, to work on only 1 you need to set up pink blocks mimicking the blue.
-
RE: Problem to Draw Fibonacciposted in Questions & Answers
What I see wrong with that is, the price of 0 is the current market price, then your lowest price starts on 0, use ID numbers that can't overlap for testing.
-
RE: Pivot Variable Helpposted in Questions & Answers
I use chatgpt all the time, ask it 5-year-old questions, and you quite often get a usable answer. This is an example of what I mean, I forgot how some blocks need adding to to do everything you need: https://fxdreema.com/shared/lAuzqMT7c
-
RE: Pivot Variable Helpposted in Questions & Answers
That's still using price and ID, saving the candle time then use it from time, ID is static but IDs change, time is static but doesn't change.
-
RE: Pivot Variable Helpposted in Questions & Answers
Your pivots are not set to record an ID, they are set to record price:

-
RE: Opening trade directly when candle cross lineposted in Questions & Answers
Change candle open to candle close as this is current price:

-
RE: Opening trade directly when candle cross lineposted in Questions & Answers
What candle do you want to activate trades?

-
RE: Stop Loss EA For Each Single Tradeposted in Questions & Answers
It should work, is it? Let us know if it's doing something wrong
-
RE: Opening trade directly when candle cross lineposted in Questions & Answers
Add a shared link so we can see what the EA is doing.
-
RE: DAILY CLOSERposted in General Discussions
Add those blocks < to the top of your buy/dell tree, > in a separate close tree. Add a shared link to see project if not working
-
RE: THANK YOU ALL HELPERS !! HOW TO TERMINATE THE EA?posted in Questions & Answers
Set up a few blocks, if this happens show this text, if this happens because no action has been taken... do this.
Set up a test project doing the first, then when working add the second condition. If you try this and add a shared link then advice can be given on what do do to improve -
RE: DAILY CLOSERposted in General Discussions
check profit (period of time) < x.xx - allow trades to be placed
check profit (period of time) > x.xx - close all -
RE: Problem to Draw Fibonacciposted in Questions & Answers
project screen - projects - create shared link - open in web page - copy address bar - past here
-
RE: Problem to Draw Fibonacciposted in Questions & Answers
Add a shared link to see what you have done