Re: [amibroker] Running the back test from Optimization report

2008-04-20 Thread furinkazaan
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

Re: [amibroker] Running the back test from Optimization report

2008-04-18 Thread Thomas Ludwig
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

[amibroker] Running the back test from Optimization report

2008-04-18 Thread furinkazaan
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