GetBacktesterObject
|
Trading system toolbox |
SYNTAX | GetBacktesterObject() |
RETURNS | OBJECT |
FUNCTION | This funciton is used in custom backtester procedures to get the access to backtester object. Note that GetBacktester method should only be called when Status("action") returns actionPortfolio.
For more details please read Custom Backtester documentation |
EXAMPLE |
|
SEE ALSO | STATUS() function |
The GetBacktesterObject function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.