SetCustomBacktestProc
|
Trading system toolbox |
SYNTAX | SetCustomBacktestProc( filename, enable = True ) |
RETURNS | NOTHING |
FUNCTION | This function allows changing custom backtest procedure file from AFL formula level. To learn more about custom backtester procedures please read this document. Parameters
|
EXAMPLE | SetCustomBacktestProc( "Formulas\MyCustomBacktest.afl", True );
|
SEE ALSO |
The SetCustomBacktestProc function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.