Enum StatisticParameterTypes
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
Statistic types.
public enum StatisticParameterTypes
- Extension Methods
Fields
AverageDrawdown = 35
Average drawdown during the whole period.
AverageLossTrades = 5
Average losing trade.
AverageTradeProfit = 3
Average trade profit.
AverageWinTrades = 4
Average winning trade.
CalmarRatio = 33
Calmar ratio (annualized net profit / max drawdown).
Commission = 26
Total commission.
Expectancy = 32
The average profit of winning trades minus the average loss of losing trades.
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.
ProfitFactor = 31
The ratio of the average profit of winning trades to the average loss of losing trades.
RecoveryFactor = 13
Recovery factor (net profit / maximum drawdown).
Return = 12
Relative income for the whole time period.
RoundtripCount = 2
Total number of closing trades.
SharpeRatio = 29
Sharpe ratio (annualized return - risk-free rate / annualized standard deviation).
SortinoRatio = 30
Sortino ratio (annualized return - risk-free rate / annualized downside deviation).
SterlingRatio = 34
Sterling ratio (annualized net profit / average drawdown).
TradeCount = 1
Total number of trades.
WinningTrades = 0
Number of trades won (whose profit is greater than 0).