I am optimizing on a lot of data and constantly running out of memory which causes NT to crash. I followed already all optimization tips on the help guide and i am have instantiate on each iteration set to false. It is simply not enough with my 32 GB of RAM. The genetic setting is no option for me.
Currently i split the optimizations and export the optimization results into an excel and then compile them into one file and analyze them which is very burdensome.
I basically want to run a lot of iterations on my strategies on a lot of data which would take many hours or even days however saving the results to a file in order to not run out of RAM and therefore causing NT to crash. I don't need all the trading data (like all trades) saved. I just want to save certain key stats from each iteration (eg. net profit, max drawdown) into a file with the StreamWriter, which I can then analyze further outside of NT8. I don't even need the optimization function (eg. optimize on max. net profit) because when I have all key results saved to a file i can sort them afterwards.
Is there any (unsupported) way I can do this? I would very much appreciate any help you may provide.
Thanks in advance.

Comment