Property | Type | Description | |
---|---|---|---|
framework | |||
name | string | ||
strategy | Strategy |
Method | Description | |
---|---|---|
Objective ( ) : double | ||
Run ( ) : void | ||
RunWithLogger ( string solutionName ) : void | ||
Scenario ( |
||
StartBacktest ( ) : void | ||
StartLive ( ) : void | ||
StartPaper ( ) : void | ||
StartStrategy ( ) : void | ||
StartStrategy ( Strategy strategy ) : void | ||
StartStrategy ( StrategyMode mode ) : void |
Method | Description | |
---|---|---|
StartStrategy ( Strategy strategy, StrategyMode mode ) : void |
public RunWithLogger ( string solutionName ) : void | ||
solutionName | string | |
return | void |
public Scenario ( |
||
framework | ||
return | System |
public StartStrategy ( Strategy strategy ) : void | ||
strategy | Strategy | |
return | void |
public StartStrategy ( StrategyMode mode ) : void | ||
mode | StrategyMode | |
return | void |