if MA is touching candle + if X amount of candles not touched MA line
-
This is an idea for 2 x different EA's but i'll put it into one thread (Please let me know if this is the wrong thing to do!) - Happy to discuss and use another method. I am quite new to EA's but not new to trading and trading strategies

-
Open a trade if the candle closes above the 20 MA AND open's below the 20 MA (and Vice versa) - so basically when the 20 MA line goes through the last candle - be even better if I can specify which part of the candle i.e between 40% to 60% of the candle
-
Make a trade if the candles have not touched (or crossed) the MA for the last 7 candles
thank you all!
-
-
with fxdreema you can do it .... did you tried? ...
-
ok, so i managed to get the 1st one working using 2 blocks
IF candle close above EA AND Candle open below EA
for the 2nd one - the only way I can think if is have 7 blocks using candleID 1 to 7 - does that sound right?
-
yes you can try it with more blocks ...
-
@sshui said in if MA is touching candle + if X amount of candles not touched MA line:
for the 2nd one - the only way I can think if is have 7 blocks using candleID 1 to 7 - does that sound right?
Could you please provide an example for option #2?
"for the 2nd one - the only way I can think if is have 7 blocks using candleID 1 to 7 - does that sound right?"