AFL batch processing with variable parameters

I have a batch script setup correctly, and ran correctly. However, I cannot set custom parameters within each one of the *.apx file, it always defaults to the default value.

screen1

screen2

Is there a way to "save" the custom selection within each *.apx file? Thank you in advance.

Param* functions are mainly chart functions. Non-default settings are not saved in APX analysis project file.

Instead of using batch to run five times individual Backtest simply use individual Optimization (run single time).

var = Optimize("Consec. Bars", 3, 1, 5, 1);

To generate full report in optimization:

5 Likes

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.