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() {
|
||||
|
||||
@@ -49,7 +49,7 @@ const prompts = {
|
||||
|
||||
📌 2. 신호 캔들 조건: 꼬리의 신뢰성 판단
|
||||
✅ 유효한 꼬리 조건:
|
||||
꼬리 길이가 몸통의 2배 이상
|
||||
꼬리 길이가 몸통의 2배 이상 (중요)
|
||||
시가와 종가가 꼬리 반대편에 위치 (예: 긴 위꼬리 → 종가가 하단 근처)
|
||||
거래량이 해당 캔들에서 급증
|
||||
꼬리가 지지/저항 레벨을 테스트 후 반락
|
||||
|
||||
Reference in New Issue
Block a user