Difference between revisions of "Pmm get my index"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value, indicating zero-based index of the current trading strategy. ==Usage== <syntaxhighlight>pmm_get_my_index</syntaxhighlight> ==Notes== This funct...")
 
(No difference)

Latest revision as of 13:55, 15 June 2017

Returns a numerical value, indicating zero-based index of the current trading strategy.

Usage

pmm_get_my_index

Notes

This function can only be used in signals intended to be used with the Portfolio Trader.

Example

Value1 = pmm_get_my_index;