From 222fff8b1683e9084fb468e5d5d701a5d904fde4 Mon Sep 17 00:00:00 2001 From: Dung Nguyen <> Date: Wed, 23 Feb 2022 23:25:12 +0700 Subject: [PATCH] Fix thong bao --- index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.js b/index.js index ff58653..4e7d738 100644 --- a/index.js +++ b/index.js @@ -94,9 +94,6 @@ function roleEnterOrder(sessionID, lastResult) { }); if ((isNotBreakdowUp || isNotBreakdowDown) && CONFIG.historys.length >= CONFIG.countTradeContinue * 2) { - // Thông 7 lệnh liên tiếp - TeleGlobal.sendMessage(TELEGRAM_CHANNEL, `⌁ Thông ${CONFIG.countTradeContinue} lệnh ${coverLastResult(lastResult)} liên tiếp.`, { parse_mode: 'HTML' }); - if (CONFIG.autoTrade) { TeleGlobal.sendMessage(TELEGRAM_CHANNEL, `Hệ thống sẽ tự động vào lệnh cho phiên tiếp theo`, { parse_mode: 'HTML' }); } else {