mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-26 00:35:15 +00:00
fix comment warning
This commit is contained in:
parent
2ef13293e9
commit
2230c56e56
|
@ -165,6 +165,7 @@ func (trader *Trader) AttachCrossExchangeStrategy(strategy CrossExchangeStrategy
|
|||
return trader
|
||||
}
|
||||
|
||||
// SetRiskControls sets the risk controller
|
||||
// TODO: provide a more DSL way to configure risk controls
|
||||
func (trader *Trader) SetRiskControls(riskControls *RiskControls) {
|
||||
trader.riskControls = riskControls
|
||||
|
|
Loading…
Reference in New Issue
Block a user