EA Conditions to fullfill in sequence
-
I need help in creating EA based on TDI. However the conditions fullfill in squence rather than at the same candle.
Buy Example:
1- TDI Green Line Crosses Below 68Level.
2- TDI Green Line Crosses Above 68Level.
3- TDI Green Line Crosses Yellow Mid Line.
4- Enter BuyThese conditions may take 5 to 15 candles but i need the EA to read them in sequence.
Which conditions/Blocks should I use?
Thank you
-
You need a variable to remember the earlier events, lets call that track.

-
you are checking these conditions forward ...
here is example with moving averages, ... change them to your tdi ...
import this project to see all variables
https://fxdreema.com/shared/RTY3dqm8dmaybe you must add few another conditions to reset this TDI if something else happens ...
