×

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

Pmms get strategy named str

500 bytes added, 17:31, 1 November 2016
Created page with "Returns a string value, indicating the value of VariableName of the strategy with StrategyIndex number. ==Usage== <syntaxhighlight>pmms_get_strategy_named_str(StrategyIndex..."
Returns a string value, indicating the value of VariableName of the strategy with StrategyIndex number.

==Usage==
<syntaxhighlight>pmms_get_strategy_named_str(StrategyIndex, VariableName)</syntaxhighlight>

Parameters:
:'''StrategyIndex''' - numeric variable.

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

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

==Example==
<syntaxhighlight>pmms_get_strategy_named_str(0, "CustomStr")</syntaxhighlight>