So lets say I have a strategy that I would like to trade live with 20 variables. These variables need to be optimized before trading live, so I've been going and running the optimization manually then copying and pasting the values into a new strategy file then saving it something like "StrategyNameV1_Instrument.cs", then when I add the strategy for actual trading I would activate that one and all of the variables would be automatically set.
Is this a easier way to do this? For example, it would be nice if there was a way you could run an optimization job from the strategy when you turn it on and it would set the variables to whatever they were suppose to be. Or, in the optimization results you would click "Save as new strategy" and it would add some automatically generated code to setup the variables for you .
Thanks,
Evan

Comment