joungmin
  • Joined on 2026-02-19
joungmin pushed to main at joungmin/upbit-trader 2026-03-03 15:58:21 +09:00
bfe0b4d40c fix: reduce F&G log noise and skip scan loop when blocked
27189b1ad9 feat: add Fear & Greed filter to entry logic
Compare 2 commits »
joungmin pushed to main at joungmin/upbit-trader 2026-03-03 10:17:14 +09:00
673ce08d84 feat: add velocity entry, fast-poll thread, tighten BEAR threshold
joungmin pushed to main at joungmin/knowledge-inbox 2026-03-02 18:02:02 +09:00
d0c2aa3857 feat: replace single-pass enricher with 4-step pipeline
joungmin pushed to main at joungmin/upbit-trader 2026-03-02 15:16:02 +09:00
612055162e docs: update backtest results and WF_WINDOW param after tuning
joungmin pushed to main at joungmin/upbit-trader 2026-03-02 15:15:39 +09:00
3e2cdeb2c5 feat: relax WF filter WF_WINDOW 2→4 for 40min candle strategy
joungmin pushed to main at joungmin/upbit-trader 2026-03-02 15:02:48 +09:00
6a685a7852 feat: add sim_45m40.py and update STRATEGY.md with 40min backtest results
joungmin pushed to main at joungmin/upbit-trader 2026-03-02 14:58:28 +09:00
c6c6b0020f docs: clarify backtest sections with candle unit and data source
joungmin pushed to main at joungmin/upbit-trader 2026-03-02 14:55:07 +09:00
bd802fb896 docs: update STRATEGY.md to 40min candle strategy
joungmin pushed to main at joungmin/upbit-trader 2026-03-02 14:53:20 +09:00
a479bccee6 feat: switch vol-lead strategy from 1h to 40min candles
joungmin pushed to main at joungmin/upbit-trader 2026-03-02 13:49:49 +09:00
4b6cb8ca0e fix: persist WF shadow state to DB and tighten ATR max stop
joungmin pushed to main at joungmin/upbit-trader 2026-03-02 01:46:24 +09:00
324d69dde0 feat: volume-lead strategy with compounding, WF filter, and DB-backed simulation
7c7fb08693 feat: replace trend strategy with volume-lead accumulation strategy
54ce327c50 chore: add WF/shadow/momentum analysis simulation scripts
29d48f0fe9 feat: add shadow trading rehabilitation for WF-blocked tickers
Compare 4 commits »
joungmin pushed to main at joungmin/upbit-trader 2026-03-01 10:51:07 +09:00
16b4c932a2 feat: bear block, trend-continuation entry, partial TP backtest
joungmin pushed to main at joungmin/upbit-trader 2026-03-01 10:32:27 +09:00
b0f0b3e82a feat: ATR adaptive trailing stop and 2-decimal formatting
joungmin pushed to main at joungmin/upbit-trader 2026-03-01 10:14:41 +09:00
83a229dd26 feat: add market regime filter and compound reinvestment
035b3e2f30 fix: use actual order fills for weighted avg sell price
bcef128155 feat: add trade_id + full trade record to trade_results
60e739d18b fix: use local 5h volume baseline instead of 23h global average
5df56a933e feat: use 60min volume, add KRW P&L log, relax re-entry after win
Compare 8 commits »
joungmin pushed to main at joungmin/upbit-trader 2026-02-28 11:26:29 +09:00
80ab004eba feat: replace volatility breakout with DB-backed real-time trend check
joungmin pushed to main at joungmin/upbit-trader 2026-02-28 10:42:08 +09:00
9fe3ce488e fix: auto-restart scanner on crash with Telegram notification
joungmin pushed to main at joungmin/upbit-trader 2026-02-28 10:39:33 +09:00
2585d47140 feat: add hourly position status report via Telegram
joungmin pushed to main at joungmin/upbit-trader 2026-02-28 10:36:19 +09:00
a287e48522 fix: restore positions on restart and fix notify env loading
joungmin pushed to main at joungmin/upbit-trader 2026-02-28 10:31:04 +09:00
a799fbebbd feat: add Telegram notifications and configurable stop loss
joungmin pushed to main at joungmin/upbit-trader 2026-02-28 10:23:35 +09:00
0713fb1e11 feat: add time stop rule for stale positions