Lean
$LEAN_TAG$
|
Monitors and reports the progress of a backtest More...
Public Member Functions | |
BacktestProgressMonitor (ITimeKeeper timeKeeper, DateTime endUtcTime) | |
Creates a new instance More... | |
void | InvalidateProcessedDays () |
Invalidates the processed days count value so it gets recalculated next time it is needed More... | |
Properties | |
int | TotalDays [get] |
Gets the total days the algorithm will run More... | |
int | ProcessedDays [get] |
Gets the current days the algorithm has been running for More... | |
decimal | Progress [get] |
Gets the current progress of the backtest More... | |
Monitors and reports the progress of a backtest
Definition at line 26 of file BacktestProgressMonitor.cs.
QuantConnect.Lean.Engine.Results.BacktestProgressMonitor.BacktestProgressMonitor | ( | ITimeKeeper | timeKeeper, |
DateTime | endUtcTime | ||
) |
Creates a new instance
timeKeeper | The time keeper to use |
endUtcTime | The end UTC time |
Definition at line 78 of file BacktestProgressMonitor.cs.
void QuantConnect.Lean.Engine.Results.BacktestProgressMonitor.InvalidateProcessedDays | ( | ) |
Invalidates the processed days count value so it gets recalculated next time it is needed
Definition at line 88 of file BacktestProgressMonitor.cs.
|
get |
Gets the total days the algorithm will run
Definition at line 41 of file BacktestProgressMonitor.cs.
|
get |
Gets the current days the algorithm has been running for
Definition at line 46 of file BacktestProgressMonitor.cs.
|
get |
Gets the current progress of the backtest
Definition at line 69 of file BacktestProgressMonitor.cs.