2b92fd0dce
feat: implement testnet and demo trading setup for XRPUSDT with 125x leverage
21in7
2026-03-04 20:43:05 +09:00
8a8c714a7c
merge: resolve CLAUDE.md conflict, mark oi-derived-features as completed
21in7
2026-03-04 20:33:12 +09:00
b55ddd8868
feat: add OI derived features (oi_change_ma5, oi_price_spread)
21in7
2026-03-04 20:32:51 +09:00
d2773e4dbf
docs: update CLAUDE.md with OI derived features plan status and 26-feature count
21in7
2026-03-04 20:24:18 +09:00
f2303e1863
feat: add OI long-term collection script for cron-based data accumulation
21in7
2026-03-04 20:24:14 +09:00
448b3e016b
feat: add OI history deque, cold start init, and derived features to bot runtime
21in7
2026-03-04 20:17:37 +09:00
ffa6e443c1
feat: add --compare flag for OI derived features A/B comparison
21in7
2026-03-04 20:13:07 +09:00
ff9e639142
feat: add OI derived features (oi_change_ma5, oi_price_spread) to dataset builder and ML features
21in7
2026-03-04 20:07:40 +09:00
676ec6ef5e
docs: add OI derived features implementation plan
21in7
2026-03-04 20:00:36 +09:00
33271013d3
docs: add OI derived features design doc
21in7
2026-03-04 19:56:42 +09:00
b50306d68b
docs: update README with ML_THRESHOLD configuration and add new training log entry
21in7
2026-03-03 21:34:57 +09:00
4a2349bdbd
Merge pull request 'claude/interesting-mcnulty' (#3) from claude/interesting-mcnulty into main
gihyeon2026-03-03 21:20:59 +09:00
c39097bf70
docs: add ADX ML migration design/plan and position monitor logging docs
21in7
2026-03-03 21:18:22 +09:00
9c6f5dbd76
feat: remove ADX hard filter from dataset builder, add ADX as ML feature
21in7
2026-03-03 21:17:49 +09:00
0aeb15ecfb
feat: remove ADX hard filter, delegate to ML
21in7
2026-03-03 21:14:50 +09:00
0b18a0b80d
feat: add ADX as 24th ML feature for trend strength learning
21in7
2026-03-03 21:11:04 +09:00
038a1f84ec
Merge pull request 'feat: add position monitor logging with real-time price tracking' (#2) from claude/intelligent-shtern into main
gihyeon2026-03-03 20:38:17 +09:00
a33283ecb3
feat: add position monitor logging with real-time price tracking
21in7
2026-03-03 20:36:46 +09:00
292ecc3e33
feat: update ML threshold and configuration for improved model performance
21in7
2026-03-03 20:09:03 +09:00
6fe2158511
feat: enhance precision optimization in model training
21in7
2026-03-03 00:57:19 +09:00
3613e3bf18
feat: update active LGBM parameters and training log with new metrics
21in7
2026-03-03 00:21:43 +09:00
fce4d536ea
feat: implement HOLD negative sampling and stratified undersampling in ML pipeline
21in7
2026-03-03 00:13:42 +09:00
9ec78d76bd
feat: implement immediate re-entry after closing position on reverse signal
21in7
2026-03-02 01:34:36 +09:00
725a4349ee
chore: Update MLXFilter model deployment and logging with new training results and ONNX file management
21in7
2026-03-02 01:08:12 +09:00
5e6cdcc358
fix: _on_candle_closed async 콜백 구조 수정 — asyncio.create_task 제거
21in7
2026-03-02 01:00:59 +09:00
361b0f4e00
fix: Update TradingBot signal processing to handle NaN values and improve MLFilter ONNX session configuration
21in7
2026-03-02 00:47:17 +09:00
031adac977
chore: .gitignore에 .DS_Store 추가 및 MLXFilter 훈련 로그 업데이트
21in7
2026-03-02 00:41:34 +09:00
747ab45bb0
fix: test_reload_model 단언을 실제 동작(파일 없으면 폴백 상태)에 맞게 수정
21in7
2026-03-02 00:38:08 +09:00
6fa6e854ca
fix: test_reload_model _model → _lgbm_model 주입 방식으로 수정
21in7
2026-03-02 00:36:47 +09:00
518f1846b8
fix: 기존 테스트를 현재 코드 구조에 맞게 수정 — MLFilter API, FEATURE_COLS 수, 버퍼 최솟값 반영
21in7
2026-03-02 00:36:13 +09:00
3bfd1ca5a3
fix: test_mlx_filter _make_X를 FEATURE_COLS 기반으로 수정 — 피처 확장 후 input_dim 불일치 해소
21in7
2026-03-02 00:34:21 +09:00
7fdd8bff94
fix: MLXFilter self._mean/std 저장 전 nan_to_num 적용 — 전체-NaN 컬럼 predict_proba 오염 차단
21in7
2026-03-02 00:31:08 +09:00
bcc717776d
fix: RS 계산을 np.divide(where=) 방식으로 교체 — epsilon 이상치 폭발 차단
21in7
2026-03-02 00:30:36 +09:00
9cac8a4afd
Merge pull request 'feat: OI nan 마스킹 / epsilon 통일 / 정밀도 우선 임계값' (#1) from feature/oi-nan-epsilon-precision-threshold into main
gihyeon2026-03-01 23:57:32 +09:00