Hi,
I’m trying to build an intraday strategy for EMA crossover but along with checking if the LTP is higher than the High or Low of signal/alert candle (candle of EMA crossover). I’m able to achieve this using the “Value When” keyword but the problem is that it is not working effectively for intraday. For example when market opens, it gets into trade based on the crossover of previous day.
I want to get into trade only when the crossover happens in the current day. How can I achieve this?
Thank you very much for your help in advance.