I'm trying to figure out what in my code to look for... it's really weird.
I'm using NT 6.5 on a multi-timeframe strategy - 1 Day and 8 Day timeframes with Yahoo Historical data (about 4 months of backtest data).
If I run the strategy on a chart, it appears to work just fine.
If I put a Print() statement at the top of OnBarUpdate(), it's not getting called in the Strategy Analyzer.
There are no errors in the logs, and Strategy Analyzer silently quits with $0.00 values.
I tried the SampleMultiTimeFrame strategy, and got the same results.
Any thoughts on what could be happening or what to check?
Thanks
Matt


Comment