From e25974a49a0737cae78cba4a5cd91734cde83c38 Mon Sep 17 00:00:00 2001 From: Dung Nguyen <> Date: Thu, 3 Mar 2022 15:08:55 +0700 Subject: [PATCH] Fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index bb5692e..19546c8 100644 --- a/index.js +++ b/index.js @@ -458,7 +458,7 @@ Bạn sẽ vào lệnh ở phiên tiếp theo(${currentEnterOrder.sessionID})!`, let isStopTotal = false; const historyReverse = JSON.parse(JSON.stringify(CONFIG.historys)).reverse(); historyReverse.forEach((e, ind) => { - if (ind <= CONFIG.countTradeContinue) { + if (ind < CONFIG.countTradeContinue) { if (e.lastResult === 0) { // Xanh isNotBreakdowDown = false;