Lean  $LEAN_TAG$
QuantConnect.Api.OptimizationSummary Class Reference

Optimization summary response for creating an optimization More...

Inheritance diagram for QuantConnect.Api.OptimizationSummary:
[legend]

Properties

DateTime Created [get, set]
 Date when this optimization was created More...
 
decimal? PSR [get, set]
 Price-sales ratio stastic More...
 
decimal? SharpeRatio [get, set]
 Sharpe ratio statistic More...
 
int? Trades [get, set]
 Number of trades More...
 
int? CloneId [get, set]
 ID of project, were this current project was originally cloned More...
 
- Properties inherited from QuantConnect.Api.BaseOptimization
string OptimizationId [get, set]
 Optimization ID More...
 
int ProjectId [get, set]
 Project ID of the project the optimization belongs to More...
 
string Name [get, set]
 Name of the optimization More...
 
OptimizationStatus Status [get, set]
 Status of the optimization More...
 
string NodeType [get, set]
 Optimization node type More...
 
int OutOfSampleDays [get, set]
 Number of days of out of sample days More...
 
DateTime OutOfSampleMaxEndDate [get, set]
 End date of out of sample data More...
 
List< OptimizationParameterParameters [get, set]
 Parameters used in this optimization More...
 
Target Criterion [get, set]
 Optimization statistical target More...
 
- Properties inherited from QuantConnect.Api.RestResponse
bool Success [get, set]
 Indicate if the API request was successful. More...
 
List< string > Errors [get, set]
 List of errors with the API call. More...
 

Additional Inherited Members

- Public Member Functions inherited from QuantConnect.Api.RestResponse
 RestResponse ()
 JSON Constructor More...
 

Detailed Description

Optimization summary response for creating an optimization

Definition at line 80 of file BaseOptimization.cs.

Property Documentation

◆ Created

DateTime QuantConnect.Api.OptimizationSummary.Created
getset

Date when this optimization was created

Definition at line 85 of file BaseOptimization.cs.

◆ PSR

decimal? QuantConnect.Api.OptimizationSummary.PSR
getset

Price-sales ratio stastic

Definition at line 90 of file BaseOptimization.cs.

◆ SharpeRatio

decimal? QuantConnect.Api.OptimizationSummary.SharpeRatio
getset

Sharpe ratio statistic

Definition at line 95 of file BaseOptimization.cs.

◆ Trades

int? QuantConnect.Api.OptimizationSummary.Trades
getset

Number of trades

Definition at line 100 of file BaseOptimization.cs.

◆ CloneId

int? QuantConnect.Api.OptimizationSummary.CloneId
getset

ID of project, were this current project was originally cloned

Definition at line 105 of file BaseOptimization.cs.


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