Question about loop
-
is it possible to have loop start from a chosen candle ID? Maybe this could be made into a custom block? If so I have no idea how to do so and am assuming it would be quite difficult.
-
@jstap Of course it is possible, but it will depend on the type of loop you are interested in. What do you exactly need?
-
@l-andorrà So basically1st loop looks back finds indicator 1st blue buffer, ID is saved to V1, V1+1 is copied to V2, 2nd loop uses V2 to find indicator 2nd blue buffer ID and saves it to V3.
This means every time the buffer appears the previous buffer ID will move down the list, and this is repeatable for as many buffer positions as wanted.
-
@jstap Ok. Backward loops are not my field of expertise. The best user doing them is roar. Mr. roar, could you please take a look into this project?

-
@l-andorrà Thank you, this loop is very important to me, it will allow the EA to confirm whether pair is in a place of continuation of structure or needs break of structure, confirm whether the fibo lines up with entrance candle and so the TP is in the correct place.
I take it there is no chance of fxdreema inserting another block for loop with ID?
If I knew how to code I could probably create, I cant, I have someone that can create custom indicators so could probably handle this but he has no idea of how to start.