I have tick replay on.
However, when i run the strategy, it shows up the historical trades it would have taken but will not recognise the conditions being met when ran live/market replay.
I have tested the Strategy without any order and just said to paint background if conditions met. Still same thing happens, conditions are met, but the strategy does not carry out the actions.
This happens when i access plot points one bar ago or more, if i do calculate on each tick and conditions are set to current bar [0], it works but not as intended. I think the strategy is having problem accessing plot data from 1 bar ago 2 bars ago... and so on.
I have checked the Plots are there for the indicator. Printing the plot values for 1,2,3,4... bars ago are up in the output window.
My conditions for example are if (stackedImbalance [1]) EnterLong;
Ran on Calculate.OnEachTick
I have tried to run OnBarUpdate and/or current bar[0] condition, still does not work.
All these conditions are under OnBarUpdate()
This problem has stumped me and have not been able to solve it. I have contacted the developer and i was told to contact Ninja trader. I am hoping you guys are able to help.
Thank you.

Comment