This commit is contained in:
Dung Nguyen 2022-03-03 15:08:55 +07:00
parent 84e9d2cb93
commit e25974a49a

View File

@ -458,7 +458,7 @@ Bạn sẽ vào lệnh ở phiên tiếp theo(${currentEnterOrder.sessionID})!`,
let isStopTotal = false; let isStopTotal = false;
const historyReverse = JSON.parse(JSON.stringify(CONFIG.historys)).reverse(); const historyReverse = JSON.parse(JSON.stringify(CONFIG.historys)).reverse();
historyReverse.forEach((e, ind) => { historyReverse.forEach((e, ind) => {
if (ind <= CONFIG.countTradeContinue) { if (ind < CONFIG.countTradeContinue) {
if (e.lastResult === 0) { if (e.lastResult === 0) {
// Xanh // Xanh
isNotBreakdowDown = false; isNotBreakdowDown = false;