Pmm get global named str

From MultiCharts
Revision as of 12:20, 2 November 2016 by Angelina (talk | contribs) (Created page with "Returns the global string value with VariableName name. ==Usage== <syntaxhighlight>pmm_get_global_named_str(VariableName)</syntaxhighlight> Parameters: :'''VariableName'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns the global string value with VariableName name.

Usage

pmm_get_global_named_str(VariableName)

Parameters:

VariableName - string variable.

Notes

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

Example

pmm_get_global_named_str("GlobalStr");