My Auto Systems heavily depend on Scaling. They do this over trades (thus not within one trade buying extra, but a new position does that after the previous fully exists).
On the longer term this requires the ability to "Starting through" the System. This is for various reasons, like the program crashed, the PC required a reboot, etc.;
Of course in normal C# we can do everything regarding this, but I don't readily see those normal commands (think StreamReader and the like). Is the command set shown (https://ninjatrader.com/support/help...injascript.htm) perhaps only about the NT specialties while all of C# is available ?
And if not all is available, is there a means where I can at least read back the output of a previous Log() (the latter as a means for output) ?
Or put differently, what would you use to permanently store some variables, and read them back later ?
TIA !

Comment