Enum StatisticParameterTypes
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
Statistic types.
public enum StatisticParameterTypes
- Extension Methods
Fields
AverageLossTrades = 5
Average losing trade.
AverageTradeProfit = 3
Average trade profit.
AverageWinTrades = 4
Average winning trade.
Commission = 26
Total commission.
LossingTrades = 6
Number of trades lost with zero profit (whose profit is less than or equal to 0).
MaxDrawdown = 10
Maximum absolute drawdown during the whole period.
MaxDrawdownDate = 24
Date of maximum absolute drawdown during the whole period.
MaxDrawdownPercent = 27
Maximum absolute drawdown during the whole period in percent.
MaxLatencyCancellation = 16
The maximal value of the order cancelling delay.
MaxLatencyRegistration = 15
The maximal value of the order registration delay.
MaxLongPosition = 7
Maximum long position size.
MaxProfit = 9
The maximal profit value for the entire period.
MaxProfitDate = 25
Date of maximum profit value for the entire period.
MaxRelativeDrawdown = 11
Maximum relative equity drawdown during the whole period.
MaxShortPosition = 8
Maximum short position size.
MinLatencyCancellation = 18
The minimal value of order cancelling delay.
MinLatencyRegistration = 17
The minimal value of order registration delay.
NetProfit = 14
Net profit for whole time period.
NetProfitPercent = 28
Net profit for whole time period in percent.
OrderCount = 19
Total number of orders.
OrderErrorCount = 20
Total number of error orders.
OrderInsufficientFundErrorCount = 21
Total number of insufficient fund error orders.
PerDayTrades = 23
Average trades count per one day.
PerMonthTrades = 22
Average trades count per one month.
RecoveryFactor = 13
Recovery factor (net profit / maximum drawdown).
Return = 12
Relative income for the whole time period.
RoundtripCount = 2
Total number of closing trades.
TradeCount = 1
Total number of trades.
WinningTrades = 0
Number of trades won (whose profit is greater than 0).