ITransaction Interface |
Namespace: SharpCharts.Base.SharpScript
public interface ITransaction
The ITransaction type exposes the following members.
Name | Description | |
---|---|---|
BarCount |
Gets the total bar count the trade was live for
| |
Commission |
Gets the commission
| |
EntryBar |
Gets the entry bar count
| |
EntryTrade |
Gets the entry trade
| |
ETD |
Gets the End trade drawdown
| |
ExitBar |
Gets the Exit bar count
| |
ExitTrade |
Gets the exit trade
| |
GrossPnL |
Gets the gross profit or loss
| |
HighSinceEntry |
Gets the high since entry
| |
LowSinceEntry |
Gets the low since entry
| |
MAE |
Gets the Maximum Adverse Excursion
| |
MarketPosition |
Gets the Market Position
| |
MFE |
Gets the Maximum Favorable Excursion
| |
NetPnL |
Gets the net profit or loss
| |
PointValue |
Gets the point value of the instrument associated with the transaction
| |
Quantity |
Gets the quantity used to calculate the transaction
| |
Strategy |
Gets the Strategy
|