diff --git a/pkg/bbgo/exit.go b/pkg/bbgo/exit.go index 68282cecb..e4a59e6e0 100644 --- a/pkg/bbgo/exit.go +++ b/pkg/bbgo/exit.go @@ -38,7 +38,7 @@ type ExitMethod struct { // ================================================= LowerShadowTakeProfit *LowerShadowTakeProfit `json:"lowerShadowTakeProfit"` CumulatedVolumeTakeProfit *CumulatedVolumeTakeProfit `json:"cumulatedVolumeTakeProfit"` - SupportTakeProfit []*SupportTakeProfit `json:"supportTakeProfit"` + SupportTakeProfit *SupportTakeProfit `json:"supportTakeProfit"` } func (e ExitMethod) String() string {