I cant comment on memory leaks or else but I am testing on different tick/volume/range charts for 2 hrs by now and it actually works without any pain !!!
It is also much faster than the old one.
I am sure there will be more improvement once you cache the used timeframes (it seems now that there is still a significant delay while NT is building TF everytime I start backtest - roughly 40% time it builds/reads data and then only it starts to calculate the strategy [I noted that by watching Output window - when the strategy starts to print from OnBarUpdate]).
I also would like to note that CPU utilization is only 25%. I have i7 and it is loaded very lightly. It seems is that the Analyser is using only 4 cores max. This also has a deep potential for another siginificant improvement. 8 core CPU is now affordable for retail users.
I wish you guys to keep up the way you turned the table around this year and that you deliver NT8 next year with even better potential !

P.S. I run x64 version
P.P.S. Everything above is true for Backtesting. It seems the Optimisation is a bit trickier. Will comment on it later

Comment