fix thong lenh

This commit is contained in:
Dung Nguyen 2022-03-03 13:21:17 +07:00
parent ca4cd64a44
commit e7611e1142

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 = CONFIG.historys.reverse(); const historyReverse = 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;