I want to enter buy after the candlestick ends.
-
I made an EMA crossover but the EA didn't enter when the EMA crossed. I want to buy after the candlestick ends. What must I do?
-
if candle close [1] > candle close [0]
if ema x> ema -
What @Duelistking has said should work, if not add a shared link to look at...
-
@jstap I'm not in front of the computer