×

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 strategies get by symbol name

610 bytes added, 19:16, 1 November 2016
Created page with "Returns an index of the strategy based on instrument name (-1, if the instrument is not found). If several strategies are applied to the same instrument, then the number of on..."
Returns an index of the strategy based on instrument name (-1, if the instrument is not found). If several strategies are applied to the same instrument, then the number of one of these strategies will be returned.

==Usage==
<syntaxhighlight>pmms_strategies_get_by_symbol_name(SymbolName)</syntaxhighlight>

Parameters:
:'''SymbolName''' - string variable.

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

==Example==
<syntaxhighlight>Value1 = pmms_strategies_get_by_symbol_name("MSFT");</syntaxhighlight>

[[Category:Portfolio Money Management]]