• Joined on 2026-03-01
gihyeon pushed to main at gihyeon/cointrader 2026-03-06 16:20:41 +09:00
15fb9c158a feat: add multi-symbol dashboard support (parser, API, UI)
gihyeon pushed to main at gihyeon/cointrader 2026-03-05 23:57:49 +09:00
2b3f39b5d1 feat: enhance data handling and model training features
gihyeon deleted branch feature/multi-symbol-trading from gihyeon/cointrader 2026-03-05 23:38:24 +09:00
gihyeon pushed to main at gihyeon/cointrader 2026-03-05 23:38:24 +09:00
d92fae13f8 Merge pull request 'feature/multi-symbol-trading' (#5) from feature/multi-symbol-trading into main
dfcd803db5 Merge branch 'main' into feature/multi-symbol-trading
9f4c22b5e6 feat: add virtual environment symlink for project dependencies
ae5692cde4 feat: MLFilter falls back to models/ root if symbol-specific dir not found
7acbdca3f4 feat: main.py spawns per-symbol TradingBot instances with shared RiskManager
Compare 9 commits »
gihyeon merged pull request gihyeon/cointrader#5 2026-03-05 23:38:22 +09:00
feature/multi-symbol-trading
gihyeon created pull request gihyeon/cointrader#5 2026-03-05 23:38:13 +09:00
feature/multi-symbol-trading
gihyeon pushed to feature/multi-symbol-trading at gihyeon/cointrader 2026-03-05 23:37:19 +09:00
dfcd803db5 Merge branch 'main' into feature/multi-symbol-trading
852d3a8265 feat: implement multi-symbol trading design and plan documentation
9ac839fd83 docs: update README and ARCHITECTURE for multi-symbol trading
b03182691e docs: update architecture and commands for multi-symbol trading
2bb2bf2896 feat: add per-symbol model/data directories and update .env.example
Compare 6 commits »
gihyeon pushed to main at gihyeon/cointrader 2026-03-05 23:34:47 +09:00
852d3a8265 feat: implement multi-symbol trading design and plan documentation
9ac839fd83 docs: update README and ARCHITECTURE for multi-symbol trading
b03182691e docs: update architecture and commands for multi-symbol trading
2bb2bf2896 feat: add per-symbol model/data directories and update .env.example
909d6af944 feat: add --symbol/--all CLI to all training scripts for per-symbol pipeline
Compare 5 commits »
gihyeon pushed to feature/multi-symbol-trading at gihyeon/cointrader 2026-03-05 23:34:38 +09:00
9f4c22b5e6 feat: add virtual environment symlink for project dependencies
ae5692cde4 feat: MLFilter falls back to models/ root if symbol-specific dir not found
7acbdca3f4 feat: main.py spawns per-symbol TradingBot instances with shared RiskManager
e7620248c7 feat: TradingBot accepts symbol and shared RiskManager, removes config.symbol dependency
2e09f5340a feat: exchange client accepts explicit symbol parameter, removes config.symbol dependency
Compare 7 commits »
gihyeon created branch feature/multi-symbol-trading in gihyeon/cointrader 2026-03-05 23:34:38 +09:00
gihyeon pushed to main at gihyeon/cointrader 2026-03-05 21:08:22 +09:00
39e55368fd feat: log technical indicators on entry and add dashboard docs to README
gihyeon pushed to main at gihyeon/cointrader 2026-03-05 21:01:58 +09:00
aef161002d fix: filter non-numeric /proc entries in DB reset parser kill
gihyeon pushed to main at gihyeon/cointrader 2026-03-05 20:59:51 +09:00
bfecf63f1c refactor: improve log parser termination method in DB reset
gihyeon pushed to main at gihyeon/cointrader 2026-03-05 20:57:02 +09:00
6f3ea44edb feat: add DB reset button to dashboard
gihyeon pushed to main at gihyeon/cointrader 2026-03-05 20:52:39 +09:00
f75ad9f6b1 fix: log parser duplicate position bug and selective CI/CD deployment
gihyeon pushed to main at gihyeon/cointrader 2026-03-05 20:27:47 +09:00
07ba510fd8 chore: update Docker image references in docker-compose.yml
gihyeon pushed to main at gihyeon/cointrader 2026-03-05 20:25:50 +09:00
565414c5e0 feat: add trading dashboard with API and UI components
gihyeon pushed to main at gihyeon/cointrader 2026-03-05 20:04:18 +09:00
c555afbddc chore: update .gitignore, CLAUDE.md, training_log.json, and ml_filter.py
gihyeon pushed to main at gihyeon/cointrader 2026-03-04 20:43:09 +09:00
2b92fd0dce feat: implement testnet and demo trading setup for XRPUSDT with 125x leverage
gihyeon pushed to main at gihyeon/cointrader 2026-03-04 20:33:43 +09:00
8a8c714a7c merge: resolve CLAUDE.md conflict, mark oi-derived-features as completed
b55ddd8868 feat: add OI derived features (oi_change_ma5, oi_price_spread)
d2773e4dbf docs: update CLAUDE.md with OI derived features plan status and 26-feature count
f2303e1863 feat: add OI long-term collection script for cron-based data accumulation
448b3e016b feat: add OI history deque, cold start init, and derived features to bot runtime
Compare 9 commits »