fix thong lenh
This commit is contained in:
parent
ca4cd64a44
commit
e7611e1142
2
index.js
2
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user