How to set EA's condition as Indicator rise > Indicator fall, and vice versa?
-
The signal is in the rise and fall of my indicator, so lets say in a 1M it falls by value 10 and rises by 36. How do I instruct EA to buy here?
-
@wafa This depends on what your indicator does, if you have the mq file and it stores relevent info in the buffers it's fairly simple, if not can likely be done. there is lots of info on the forum to add and use indicators, if you still struggle, ask specific questions and put the indicator file here so it can be assessed.
-
@wafa Are you using moving averages? Then you can compare values from candle ID 0 to a specific previous one. Then you can be sure that distance is hit for that period of time.