+1 888 340 6572

Pmm set global named str: Difference between revisions

From MultiCharts
(Created page with "This function sets the global string value with VariableName name. ==Usage== <syntaxhighlight>pmm_set_global_named_str(VariableName, VariableValue)</syntaxhighlight> Para...")
 
(No difference)

Latest revision as of 12:40, 2 November 2016

This function sets the global string value with VariableName name.

Usage

pmm_set_global_named_str(VariableName, VariableValue)

Parameters:

VariableName - string variable.
VariableValue - string variable.

Notes

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

Example

if marketposition > 0 then pmm_set_global_named_str("GlobalStr", symbolname + " is Long");