In my strategy, I’m trying to buy when LTP crosses above trigger candle which is candle crossing 20 EMA.
Trigger candle - (-1) candle crossing 20 EMA…I capture high of that candle and store in variable.
Any subsequent candle that crosses the high is where I buy.
Problem: I’m able to capture high of trigger candle in get variable, but the trade doesnt get executed…Pls help