mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
support config reloading
This commit is contained in:
parent
e6aca05a51
commit
778d046820
|
@ -20,10 +20,10 @@ type KLineDetector struct {
|
|||
Interval string `json:"interval"`
|
||||
|
||||
// MinMaxPriceChange is the minimal max price change trigger
|
||||
MinMaxPriceChange float64 `json:"minPriceChange"`
|
||||
MinMaxPriceChange float64 `json:"minMaxPriceChange"`
|
||||
|
||||
// MaxMaxPriceChange is the max - max price change trigger
|
||||
MaxMaxPriceChange float64 `json:"maxPriceChange"`
|
||||
MaxMaxPriceChange float64 `json:"maxMaxPriceChange"`
|
||||
|
||||
EnableMinThickness bool `json:"enableMinThickness"`
|
||||
MinThickness float64 `json:"minThickness"`
|
||||
|
|
Loading…
Reference in New Issue
Block a user