mirror of
https://git.hmsn.ink/coin/bot.git
synced 2026-03-19 15:55:01 +09:00
오류 수정
This commit is contained in:
3
index.js
3
index.js
@@ -190,10 +190,11 @@ function confirmTrade() {
|
||||
if(flag) {
|
||||
position = {...pending}
|
||||
pending = null;
|
||||
|
||||
logger.info(`[FILLED] ${position.side} 지정가 @${position.entry} qty=${position.qty}`, { position });
|
||||
}
|
||||
|
||||
|
||||
logger.info(`[FILLED] ${position.side} 지정가 @${position.entry} qty=${position.qty}`, { position });
|
||||
}
|
||||
|
||||
function forceExit() {
|
||||
|
||||
Reference in New Issue
Block a user