×

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 set my named num

517 bytes added, 12:43, 2 November 2016
Created page with "This function sets the value of VariableName of the current strategy. ==Usage== <syntaxhighlight>pmm_set_my_named_num(VariableName, VariableValue)</syntaxhighlight> Param..."
This function sets the value of VariableName of the current strategy.

==Usage==
<syntaxhighlight>pmm_set_my_named_num(VariableName, VariableValue)</syntaxhighlight>

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

:'''VariableValue''' - numeric variable.

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

==Example==
<syntaxhighlight>pmm_set_my_named_num("MarketPosition", marketposition);</syntaxhighlight>


[[Category:Portfolio Money Management]]