+1 888 340 6572

Pmm set global named num

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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);