mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-25 16:25:16 +00:00
Add auto-repay
This commit is contained in:
parent
c489794198
commit
2dfa27d934
|
@ -75,6 +75,7 @@ func (s *ProtectiveStopLoss) placeStopOrder(ctx context.Context, position *types
|
|||
StopPrice: s.stopLossPrice,
|
||||
Market: position.Market,
|
||||
Tag: "protectiveStopLoss",
|
||||
MarginSideEffect: types.SideEffectTypeAutoRepay,
|
||||
})
|
||||
|
||||
if len(createdOrders) > 0 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user