×

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 set strategy named str

602 bytes added, 17:57, 1 November 2016
Created page with "This function sets the string value of VariableName of the strategy with StrategyIndex number. ==Usage== <syntaxhighlight>pmms_set_strategy_named_str(StrategyIndex, Variabl..."
This function sets the string value of VariableName of the strategy with StrategyIndex number.

==Usage==
<syntaxhighlight>pmms_set_strategy_named_str(StrategyIndex, VariableName, VariableValue)</syntaxhighlight>

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

:'''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>pmms_set_strategy_named_str(0, "CustomStr", "buy")</syntaxhighlight>



[[Category:Portfolio Money Management]]