Lean
$LEAN_TAG$
|
Optimization summary response for creating an optimization More...
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< OptimizationParameter > | Parameters [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... | |
Public Member Functions inherited from QuantConnect.Api.StringRepresentation | |
override string | ToString () |
Returns the string representation of this object More... | |
Optimization summary response for creating an optimization
Definition at line 85 of file BaseOptimization.cs.
|
getset |
Date when this optimization was created
Definition at line 91 of file BaseOptimization.cs.
|
getset |
Price-sales ratio stastic
Definition at line 96 of file BaseOptimization.cs.
|
getset |
Sharpe ratio statistic
Definition at line 101 of file BaseOptimization.cs.
|
getset |
Number of trades
Definition at line 106 of file BaseOptimization.cs.
|
getset |
ID of project, were this current project was originally cloned
Definition at line 111 of file BaseOptimization.cs.