However, the results returned in the Optimization study are nearly identical regardless of input for the AddPeriod, vs. they change quite a bit when run manually inputting it via BackTesting.
Thus, my question - is AddPeriod(myInputTime) actually supported within the optimizer such that it will truly run a clean init test for each AddPeriod input?
Because AddPeriod is set at Initialization, the strategy optimizer would have to reinit the strategy for each test run..and that does not appear to be happening. However, I have so many variables going that I can't definitively say that and don't want to write a dummy strategy just to verify...
If someone from NT would clarify, as well as advise if this will be supported in NT7 if its not working now, I would greatly appreciate it.
Thanks

Comment