TSLab API Docs  1
TSLab.Script.Realtime.IPositionInfoRt Interface Reference

The position from real trade session. More...

Inheritance diagram for TSLab.Script.Realtime.IPositionInfoRt:
TSLab.Script.IPositionInfo

Properties

IOrder EntryOrder [get]
 The entry order.
 
IOrder ExitOrder [get]
 The exit order.
 
PositionState PositionState [get]
 
- Properties inherited from TSLab.Script.IPositionInfo
string EntrySignalName [get]
 The position entry signal name.
 
string EntryNotes [get]
 The position entry notes More...
 
string ExitSignalName [get]
 The position exit signal name.
 
string ExitNotes [get]
 The position exit notes More...
 
double EntryPrice [get]
 The position entry price.
 
double EntryCommission [get]
 The position entry commission.
 
double AverageEntryPrice [get]
 The position average entry price.
 
double ExitPrice [get]
 The position exit price.
 
double ExitCommission [get]
 The position exit commission.
 
double Shares [get]
 The position shares in lots.
 
double SignedShares [get]
 
double SharesChange [get]
 The position shares change.
 
int EntryBarNum [get]
 The position entry candle number.
 
int ExitBarNum [get]
 The position exit candle number. (Bars.Count if position is active)
 
IDataBar EntryBar [get]
 The position entry candle.
 
IDataBar ExitBar [get]
 The position exit candle.
 

Detailed Description

The position from real trade session.