diff --git a/index.js b/index.js index 05a3049..1a625d8 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 = CONFIG.historys.reverse(); historyReverse.forEach((e, ind) => { - if (ind < CONFIG.countTradeContinue) { + if (ind <= CONFIG.countTradeContinue) { if (e.lastResult === 0) { // Xanh isNotBreakdowDown = false;