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;
|
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user