Difference between revisions of "Pmm set global named num"

From MultiCharts
Jump to navigation Jump to search
(Created page with "This function sets the global numeric value with VariableName name. ==Usage== <syntaxhighlight>pmm_set_global_named_num(VariableName, VariableValue)</syntaxhighlight> Par...")
 
(No difference)

Latest revision as of 12:30, 2 November 2016

This function sets the global numeric value with VariableName name.

Usage

pmm_set_global_named_num(VariableName, VariableValue)

Parameters:

VariableName - string variable.
VariableValue - numeric variable.

Notes

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

Example

pmm_set_global_named_num("GlobalVar", 3);