1
This commit is contained in:
@ -153,8 +153,10 @@ func handleTickerAllMessage(msg []byte) {
|
||||
for index := range trades {
|
||||
//主单触发
|
||||
utility.SafeGoParam(binanceservice.JudgeFuturesPrice, trades[index])
|
||||
//止损信息
|
||||
// utility.SafeGoParam(binanceservice.JudgeFuturesStoplossPrice, trades[index])
|
||||
//减仓
|
||||
utility.SafeGoParam(binanceservice.JudgeFuturesReduce, trades[index])
|
||||
//加仓
|
||||
utility.SafeGoParam(binanceservice.JudgeFutAddPosition, trades[index])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user