agentson
  • Joined on 2026-02-04
4b883a4fc4 docs: KIS API TR_ID 공식 문서 참조 규칙 추가 (#189)
agentson created pull request jihoson/The-Ouroboros#190 2026-02-21 03:12:15 +09:00
fix: 해외주식 모의투자 SELL TR_ID 오류 수정 VTTT1006U → VTTT1001U (#189)
98071a8ee3 fix: 해외주식 모의투자 SELL TR_ID 오류 수정 VTTT1006U → VTTT1001U (#189)
f2ad270e8b docs: 2026-02-21 요구사항 로그 업데이트 (#187)
Compare 2 commits »
agentson created branch feature/issue-189-overseas-sell-tr-id-fix in jihoson/The-Ouroboros 2026-02-21 03:12:05 +09:00
agentson opened issue jihoson/The-Ouroboros#189 2026-02-21 03:09:56 +09:00
fix: 해외주식 모의투자 SELL TR_ID 오류 — VTTT1006U → VTTT1001U (#188)
agentson created pull request jihoson/The-Ouroboros#188 2026-02-21 00:32:30 +09:00
fix: SELL 주문에서 Fat Finger 오탐 수정 — 손절/익절 차단 버그 (#187)
agentson pushed to feature/issue-187-sell-fat-finger-fix at jihoson/The-Ouroboros 2026-02-21 00:32:30 +09:00
4da22b10eb fix: SELL 주문에서 Fat Finger 오탐 수정 — 손절/익절 차단 버그 (#187)
agentson created branch feature/issue-187-sell-fat-finger-fix in jihoson/The-Ouroboros 2026-02-21 00:32:30 +09:00
agentson opened issue jihoson/The-Ouroboros#187 2026-02-21 00:30:14 +09:00
fix: SELL 주문에서 Fat Finger 오탐 — 손절/익절 차단 버그
agentson commented on pull request jihoson/The-Ouroboros#186 2026-02-20 10:02:20 +09:00
improve: implied_rsi 포화 임계점 개선 12.5%→25% (#181)

포착 범위 분석

코드를 추적해 답변 드립니다.

1. 스캐너 포착 범위 — 영향 없음

SmartScanner의 종목 포착 필터:

if price <= 0 or volatility_pct < 0.8:
    continue

`implied_…

agentson commented on pull request jihoson/The-Ouroboros#185 2026-02-20 09:35:47 +09:00
fix: Telegram 409 다중 인스턴스 충돌 시 WARNING + 30초 백오프 (#180)

맞습니다. 백오프 후 재시도는 충돌만 반복되는 구조였습니다.

코드 수정:

  • 409 감지 시 _running = False로 polling을 즉시 종료
  • _conflict_backoff_until 필드 및 관련 로직 제거
  • 테스트도 backoff…
aceba86186 fix: Telegram 409 감지 시 백오프 대신 polling 즉시 종료 (#180)
b961c53a92 improve: implied_rsi 계수 4.0→2.0으로 완화 — 포화 임계점 12.5%→25% (#181)
agentson created branch feature/issue-181-implied-rsi-saturation in jihoson/The-Ouroboros 2026-02-20 09:33:48 +09:00
agentson created pull request jihoson/The-Ouroboros#186 2026-02-20 09:33:46 +09:00
improve: implied_rsi 포화 임계점 개선 12.5%→25% (#181)
agentson created branch feature/issue-180-telegram-instance-lock in jihoson/The-Ouroboros 2026-02-20 09:31:15 +09:00
77577f3f4d fix: Telegram 409 충돌 시 WARNING 로그 + 30초 백오프 적용 (#180)
agentson created pull request jihoson/The-Ouroboros#185 2026-02-20 09:31:14 +09:00
fix: Telegram 409 다중 인스턴스 충돌 시 WARNING + 30초 백오프 (#180)
agentson pushed to feature/issue-178-dashboard-log-order at jihoson/The-Ouroboros 2026-02-20 09:28:33 +09:00
28bcc7acd7 fix: uvicorn 미설치 시 dashboard 실패를 동기적으로 감지하여 오해 없는 로그 출력 (#178)
agentson created branch feature/issue-178-dashboard-log-order in jihoson/The-Ouroboros 2026-02-20 09:28:33 +09:00