The PositionInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BarsHeld |
The number of bars the position has been or was open for.
| |
| CloseDate |
The date of the last trade for the position, or MaxValue
if the position is not closed, or there are no trades.
| |
| CurrentStats |
The PositionStats object representing the current state of the position.
| |
| Description |
A description for the position. This can be specified in the open position order.
| |
| EntryTransType |
The TransactionType used to open or add to this position.
| |
| ExitTransType |
The TransactionType used to close this position or reduce its size.
| |
| OpenDate |
The date of the first trade for the position, or MaxValue
if there are no trades.
| |
| PosID |
The unique ID for the position.
| |
| StatList |
A list of PositionStats objects corresponding to the statistics
after each trade in Trades.
| |
| Symbol |
The symbol this position was established for.
|