• Joined on 2026-03-01
gihyeon pushed to main at gihyeon/cointrader 2026-03-02 01:51:57 +09:00
c89374410e feat: enhance trading bot functionality and documentation
gihyeon pushed to main at gihyeon/cointrader 2026-03-02 01:34:39 +09:00
9ec78d76bd feat: implement immediate re-entry after closing position on reverse signal
gihyeon pushed to main at gihyeon/cointrader 2026-03-02 01:08:17 +09:00
725a4349ee chore: Update MLXFilter model deployment and logging with new training results and ONNX file management
gihyeon pushed to main at gihyeon/cointrader 2026-03-02 01:01:04 +09:00
5e6cdcc358 fix: _on_candle_closed async 콜백 구조 수정 — asyncio.create_task 제거
gihyeon pushed to main at gihyeon/cointrader 2026-03-02 00:47:21 +09:00
361b0f4e00 fix: Update TradingBot signal processing to handle NaN values and improve MLFilter ONNX session configuration
gihyeon pushed to main at gihyeon/cointrader 2026-03-02 00:41:37 +09:00
031adac977 chore: .gitignore에 .DS_Store 추가 및 MLXFilter 훈련 로그 업데이트
747ab45bb0 fix: test_reload_model 단언을 실제 동작(파일 없으면 폴백 상태)에 맞게 수정
6fa6e854ca fix: test_reload_model _model → _lgbm_model 주입 방식으로 수정
518f1846b8 fix: 기존 테스트를 현재 코드 구조에 맞게 수정 — MLFilter API, FEATURE_COLS 수, 버퍼 최솟값 반영
3bfd1ca5a3 fix: test_mlx_filter _make_X를 FEATURE_COLS 기반으로 수정 — 피처 확장 후 input_dim 불일치 해소
Compare 7 commits »
gihyeon pushed to main at gihyeon/cointrader 2026-03-01 23:57:33 +09:00
9cac8a4afd Merge pull request 'feat: OI nan 마스킹 / epsilon 통일 / 정밀도 우선 임계값' (#1) from feature/oi-nan-epsilon-precision-threshold into main
0f6a22fcb5 feat: MLX 임계값 탐색을 정밀도 우선(recall>=0.15 조건부)으로 변경
aa413f4d7c feat: LightGBM 임계값 탐색을 정밀도 우선(recall>=0.15 조건부)으로 변경
6ae0f9d81b fix: MLXFilter fit/predict에 nan-safe 정규화 적용 (nanmean + nan_to_num)
820d8e0213 refactor: 분모 연산을 1e-8 epsilon 패턴으로 통일
Compare 6 commits »
gihyeon merged pull request gihyeon/cointrader#1 2026-03-01 23:57:32 +09:00
feat: OI nan 마스킹 / epsilon 통일 / 정밀도 우선 임계값
gihyeon created pull request gihyeon/cointrader#1 2026-03-01 23:57:02 +09:00
feat: OI nan 마스킹 / epsilon 통일 / 정밀도 우선 임계값
0f6a22fcb5 feat: MLX 임계값 탐색을 정밀도 우선(recall>=0.15 조건부)으로 변경
aa413f4d7c feat: LightGBM 임계값 탐색을 정밀도 우선(recall>=0.15 조건부)으로 변경
6ae0f9d81b fix: MLXFilter fit/predict에 nan-safe 정규화 적용 (nanmean + nan_to_num)
820d8e0213 refactor: 분모 연산을 1e-8 epsilon 패턴으로 통일
417b8e3c6a feat: OI/펀딩비 결측 구간을 np.nan으로 마스킹 (0.0 → nan)
Compare 5 commits »
gihyeon created branch feature/oi-nan-epsilon-precision-threshold in gihyeon/cointrader 2026-03-01 23:50:47 +09:00
gihyeon pushed to main at gihyeon/cointrader 2026-03-01 23:50:38 +09:00
3b7ee3e890 chore: .worktrees/ gitignore에 추가
gihyeon pushed to main at gihyeon/cointrader 2026-03-01 22:25:41 +09:00
24d3ba9411 feat: enhance data fetching and model training with OI and funding rate integration
gihyeon pushed to main at gihyeon/cointrader 2026-03-01 22:16:20 +09:00
4245d7cdbf feat: implement 15-minute timeframe upgrade for model training and data processing
gihyeon pushed to main at gihyeon/cointrader 2026-03-01 22:02:36 +09:00
a6697e7cca feat: implement LightGBM model improvement plan with feature normalization and walk-forward validation
c6428af64e feat: enhance Jenkins pipeline with Discord notifications and model hot-reload functionality
Compare 2 commits »
gihyeon pushed to main at gihyeon/cointrader 2026-03-01 21:43:31 +09:00
d9238afaf9 feat: enhance MLX model training with combined data handling
gihyeon pushed to main at gihyeon/cointrader 2026-03-01 21:25:11 +09:00
db144750a3 feat: enhance model training and deployment scripts with time-weighted sampling
gihyeon pushed to main at gihyeon/cointrader 2026-03-01 20:44:11 +09:00
301457ce57 chore: remove unused risk_per_trade references
ab580b18af feat: apply dynamic margin ratio in bot position sizing
795689ac49 feat: replace risk_per_trade with margin_ratio in calculate_quantity
fe9690698a feat: add get_dynamic_margin_ratio to RiskManager
95abac53a8 feat: add dynamic margin ratio config params
Compare 5 commits »
gihyeon pushed to main at gihyeon/cointrader 2026-03-01 19:51:21 +09:00
ac84fafbd0 feat: update Jenkinsfile for improved CI/CD process