-
6e0c4508fa
refactor: MVC 구조 분리 + 미사용 파일 archive 정리
main
joungmin
2026-03-06 20:46:47 +09:00
-
976c53ed66
feat: 트레일링 스탑 전환 + 사전 필터 강화 + 예산 증액
joungmin
2026-03-06 20:33:15 +09:00
-
872163a3d1
fix: 저가 코인 소수점 표시 + VOL_MIN 6.0 조정
joungmin
2026-03-05 22:54:56 +09:00
-
9944b55f94
fix: restore_positions에서 locked 잔고 포함 + 기존 매도주문 취소
joungmin
2026-03-05 22:38:54 +09:00
-
526003c979
fix: 포지션 한도 초과 방지 + LLM 호출 최적화
joungmin
2026-03-05 22:34:35 +09:00
-
4f9e2c44c7
feat: LLM 판단 상세 로깅 + 텔레그램 메시지에 LLM 응답 포함
joungmin
2026-03-05 21:57:19 +09:00
-
19a35e1009
feat: LLM-driven buy decisions with limit orders + robust JSON parsing
joungmin
2026-03-05 21:52:44 +09:00
-
7f1921441b
feat: OpenRouter LLM 매도 어드바이저 + 종목 컨텍스트 수집 데몬
joungmin
2026-03-05 21:39:02 +09:00
-
ab5c963803
feat: WF always reads from DB + vol bypass threshold
joungmin
2026-03-04 10:54:52 +09:00
-
2499ea08ef
docs: rewrite STRATEGY.md for 10m vol-lead strategy
joungmin
2026-03-04 09:51:39 +09:00
-
cfbacdacbc
feat: rewrite strategy to 10m vol-lead with undying signal + watch alert
joungmin
2026-03-04 09:28:13 +09:00
-
6580cda017
docs: update STRATEGY.md with F&G filter and project structure changes
joungmin
2026-03-03 16:14:50 +09:00
-
6b2c962ed8
refactor: reorganize project structure into tests/, data/, logs/
joungmin
2026-03-03 16:08:50 +09:00
-
bfe0b4d40c
fix: reduce F&G log noise and skip scan loop when blocked
joungmin
2026-03-03 15:57:12 +09:00
-
27189b1ad9
feat: add Fear & Greed filter to entry logic
joungmin
2026-03-03 15:56:17 +09:00
-
673ce08d84
feat: add velocity entry, fast-poll thread, tighten BEAR threshold
joungmin
2026-03-03 10:17:08 +09:00
-
612055162e
docs: update backtest results and WF_WINDOW param after tuning
joungmin
2026-03-02 15:16:00 +09:00
-
3e2cdeb2c5
feat: relax WF filter WF_WINDOW 2→4 for 40min candle strategy
joungmin
2026-03-02 15:15:37 +09:00
-
6a685a7852
feat: add sim_45m40.py and update STRATEGY.md with 40min backtest results
joungmin
2026-03-02 15:02:45 +09:00
-
c6c6b0020f
docs: clarify backtest sections with candle unit and data source
joungmin
2026-03-02 14:58:26 +09:00
-
bd802fb896
docs: update STRATEGY.md to 40min candle strategy
joungmin
2026-03-02 14:55:06 +09:00
-
a479bccee6
feat: switch vol-lead strategy from 1h to 40min candles
joungmin
2026-03-02 14:52:48 +09:00
-
4b6cb8ca0e
fix: persist WF shadow state to DB and tighten ATR max stop
joungmin
2026-03-02 13:49:32 +09:00
-
324d69dde0
feat: volume-lead strategy with compounding, WF filter, and DB-backed simulation
joungmin
2026-03-02 01:46:03 +09:00
-
7c7fb08693
feat: replace trend strategy with volume-lead accumulation strategy
joungmin
2026-03-02 00:22:20 +09:00
-
54ce327c50
chore: add WF/shadow/momentum analysis simulation scripts
joungmin
2026-03-01 23:58:42 +09:00
-
29d48f0fe9
feat: add shadow trading rehabilitation for WF-blocked tickers
joungmin
2026-03-01 23:57:45 +09:00
-
16b4c932a2
feat: bear block, trend-continuation entry, partial TP backtest
joungmin
2026-03-01 10:51:02 +09:00
-
b0f0b3e82a
feat: ATR adaptive trailing stop and 2-decimal formatting
joungmin
2026-03-01 10:32:24 +09:00
-
83a229dd26
feat: add market regime filter and compound reinvestment
joungmin
2026-03-01 10:14:36 +09:00
-
035b3e2f30
fix: use actual order fills for weighted avg sell price
joungmin
2026-03-01 06:11:29 +09:00
-
bcef128155
feat: add trade_id + full trade record to trade_results
joungmin
2026-03-01 05:54:06 +09:00
-
60e739d18b
fix: use local 5h volume baseline instead of 23h global average
joungmin
2026-03-01 05:46:25 +09:00
-
5df56a933e
feat: use 60min volume, add KRW P&L log, relax re-entry after win
joungmin
2026-03-01 05:38:37 +09:00
-
d2a5c3ae9e
fix: persist sell prices to DB and add WF filter bootstrap
joungmin
2026-03-01 05:19:22 +09:00
-
0b264b304c
feat: add backtest module with DB cache and scenario comparison
joungmin
2026-02-28 23:28:27 +09:00
-
4888aa0faa
feat: add walk-forward trade filter to prevent re-entry on losing tickers
joungmin
2026-02-28 23:28:07 +09:00
-
80ab004eba
feat: replace volatility breakout with DB-backed real-time trend check
joungmin
2026-02-28 11:26:26 +09:00
-
9fe3ce488e
fix: auto-restart scanner on crash with Telegram notification
joungmin
2026-02-28 10:42:05 +09:00
-
2585d47140
feat: add hourly position status report via Telegram
joungmin
2026-02-28 10:39:30 +09:00
-
a287e48522
fix: restore positions on restart and fix notify env loading
joungmin
2026-02-28 10:36:17 +09:00
-
a799fbebbd
feat: add Telegram notifications and configurable stop loss
joungmin
2026-02-28 10:31:03 +09:00
-
0713fb1e11
feat: add time stop rule for stale positions
joungmin
2026-02-28 10:23:32 +09:00
-
83bd51117f
feat: initial upbit auto-trader implementation
joungmin
2026-02-28 10:20:02 +09:00