Fix thong bao

This commit is contained in:
Dung Nguyen 2022-02-23 23:25:12 +07:00
parent a127d860c9
commit 222fff8b16

View File

@ -94,9 +94,6 @@ function roleEnterOrder(sessionID, lastResult) {
});
if ((isNotBreakdowUp || isNotBreakdowDown) && CONFIG.historys.length >= CONFIG.countTradeContinue * 2) {
// Thông 7 lệnh liên tiếp
TeleGlobal.sendMessage(TELEGRAM_CHANNEL, `⌁ Thông ${CONFIG.countTradeContinue} lệnh ${coverLastResult(lastResult)} liên tiếp.`, { parse_mode: 'HTML' });
if (CONFIG.autoTrade) {
TeleGlobal.sendMessage(TELEGRAM_CHANNEL, `Hệ thống sẽ tự động vào lệnh cho phiên tiếp theo`, { parse_mode: 'HTML' });
} else {