mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
bug: fix json tag
This commit is contained in:
parent
50262f2a84
commit
c75a685cc0
|
@ -77,7 +77,7 @@ type Strategy struct {
|
|||
// boll is the BOLLINGER indicator we used for predicting the price.
|
||||
boll *indicator.BOLL
|
||||
|
||||
CancelProfitOrdersOnShutdown bool `json: "shutdownCancelProfitOrders"`
|
||||
CancelProfitOrdersOnShutdown bool `json:"shutdownCancelProfitOrders"`
|
||||
}
|
||||
|
||||
func (s *Strategy) ID() string {
|
||||
|
|
Loading…
Reference in New Issue
Block a user