Method | Description | |
---|---|---|
MyStrategy ( Framework framework, string name ) : System |
Method | Description | |
---|---|---|
OnBar ( SmartQuant.Instrument instrument, Bar bar ) : void | ||
OnExecutionReport ( ExecutionReport report ) : void | ||
OnFill ( Fill fill ) : void | ||
OnPositionOpened ( Position position ) : void | ||
OnStrategyStart ( ) : void |
Method | Description | |
---|---|---|
AddGroups ( ) : void | ||
UpdateExitLimit ( ) : void |
public MyStrategy ( Framework framework, string name ) : System | ||
framework | Framework | |
name | string | |
return | System |
protected OnBar ( SmartQuant.Instrument instrument, Bar bar ) : void | ||
instrument | SmartQuant.Instrument | |
bar | Bar | |
return | void |
protected OnExecutionReport ( ExecutionReport report ) : void | ||
report | ExecutionReport | |
return | void |
protected OnPositionOpened ( Position position ) : void | ||
position | Position | |
return | void |