1) For a strategy attached to a chart, the parameters are not saved with the workspace. When the saved workspace is reloaded, the parameters are changed to their defaults, and they have to be typed in all over again. This is clearly wrong and dangerous.
2) There really needs to be a way to store and retrieve sets of parameters. You already allow storing of backtest results which include parameters. You can load the backtest results and see the parameters on the settings tab. But there is no way to load those parameters into the backtester so that those parameters can be tested on a different time period or symbol, except by typing them in again. Very tedious and error-prone.
3) There is a similar issue for parameters found by the optimizer. The very first thing you want to do after optimization is to run backtests on other time periods or symbols to check for overfitting. But you have to type the *%&! parameters into the backtester, even though you can see them right there on the optimizer's settings tab. How about: right click -> load settings into backtester?. Or, in the backtester, "load settings from saved results"?
Thanks,
Kevin

Comment