Difference between revisions of "GetPositionAveragePrice"

From MultiCharts
Jump to navigation Jump to search
(Created page with " Category:Accounts & Positions")
 
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
Returns average price of the position.
 +
 +
== Usage ==
 +
<syntaxhighlight>GetPositionAveragePrice(Symbol,Account)</syntaxhighlight>
 +
 +
Where:
 +
 +
:'''Symbol''' - the name of the instrument.
 +
 +
:'''Account''' - account number at broker.
 +
 +
== Example ==
 +
Will return a value of 1.3456 if the average entry price for the position, defined by specified account/symbol pair is 1.3456.
  
 
[[Category:Accounts & Positions]]
 
[[Category:Accounts & Positions]]

Latest revision as of 18:16, 3 March 2017

Returns average price of the position.

Usage

GetPositionAveragePrice(Symbol,Account)

Where:

Symbol - the name of the instrument.
Account - account number at broker.

Example

Will return a value of 1.3456 if the average entry price for the position, defined by specified account/symbol pair is 1.3456.