How to setup an EA to wait without opening any position
-
Hi,
I've recently started using fxdreema and I'm a newbie. I looked at many answers but couldn't find an answer to my question.
Is there a way to setup EA to wait and to trade in certain conditions?
Example: I want my EA to buy when cande close is above the 200 EMA but wait and not open any position if a certain indicator falls for 4 candles. I don't know if this is a stupid question but I just couldn't figure it out.
Thanks

-
Candle Close > 200 EMA - this is easy, just use Condition block. For the 4 candles fall... try "Indicator fall" block
-
I solved that problem by using "turn off blocks" and "turn on blocks"
Thanks a lot 