Fix
This commit is contained in:
parent
84e9d2cb93
commit
e25974a49a
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 = 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user