Yes, that helps me,
now comes the other, how do I make sure that the trade is only executed if the indicator CROSSING each other? only when they CROSSING. Because on my current settings, while I backtested it, the trade was continuously executed even when the indicator wasn't crossing.
Whilst I only need them to be executed while only the indicator crossing
Like, if I start the EA, it will only scan for the indicator. And if they cross each other, the trade will be executed, if not, just keep scanning
and also, when trades are open, also do scan for indicator crossing, if happen, close current trades and open the new one, if not, just keep scanning.
How do i map this?

