The issue is that the strategy, which uses tick bars as its primary bars, requires approximately 1600 bars at startup. The strategy doesn't run when I change the min bars required to from its default value of 20.
On the 1st PC this hasn't been a problem. According to the log files NT has been starting the strategy around the 3030th bar which is sufficient for the strategy. I'm not sure why NT is starting the strategy at bar# 3030 but this works regardless.
The problem is on the 2nd PC. I'm attempting to run the same strategy but the log files consistently show the strategy starting around bar #238. This is an insufficent number of bars for the strategy. Given that I can't change the min bars req'd from the default value how can I get NinjaTrader on PC#2 to mimic what NT is doing on PC #1?
Does NT use some kind of internal default bar value that would cause the same strategy to start at bar #3030 on PC1 but only at bar #238 on PC2? Is there a roundabout way to fix this problem w/o using the min bars req'd input?
-Lou

Comment