Category
Strategy Elements
Description
Specifies whether to automatically create a tracking benchmark copy of this strategy.
Choices
None - do not add a tracking benchmark (default)
Hidden - add a tracking benchmark that will not appear in graphs or reports
Visible - add a tracking benchmark that will appear in graphs and reports
Notes
When Tracker is specified (other than None), a Benchmark copy of the current strategy is internally created.
Specifying Tracker: Hidden names the auto-generated benchmark as the strategy name with a leading underscore and with "_track" appended, e.g. the tracker for a strategy called "mr_long" would be added as "_mr_long_track".
Specifying Tracker: Visible does the same, just without the leading underscore. (A leading underscore on a benchmark name means "do not show this benchmark in graphs or reports".)
Use IsTracker in your strategy+tracker formulas to know which one is being evaluated.
See the mr_sample_tracking.rts example script for a simple example of Tracker and IsTracker usage.
See the oex_tf_auto_track.rts example script and its description in the StratData section topic for a more complex example.
|