adelvalle
09-10-2008, 02:15 PM
Hi, I would like to know how I could write the piece of the code where I could write afew things on the output window once my Backtest has finalized.
This is so that when I run an optimization with a few hundred thousand simulations I wanna see all parameters from all simulations and its results so I can export it and anylize them on Matlab. The problem with NinjaTrader is that it can only store up to the best 400 data points from my optimization and I need them all actually.
Is there some sort of function OnBackTestFinalizationWrite( ), this would work awsome :)
Thanks for your help.
This is so that when I run an optimization with a few hundred thousand simulations I wanna see all parameters from all simulations and its results so I can export it and anylize them on Matlab. The problem with NinjaTrader is that it can only store up to the best 400 data points from my optimization and I need them all actually.
Is there some sort of function OnBackTestFinalizationWrite( ), this would work awsome :)
Thanks for your help.