How long is a X> active?
-
I’m trying to figure out the following when using the Once A Day Timer: if a moving average crosses another moving average (5 Day X> 20 Day = BUY) on July 1 then is the trade executed for a profit or loss on July 10? Now on July 11 will the July 1 (5 Day X> 20 Day) execute again, or does a new (5 Day X> 20 Day) have to occur?
It seems like the July1 condition is still active. Is there a way to only allow for new (5 Day X> 20 Day = BUY) execute only once?
NoTrade->Condition->OnceADayTimerFilter->Buy -
@mlnaumann the EA works tick-by-tick, and it doesnt "remember" anything that happened in earlier tick cycles.
You'll have to make a more detailed example of this cross problem