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...")
 
 
Line 1: Line 1:
Returns a numerical value representing an average entry price of the position opened by the strategy with StrategyIndex number.   
+
Returns a numerical value, indicating the price at the initial entry into the specified position opened by the strategy with StrategyIndex number.   
  
 
==Usage==
 
==Usage==

Latest revision as of 17:56, 16 February 2018

Returns a numerical value, indicating the price at the initial entry into the specified 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);