joungmin
  • Joined on 2026-02-19
joungmin pushed to main at joungmin/tasteby 2026-03-06 13:47:34 +09:00
36bec10bd0 Initial commit: Tasteby - YouTube restaurant map service
joungmin created branch main in joungmin/tasteby 2026-03-06 13:47:33 +09:00
joungmin created repository joungmin/tasteby 2026-03-06 13:44:18 +09:00
joungmin pushed to main at joungmin/upbit-trader 2026-03-04 10:55:00 +09:00
ab5c963803 feat: WF always reads from DB + vol bypass threshold
joungmin pushed to main at joungmin/upbit-trader 2026-03-04 09:51:45 +09:00
2499ea08ef docs: rewrite STRATEGY.md for 10m vol-lead strategy
joungmin pushed to main at joungmin/upbit-trader 2026-03-04 09:28:19 +09:00
cfbacdacbc feat: rewrite strategy to 10m vol-lead with undying signal + watch alert
joungmin pushed to main at joungmin/upbit-trader 2026-03-03 16:15:00 +09:00
6580cda017 docs: update STRATEGY.md with F&G filter and project structure changes
joungmin pushed to main at joungmin/upbit-trader 2026-03-03 16:08:57 +09:00
6b2c962ed8 refactor: reorganize project structure into tests/, data/, logs/
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