bug: fix json tag
This commit is contained in:
parent
cb7a65ea48
commit
d34e8a1a18
|
@ -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