TSLab API Docs  1
TSLab.Script.IPositionInfo Interface Reference
Inheritance diagram for TSLab.Script.IPositionInfo:
TSLab.Script.IPosition TSLab.Script.Realtime.IPositionInfoRt TSLab.Script.Realtime.IPositionRt

Properties

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.
 

Property Documentation

string TSLab.Script.IPositionInfo.EntryNotes
get

The position entry notes

string TSLab.Script.IPositionInfo.ExitNotes
get

The position exit notes