BacktestResults PropertiesModulus Backtester
OnlineModulus C# BacktesterThe BacktestResults type exposes the following members.
Properties

  NameDescription
Public propertyAnnualizedSortinoRatioMAR5
Gets the annualized sortino ratio where MAR=5%
Public propertyAverageTradesPerMonth
Gets the average trades per month.
Public propertyCalmarRatio
Gets the calmar ratio.
Public propertyCompoundMonthlyROR
Gets the compound monthly ROR.
Public propertyDownsideDeviationMar10
Gets the downside deviation mar10.
Public propertyError
Gets the error. This will be a non-null string if an error is generated by the Backtest function.
Public propertyLargestLoss
Gets the largest loss.
Public propertyLargestProfit
Gets the largest profit.
Public propertyMaximumDrawDown
Gets the maximum draw down.
Public propertyMaximumDrawDownMonteCarlo
Gets the maximum Monte Carlo draw down.
Public propertyNumberOfLosingTrades
Gets the number of losing trades.
Public propertyNumberOfProfitableTrades
Gets the number of profitable trades.
Public propertyPercentProfit
Gets the percent profit.
Public propertyRiskRewardRatio
Gets the risk reward ratio.
Public propertySharpeRatio
Gets the sharpe ratio.
Public propertySortinoRatioMAR5
Gets the sortino ratio where MAR=5%
Public propertyStandardDeviation
Gets the standard deviation.
Public propertyStandardDeviationAnnualized
Gets the standard deviation annualized.
Public propertySterlingRatioMAR5
Gets the sterling ratio where MAR=5%
Public propertyTotalLoss
Gets the total loss.
Public propertyTotalNumberOfTrades
Gets the total number of trades.
Public propertyTotalProfit
Gets the total profit.
Public propertyTrades
Gets the list of trades. The number of trades may differ from the list of trades supplied to the backtest function.
Public propertyValueAddedMonthlyIndex
Gets the value added monthly index
Back to Top
See Also