mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
grid2: add StopIfLessThanMinimalQuoteInvestment doc comment
This commit is contained in:
parent
11329dffe7
commit
385a97448d
|
@ -140,6 +140,7 @@ type Strategy struct {
|
||||||
// ResetPositionWhenStart resets the position when the strategy is started
|
// ResetPositionWhenStart resets the position when the strategy is started
|
||||||
ResetPositionWhenStart bool `json:"resetPositionWhenStart"`
|
ResetPositionWhenStart bool `json:"resetPositionWhenStart"`
|
||||||
|
|
||||||
|
// StopIfLessThanMinimalQuoteInvestment stops the strategy if the quote investment does not match
|
||||||
StopIfLessThanMinimalQuoteInvestment bool `json:"stopIfLessThanMinimalQuoteInvestment"`
|
StopIfLessThanMinimalQuoteInvestment bool `json:"stopIfLessThanMinimalQuoteInvestment"`
|
||||||
|
|
||||||
// PrometheusLabels will be used as the base prometheus labels
|
// PrometheusLabels will be used as the base prometheus labels
|
||||||
|
|
Loading…
Reference in New Issue
Block a user