×

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.

Pmm get my named str - MultiCharts
Open main menu

Pmm get my named str

Revision as of 12:26, 2 November 2016 by Angelina (talk | contribs) (Created page with "Returns a string value, indicating the value of VariableName of the current strategy. ==Usage== <syntaxhighlight>pmm_get_my_named_str(VariableName)</syntaxhighlight> Param...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns a string value, indicating the value of VariableName of the current strategy.

Usage

pmm_get_my_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_my_named_str("CustomStr");