PDA

View Full Version : Infinite Loop doesn't allow me to load NT


hstaples
07-07-2010, 09:34 AM
In doing some indicator coding, I mistakenly did a self-reference, which compiles but caused an endless loop. NT crashed, and now when I open NT, the workspace opens, loads the Indicator and continues to crash.

Any clue on how I can load NT w/o loading the workspace so I can modify the Indicator's .cs file, compile and be back in business?

Thanks,
Henry

NinjaTrader_Austin
07-07-2010, 09:37 AM
Henry, you can delete (or remove/backup) the actual workspace file from <My Documents>/NinjaTrader 6.5 or 7/workspace.

hstaples
07-07-2010, 09:50 AM
Ah, yes. So, I edited the workspace file and deleted the offending Indicator. Works now. Thanks!