Lean
$LEAN_TAG$
|
This interface exposes methods for accessing algorithm statistics results at runtime. More...
Public Member Functions | |
StatisticsResults | StatisticsResults () |
Calculates and gets the current statistics for the algorithm More... | |
void | SetSummaryStatistic (string name, string value) |
Sets or updates a custom summary statistic More... | |
This interface exposes methods for accessing algorithm statistics results at runtime.
Definition at line 24 of file IStatisticsService.cs.
StatisticsResults QuantConnect.Statistics.IStatisticsService.StatisticsResults | ( | ) |
Calculates and gets the current statistics for the algorithm
Implemented in QuantConnect.Lean.Engine.Results.LiveTradingResultHandler, and QuantConnect.Lean.Engine.Results.BacktestingResultHandler.
void QuantConnect.Statistics.IStatisticsService.SetSummaryStatistic | ( | string | name, |
string | value | ||
) |
Sets or updates a custom summary statistic
name | The statistic name |
value | The statistic value |
Implemented in QuantConnect.Lean.Engine.Results.LiveTradingResultHandler, and QuantConnect.Lean.Engine.Results.BacktestingResultHandler.