Difference between revisions of "GetPositionSymbol"

From MultiCharts
Jump to navigation Jump to search
Line 7: Line 7:
  
 
<code>Account</code> - account number at broker.  
 
<code>Account</code> - account number at broker.  
<code>1 <= PositionLoc <= GetNumPositions</code> - the sequence number of the position in the position list for the specified account.  
+
 
 +
<code>1 <= PositionLoc <= GetNumPositions</code> - the sequence number of the position in the position list for the specified account.
  
 
== Example ==
 
== Example ==

Revision as of 14:39, 24 February 2012

Returns the symbol associated with the position at a specific location (PositionLoc) in the list of positions for the specified account.

Usage

GetPositionSymbol(Account, PositionLoc)

Where:

Account - account number at broker.

1 <= PositionLoc <= GetNumPositions - the sequence number of the position in the position list for the specified account.

Example

GetPositionSymbol("DU12345", 3)

will return "ESZ1" if the position with the sequence number 3 in the position list for account DU12345 is opened on ESZ1.