1
This commit is contained in:
@ -246,6 +246,12 @@ func handleTickerMessage(msg []byte) {
|
||||
|
||||
// 止损单
|
||||
utility.SafeGoParam(binanceservice.JudgeSpotStopLoss, trades[index])
|
||||
|
||||
//减仓
|
||||
utility.SafeGoParam(binanceservice.JudgeSpotReduce, trades[index])
|
||||
|
||||
//加仓
|
||||
utility.SafeGoParam(binanceservice.JudgeFutAddPosition, trades[index])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user