Lean  $LEAN_TAG$
QuantConnect.Api.ResearchGuide Class Reference

A power gauge for backtests, time and parameters to estimate the overfitting risk More...

Properties

int Minutes [get, set]
 Number of minutes used in developing the current backtest More...
 
int BacktestCount [get, set]
 The quantity of backtests run in the project More...
 
int Parameters [get, set]
 Number of parameters detected More...
 
int ProjectId [get, set]
 Project ID More...
 

Detailed Description

A power gauge for backtests, time and parameters to estimate the overfitting risk

Definition at line 27 of file Backtest.cs.

Property Documentation

◆ Minutes

int QuantConnect.Api.ResearchGuide.Minutes
getset

Number of minutes used in developing the current backtest

Definition at line 33 of file Backtest.cs.

◆ BacktestCount

int QuantConnect.Api.ResearchGuide.BacktestCount
getset

The quantity of backtests run in the project

Definition at line 39 of file Backtest.cs.

◆ Parameters

int QuantConnect.Api.ResearchGuide.Parameters
getset

Number of parameters detected

Definition at line 45 of file Backtest.cs.

◆ ProjectId

int QuantConnect.Api.ResearchGuide.ProjectId
getset

Project ID

Definition at line 51 of file Backtest.cs.


The documentation for this class was generated from the following file: