오류 수정

This commit is contained in:
2025-09-04 21:00:40 +09:00
parent 5ea7c0b3f5
commit a97b8f5961
2 changed files with 3 additions and 2 deletions

View File

@@ -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() {