This commit is contained in:
2025-02-11 14:49:16 +08:00
parent 1c5df7ad90
commit 18cbf359b7
10 changed files with 1319 additions and 612 deletions

View File

@ -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])
}
}
}