Fractal y Bucles
-
@roar In this case, which detects the continuous fractals, I mean the bullish fractals since the bearish ones are correct in this example, what logic could I add knowing what you have explained to me before to tell it that I want that at least between fractal and fractal there is a fractal of the other direction in the middle, I don't know if I have explained myself well.
That is to say, two fractals in a row is what we have now, but at no time I specify that in between there has to be one of the other direction to mark the structure.

-
-
@yerlin then we have to add another group of blocks that, after successfully finding the next "good fractal", checks that there is an up fractal between the 2 down fractals. If not, return to finding the 2nd fractal.
https://fxdreema.com/shared/bwk3PjVdc
This is getting difficult to organize cleanly, lol

-
@roar Thanks for showing up the truth, I've been trying to find the logic for a while and if you saw all the attempts I've tried you'd be scared.
-
@yerlin I know the feeling, lol
But you have the right method, EA coding business is all about testing and failing and testing again
-
https://fxdreema.com/shared/ajalez8M
Can you check this bullish code? it is not giving me the expected result.
-
@yerlin my mistake, in block #30. I updated the link
-
@roar I found the problem, it was failing in the loop_id_buy < second_id_buy condition block.
-
Here something escapes me, why at this point is not catching me the highest high? is it because not having a low marks the one that is lower? at the time that this high creates a new low or fractal will create me that point of structure is true by the logic of your loop?
https://fxdreema.com/shared/5P01OP0Sc

-
it puzzles me when adding it in other temporalities, if it should work the same, according to the fractals found n?

-
https://fxdreema.com/shared/YqGsowM8
I'm missing something... and I don't know what, I've managed to get it to draw the new Highs and Lows but it doesn't get them all... it's only half way there.

-
@yerlin does the sell side part work alone?
For highest high, you need to change this to MODE_HIGH.

-
@roar, NEED HELP
https://fxdreema.com/shared/h38mBlaOd
I've been trying all day to find the logic but I only get more and more frustrated... notice that the loop is stuck at those lows, now I need to see if it creates a new low in the case of bearish to repeat the loop with the new low and so on.

-
Anyone available to lend me a hand, before abandoning the project?
