Looping "n" number of Conditions
-
Guys, spent like a week with this, but couldnt get it. Guess I need a helping hand here...
I need to make EA to run the whole AREA1 Condition blocks sequence (Conditions 4,5 and 6) again after the TakeProfit/Loss, but the EA doesnt seem to do anything after it closes the 1st trade.
The interesting fact is if you disable 4th or 5th block, the EA will start to open the consequent trades, as expected.
....I've looked through the similar issue topics numerous times already, but it didnt help no matter the solution Ive found.
I know, this is amature request to the experienced with the platform, but I kindly asking to help, because there is something I clearly missing here...
Many many thanks, in advance
PROJECT LINK: https://fxdreema.com/shared/auLQreGbe
-
the problem is in block 4, buffer is wrong selected (it has to be 4 or 5,6)
each custom indicator has to be tested before use:otherwise you spend weeks looking for mistakes which could be covered in a few minutes, just with a little effort to visually test everything in the smallest possible parts:
https://fxdreema.com/shared/hH5c31qMb... some indicators repaint the values, you can identify this issue with the same visual test (or using the Trace block)
-
Miro, thank you so much! Now I try to test block-by-block prior to use that block