PDA

View Full Version : Out.Of.Memory.Error


jinius
10-08-2007, 12:34 PM
When I do backtesting, there is an out of memory error. I post a screenshot here.

regards.

NinjaTrader_Dierk
10-08-2007, 01:08 PM
- what NT version is this? 6.0.1000.5?
- which strategy are you backtesting? An NT standard strategy or a custom strategy?
- please post a screenshot of your strategy backtesting settings

jinius
10-08-2007, 02:07 PM
It's custom strategy.
I already found where is the problem.
This out of memory is caused by even if you clear the text in Output window, but inside Output window control, I think it still buff it.
So when you do lots of testing with tons of Print() function call. It will happened like that.

NT version is 6.0.1005 the current stable version.

regards.

NinjaTrader_Dierk
10-08-2007, 02:13 PM
Great you got it resolved.