mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 23:05:15 +00:00
bbgo: fix support take profit field type
This commit is contained in:
parent
fb9a4994c0
commit
17ba1c142d
|
@ -38,7 +38,7 @@ type ExitMethod struct {
|
||||||
// =================================================
|
// =================================================
|
||||||
LowerShadowTakeProfit *LowerShadowTakeProfit `json:"lowerShadowTakeProfit"`
|
LowerShadowTakeProfit *LowerShadowTakeProfit `json:"lowerShadowTakeProfit"`
|
||||||
CumulatedVolumeTakeProfit *CumulatedVolumeTakeProfit `json:"cumulatedVolumeTakeProfit"`
|
CumulatedVolumeTakeProfit *CumulatedVolumeTakeProfit `json:"cumulatedVolumeTakeProfit"`
|
||||||
SupportTakeProfit []*SupportTakeProfit `json:"supportTakeProfit"`
|
SupportTakeProfit *SupportTakeProfit `json:"supportTakeProfit"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (e ExitMethod) String() string {
|
func (e ExitMethod) String() string {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user