From a97b8f59615757afbb47cd8b5ddd24a81224b207 Mon Sep 17 00:00:00 2001 From: bangae1 Date: Thu, 4 Sep 2025 21:00:40 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 3 ++- strategy.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index f3115b3..8d6e127 100644 --- a/index.js +++ b/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() { diff --git a/strategy.js b/strategy.js index 815d5d6..53d71c8 100644 --- a/strategy.js +++ b/strategy.js @@ -49,7 +49,7 @@ const prompts = { 📌 2. 신호 캔들 조건: 꼬리의 신뢰성 판단 ✅ 유효한 꼬리 조건: - 꼬리 길이가 몸통의 2배 이상 + 꼬리 길이가 몸통의 2배 이상 (중요) 시가와 종가가 꼬리 반대편에 위치 (예: 긴 위꼬리 → 종가가 하단 근처) 거래량이 해당 캔들에서 급증 꼬리가 지지/저항 레벨을 테스트 후 반락