I am trying to develop a strategy in Pine Script, but if you don't Pine Script, that's alright. I just need to know how the logic will work in order to implement it.
My strategy is to take trades when signals fire on the heikin ashi chart. My problem is - when I backtest using the heikin ashi chart, it shows buy and sell values from heikin ashi price as opposed to the real price. Since the heikin ashi price uses previous bars and OHLC, I'm getting unrealistic results.
Is there any way for the backtest to show the real price as opposed to heikin ashi prices using the heikin ashi signals?
Thank you
My strategy is to take trades when signals fire on the heikin ashi chart. My problem is - when I backtest using the heikin ashi chart, it shows buy and sell values from heikin ashi price as opposed to the real price. Since the heikin ashi price uses previous bars and OHLC, I'm getting unrealistic results.
Is there any way for the backtest to show the real price as opposed to heikin ashi prices using the heikin ashi signals?
Thank you