Fractals And Alligator Problem
-

Hi guys,
I'm new in fxDreema so I'm a little confused.According to my strategy
-it must be crossover in Alligator. (blue number 1 in the picture)
-it must be a down fractal after crossover. (red number 1 in the picture)
so far everything is correct.
But I don't want my robot to buy again without Alligator crossover (blue number 2 in the picture).
In short, I don't want to buy on the red numbers 2 and 3 in the picture.
How can i solve this problem ?Thanks.
-
@alisargun You need the EA to know that 1 crossong means one trade and no more than that. The best way is bu using a boolean variable (true/false) connected to the crossing and then use it in a condition block in the launching block tree.