Thanks Thomas, I will check the ParamOptimize feature out. But this begs
another question (the next one I would have asked, really!)
Is there no way to SAVE the Optimisation results into a file, so I can load
it back when I want to backtest other combinations? So far I've been
->Highlight-SHIFT Hi
Kazaan,
yes, you can do this by replacing Optimize() in your code by the
ParamOptimize function mentioned on
http://www.amibroker.com/guide/afl/afl_view.php?id=107 . Just save that
formula in your include folder and add #inlcude to
your formula.
After optimization you can click the Parameter
Hi,
If I wish to backtest one of the parameter combinations from an optimization
report and see the trade signals marked on chart, I manually edit the AFL
to put in the parameters I want to see, as the default values in the
Optimisation function, and run the backtest. I do this for every parameter