Pmms strategy entryprice

From MultiCharts
Revision as of 11:46, 2 November 2016 by Angelina (talk | contribs) (Created page with "Returns a numerical value representing an average entry price of the position opened by the strategy with StrategyIndex number. ==Usage== <syntaxhighlight>pmms_strategy_ent...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns a numerical value representing an average entry price of the position opened by the strategy with StrategyIndex number.

Usage

pmms_strategy_entryprice(StrategyIndex)

Parameters:

StrategyIndex - numeric variable.

Notes

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

Example

Value1 = pmms_strategy_entryprice(0);