Fix thong bao
This commit is contained in:
parent
a127d860c9
commit
222fff8b16
3
index.js
3
index.js
@ -94,9 +94,6 @@ function roleEnterOrder(sessionID, lastResult) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if ((isNotBreakdowUp || isNotBreakdowDown) && CONFIG.historys.length >= CONFIG.countTradeContinue * 2) {
|
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) {
|
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' });
|
TeleGlobal.sendMessage(TELEGRAM_CHANNEL, `Hệ thống sẽ tự động vào lệnh cho phiên tiếp theo`, { parse_mode: 'HTML' });
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user