Lean
$LEAN_TAG$
|
This is the complete list of members for QuantConnect.Statistics.StatisticsBuilder, including all inherited members.
CreateBenchmarkDifferences(IEnumerable< KeyValuePair< DateTime, decimal >> points, DateTime fromDate, DateTime toDate) | QuantConnect.Statistics.StatisticsBuilder | static |
Generate(List< Trade > trades, SortedDictionary< DateTime, decimal > profitLoss, List< ISeriesPoint > pointsEquity, List< ISeriesPoint > pointsPerformance, List< ISeriesPoint > pointsBenchmark, List< ISeriesPoint > pointsPortfolioTurnover, decimal startingCapital, decimal totalFees, int totalOrders, CapacityEstimate estimatedStrategyCapacity, string accountCurrencySymbol, SecurityTransactionManager transactions, IRiskFreeInterestRateModel riskFreeInterestRateModel, int tradingDaysPerYear) | QuantConnect.Statistics.StatisticsBuilder | static |
PreprocessPerformanceValues(IEnumerable< KeyValuePair< DateTime, decimal >> points) | QuantConnect.Statistics.StatisticsBuilder | static |