龚成明 2 жил өмнө
parent
commit
d4494b52d3
1 өөрчлөгдсөн 0 нэмэгдсэн , 4 устгасан
  1. 0 4
      scripts/one-pro.js

+ 0 - 4
scripts/one-pro.js

@@ -37,8 +37,6 @@ const orderHandler = async function(context, task) {
             fileLogger.info(`[止盈]${pair}, price: ${token.orderPrice}->${price}, amount: ${token.orderAmount}.`)
             token.orderPrice = undefined
             token.nextHandleTime = new Date().getTime() + Config.stopWinHandleSpaceHours * (60 * 60 * 1000)
-
-            fileLogger.info(`[订单]${pair}, volume:${cummulativeQuoteQty}, 买入${executedQty}, 均价${token.orderPrice}.`)
           } else {
             token.orderPrice = undefined
             token.nextHandleTime = new Date().getTime() + Config.stopWinHandleSpaceHours * (60 * 60 * 1000)
@@ -60,8 +58,6 @@ const orderHandler = async function(context, task) {
             fileLogger.info(`[止损]${pair}, price: ${token.orderPrice}->${price}, amount: ${token.orderAmount}.`)
             token.orderPrice = undefined
             token.nextHandleTime = new Date().getTime() + Config.stopLossHandleSpaceHours * (60 * 60 * 1000)
-
-            fileLogger.info(`[订单]${pair}, volume:${cummulativeQuoteQty}, 买入${executedQty}, 均价${token.orderPrice}.`)
           } else {
             token.orderPrice = undefined
             token.nextHandleTime = new Date().getTime() + Config.stopLossHandleSpaceHours * (60 * 60 * 1000)