+1 888 340 6572

Pmm get my named num: Difference between revisions

From MultiCharts
(Created page with "Returns a numerical value, indicating the value of VariableName of the current strategy. ==Usage== <syntaxhighlight>pmm_get_my_named_num(VariableName)</syntaxhighlight> P...")
 
(No difference)

Latest revision as of 12:23, 2 November 2016

Returns a numerical value, indicating the value of VariableName of the current strategy.

Usage

pmm_get_my_named_num(VariableName)

Parameters:

VariableName - string variable.

Notes

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

Example

Value1 = pmm_get_my_named_num("CustomVar");