×

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 get global named str

430 bytes added, 12:20, 2 November 2016
Created page with "Returns the global string value with VariableName name. ==Usage== <syntaxhighlight>pmm_get_global_named_str(VariableName)</syntaxhighlight> Parameters: :'''VariableName'..."
Returns the global string value with VariableName name.

==Usage==
<syntaxhighlight>pmm_get_global_named_str(VariableName)</syntaxhighlight>

Parameters:
:'''VariableName''' - string variable.

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

==Example==
<syntaxhighlight>pmm_get_global_named_str("GlobalStr");</syntaxhighlight>

[[Category:Portfolio Money Management]]