Class AutoFilter.TStats
- Namespace
- Balsam.FactorAnalysis
- Assembly
- Balsam.Backtester.dll
Encapsulates some simple trade stats.
public class AutoFilter.TStats
- Inheritance
-
AutoFilter.TStats
- Inherited Members
- Extension Methods
Properties
Accuracy
Gets/sets the accuracy.
public double Accuracy { get; set; }
Property Value
CustomMetric
Gets/sets a custom metric.
public double CustomMetric { get; set; }
Property Value
PercentProfitable
Gets/sets the percent profitable.
public double PercentProfitable { get; set; }
Property Value
PnL
Gets/sets the P&L
public double PnL { get; set; }
Property Value
Proba
Gets/sets a dictionary
public Dictionary<long, double> Proba { get; set; }
Property Value
RejectedTrades
Gets/sets the number of rejected trades.
public int RejectedTrades { get; set; }
Property Value
SharpeRatio
Gets/sets the Sharpe Ratio.
public double SharpeRatio { get; set; }
Property Value
TStat
Gets/sets the t-stat.
public double TStat { get; set; }
Property Value
Trades
Gets/sets the number of trades.
public int Trades { get; set; }
Property Value
WinningTrades
Gets/sets the number of winning trades.
public int WinningTrades { get; set; }