Lean
$LEAN_TAG$
|
Base class for optimization Objectives.Target and Constraint More...
Protected Member Functions | |
Objective () | |
Creates a new instance of Objective class More... | |
Objective (string target, decimal? targetValue) | |
Creates a new instance More... | |
Properties | |
string?? | Target [get, set] |
Target; property of json file we want to track More... | |
decimal? | TargetValue [get, set] |
Target value More... | |
decimal? | OldTargetValue [get, set] |
Target value More... | |
Base class for optimization Objectives.Target and Constraint
Definition at line 26 of file Objective.cs.
|
protected |
Creates a new instance of Objective class
Definition at line 53 of file Objective.cs.
|
protected |
Creates a new instance
Definition at line 61 of file Objective.cs.
|
getset |
Target; property of json file we want to track
Definition at line 35 of file Objective.cs.
|
getset |
Target value
For Objectives.Target if defined and backtest complies with the targets then finish optimization
For Constraint non optional, the value of the target constraint
Definition at line 48 of file Objective.cs.
|
getset |
Target value
For Objectives.Target if defined and backtest complies with the targets then finish optimization
For Constraint non optional, the value of the target constraint
Definition at line 87 of file Objective.cs.