×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts
Open main menu

Changes

Pmm set global named str

551 bytes added, 12:40, 2 November 2016
Created page with "This function sets the global string value with VariableName name. ==Usage== <syntaxhighlight>pmm_set_global_named_str(VariableName, VariableValue)</syntaxhighlight> Para..."
This function sets the global string value with VariableName name.

==Usage==
<syntaxhighlight>pmm_set_global_named_str(VariableName, VariableValue)</syntaxhighlight>

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==
<syntaxhighlight>if marketposition > 0 then pmm_set_global_named_str("GlobalStr", symbolname + " is Long");</syntaxhighlight>

[[Category:Portfolio Money Management]]