Difference between revisions of "Pmms strategy entryprice"

From MultiCharts
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 11:46, 2 November 2016

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);