The problem is that I cannot seem to backtest this. When I enable the strategy on a chart, it should show all my past trades. It certainly does this when I try to backtest other strategies, like a simple MA crossover. But my strategy never seems to fire.
So what am I missing? Do I have to somehow tell NT8 that I want my backtested strategy to run onBarUpdate on every tick? Does the backtest have bad values for current time" when I try to get it? What am I doing wrong?
Also, is there any way to see the print statements from historical data? If I could see print output from running the strategy on past data, I might be able to figure out what is wrong. Any way to do this?

Comment