@agtrader777
Actually, it is possible to specify both range and step WITHOUT changing the code. It can be simply done by using PARAM()
function http://www.amibroker.com/f?param in place of optimize function arguments. This way step and min-max range can be specified by the user by clicking "Parameters" button and adjusting parameters from the UI (without need to change any code).
So you write code ONCE and that's it. No further changes are necessary.
As for password protecting formulas - it is in fact not available as of now. Our intention was to encourage sharing of ideas (on our mailing list) rather than encourage black-box approach. Thanks to our attitude, AmiBroker mailing list and AFL library is full of freely available code for everyone to use and sharing spirit makes our community quite unique.
Regards,
Tomasz Janeczko
amibroker.com
Actually, it is possible to specify both range and step WITHOUT changing the code. It can be simply done by using PARAM()
function http://www.amibroker.com/f?param in place of optimize function arguments. This way step and min-max range can be specified by the user by clicking "Parameters" button and adjusting parameters from the UI (without need to change any code).
So you write code ONCE and that's it. No further changes are necessary.
As for password protecting formulas - it is in fact not available as of now. Our intention was to encourage sharing of ideas (on our mailing list) rather than encourage black-box approach. Thanks to our attitude, AmiBroker mailing list and AFL library is full of freely available code for everyone to use and sharing spirit makes our community quite unique.
Regards,
Tomasz Janeczko
amibroker.com