1、有更新,还没测完,暂时归档

This commit is contained in:
2025-11-05 16:26:21 +08:00
parent 643eab3496
commit bd7a6d3870
15 changed files with 536 additions and 296 deletions

View File

@ -66,10 +66,18 @@ const (
//需要清理键值---------BEGIN---------------
SpotStopLossList = "spot_stoploss_list:%s" //现货止损待触发列表 {交易所类型code}
SpotReduceList = "spot_reduce_list:%s" //现货减仓待触发 {交易所类型code}
FuturesStopLossList = "futures_stoploss_list:%s" //合约止损待触发列表 {交易所类型code}
FuturesReduceList = "futures_reduce_list:%s" //合约减仓待触发 {交易所类型code}
//现货止损待触发列表 {交易所类型code}
SpotStopLossList = "spot_stoploss_list:%s"
//现货止盈待触发列表 {交易所类型code}
SpotTakeList = "spot_takelist:%s"
//现货减仓待触发 {交易所类型code}
SpotReduceList = "spot_reduce_list:%s"
//合约止损待触发列表 {交易所类型code}
FuturesStopLossList = "futures_stoploss_list:%s"
//合约止盈待触发列表 {交易所类型code}
FuturesTakeList = "futures_takelist:%s"
//合约减仓待触发 {交易所类型code}
FuturesReduceList = "futures_reduce_list:%s"
//现货加仓待触发 {交易所code}
SpotAddPositionList = "spot_add_position_list:%s"
//合约加仓待触发 {交易所code}