• Joined on 2026-03-01
gihyeon pushed to main at gihyeon/cointrader 2026-03-03 21:35:02 +09:00
b50306d68b docs: update README with ML_THRESHOLD configuration and add new training log entry
gihyeon pushed to main at gihyeon/cointrader 2026-03-03 21:21:00 +09:00
4a2349bdbd Merge pull request 'claude/interesting-mcnulty' (#3) from claude/interesting-mcnulty into main
c39097bf70 docs: add ADX ML migration design/plan and position monitor logging docs
9c6f5dbd76 feat: remove ADX hard filter from dataset builder, add ADX as ML feature
0aeb15ecfb feat: remove ADX hard filter, delegate to ML
0b18a0b80d feat: add ADX as 24th ML feature for trend strength learning
Compare 5 commits »
gihyeon deleted branch claude/interesting-mcnulty from gihyeon/cointrader 2026-03-03 21:21:00 +09:00
gihyeon merged pull request gihyeon/cointrader#3 2026-03-03 21:20:59 +09:00
claude/interesting-mcnulty
gihyeon created pull request gihyeon/cointrader#3 2026-03-03 21:20:48 +09:00
claude/interesting-mcnulty
gihyeon created branch claude/interesting-mcnulty in gihyeon/cointrader 2026-03-03 21:19:51 +09:00
gihyeon pushed to claude/interesting-mcnulty at gihyeon/cointrader 2026-03-03 21:19:51 +09:00
c39097bf70 docs: add ADX ML migration design/plan and position monitor logging docs
9c6f5dbd76 feat: remove ADX hard filter from dataset builder, add ADX as ML feature
0aeb15ecfb feat: remove ADX hard filter, delegate to ML
0b18a0b80d feat: add ADX as 24th ML feature for trend strength learning
Compare 4 commits »
gihyeon pushed to main at gihyeon/cointrader 2026-03-03 20:38:19 +09:00
038a1f84ec Merge pull request 'feat: add position monitor logging with real-time price tracking' (#2) from claude/intelligent-shtern into main
a33283ecb3 feat: add position monitor logging with real-time price tracking
Compare 2 commits »
gihyeon deleted branch claude/intelligent-shtern from gihyeon/cointrader 2026-03-03 20:38:19 +09:00
gihyeon merged pull request gihyeon/cointrader#2 2026-03-03 20:38:17 +09:00
feat: add position monitor logging with real-time price tracking
gihyeon created pull request gihyeon/cointrader#2 2026-03-03 20:38:10 +09:00
feat: add position monitor logging with real-time price tracking
gihyeon pushed to claude/intelligent-shtern at gihyeon/cointrader 2026-03-03 20:37:00 +09:00
a33283ecb3 feat: add position monitor logging with real-time price tracking
gihyeon created branch claude/intelligent-shtern in gihyeon/cointrader 2026-03-03 20:32:51 +09:00
gihyeon pushed to claude/intelligent-shtern at gihyeon/cointrader 2026-03-03 20:32:51 +09:00
gihyeon pushed to main at gihyeon/cointrader 2026-03-03 20:09:09 +09:00
292ecc3e33 feat: update ML threshold and configuration for improved model performance
gihyeon pushed to main at gihyeon/cointrader 2026-03-03 00:57:24 +09:00
6fe2158511 feat: enhance precision optimization in model training
gihyeon pushed to main at gihyeon/cointrader 2026-03-03 00:21:46 +09:00
3613e3bf18 feat: update active LGBM parameters and training log with new metrics
gihyeon pushed to main at gihyeon/cointrader 2026-03-03 00:13:45 +09:00
fce4d536ea feat: implement HOLD negative sampling and stratified undersampling in ML pipeline
74966590b5 feat: apply stratified undersampling to hyperparameter tuning
6cd54b46d9 feat: apply stratified undersampling to training pipeline
0af138d8ee feat: add stratified_undersample helper function
b7ad358a0a fix: make HOLD negative sampling tests non-vacuous
Compare 6 commits »
gihyeon pushed to main at gihyeon/cointrader 2026-03-02 20:01:22 +09:00
99fa508db7 feat: add CLAUDE.md and settings.json for project documentation and plugin configuration
eeb5e9d877 feat: add ADX filter to block sideways market entries
c8a2c36bfb feat: add ADX calculation to indicators
Compare 3 commits »
gihyeon pushed to main at gihyeon/cointrader 2026-03-02 18:24:42 +09:00
b8b99da207 feat: update training log and enhance ML filter functionality