-
7044c42b44
fix(v0.2.8): trajectory override now recovery-based (critical fix)
main
buckybonez
2026-02-11 23:37:14 +07:00
-
46000cd122
fix(v0.2.7): fix session_name undefined error
buckybonez
2026-02-11 23:30:23 +07:00
-
37ae3f508a
fix(v0.2.7): raise Golden Session spread limit 50→80 pips
buckybonez
2026-02-11 23:29:12 +07:00
-
77396a0534
feat(v0.2.7): trajectory override for Golden Session recovery
buckybonez
2026-02-11 23:27:48 +07:00
-
a735588190
fix(v0.2.6): critical grace period & threshold unit bugs
buckybonez
2026-02-11 22:14:20 +07:00
-
97ff946a3b
fix(v0.2.5): H1 bias jadi pendukung saja, tidak memblokir trade
buckybonez
2026-02-11 22:01:55 +07:00
-
fc31876b3d
fix(v0.2.5): trajectory hold only for ever-profitable trades
buckybonez
2026-02-11 21:58:12 +07:00
-
7036aff939
fix(v0.2.5): H1 override lowered to SMC>=70% + SELL filter uses H1 only
buckybonez
2026-02-11 21:49:17 +07:00
-
5f25e7258e
fix(v0.2.5): monotonic loss ratchet + golden session + never-profitable grace
buckybonez
2026-02-11 20:30:50 +07:00
-
d8feac86cf
fix: restore TRUE SMC-only logic (v0.2.4)
buckybonez
2026-02-11 20:07:22 +07:00
-
5cb75cddff
feat: restore SMC as primary strategy (v0.2.3)
buckybonez
2026-02-11 19:19:49 +07:00
-
4514b57de5
fix: use cached_df for London false breakout ATR calculation
buckybonez
2026-02-11 18:20:46 +07:00
-
25f1edf082
fix: convert entry_time datetime to timestamp in grace period calculation
buckybonez
2026-02-11 18:18:43 +07:00
-
c0976c4518
feat: implement Professor AI recommendations v0.2.2 (5 critical fixes)
buckybonez
2026-02-11 18:16:34 +07:00
-
f5c3f66a62
feat: implement professional versioning system (v0.6.0)
buckybonez
2026-02-11 08:28:31 +07:00
-
915189c7e9
feat: implement Phase 2 features — SMC + Basket + Protect + Macro
buckybonez
2026-02-09 13:44:11 +07:00
-
c8afb21d53
feat: create XAUBot Pro MQ5 EA with Phase 1 enhancements
buckybonez
2026-02-09 13:33:49 +07:00
-
ef506b34fe
research: deep analysis of 3 commercial Gold EAs + improvement roadmap
buckybonez
2026-02-09 13:23:50 +07:00
-
8742057fc0
fix: ensure regime columns exist before ML prediction
buckybonez
2026-02-09 10:58:19 +07:00
-
7dbb89c74b
docs: add profit momentum research artifacts
buckybonez
2026-02-09 10:52:05 +07:00
-
f736f1f75b
chore: add backtest #39 and HMM investigation artifacts
buckybonez
2026-02-09 10:51:49 +07:00
-
20ce86b937
fix: implement 8-feature Enhanced HMM — fix critical alternating pattern bug
buckybonez
2026-02-09 10:50:16 +07:00
-
29ff1ed0b0
feat: add velocity & acceleration tracking to PositionGuard
buckybonez
2026-02-09 10:45:36 +07:00
-
98136bac68
fix: model AUC metrics — read V2 key names (xgb_train_score/xgb_test_score)
buckybonez
2026-02-09 09:01:32 +07:00
-
8627589dcc
feat: early cut grace period + AI assistant card + filter UX cleanup
buckybonez
2026-02-09 08:57:50 +07:00
-
7d03e7cc7d
feat: add filter toggle dashboard card (frontend)
buckybonez
2026-02-09 08:16:21 +07:00
-
ce3227213e
feat: implement dynamic entry filter control system
buckybonez
2026-02-09 08:13:39 +07:00
-
f354b52337
fix: H1 bias calculate on first loop + add filter config infrastructure
buckybonez
2026-02-09 08:09:01 +07:00
-
023cb2b92b
chore: update gitignore — untrack .claude/, ignore runtime data & logs
buckybonez
2026-02-09 07:56:48 +07:00
-
42b99dcc89
refactor: separate all Telegram code from main_live.py into dedicated modules
buckybonez
2026-02-09 07:07:04 +07:00
-
d93d790428
feat: add 5 dashboard features — dark mode, trade history, backtests, model insights, alerts
buckybonez
2026-02-09 05:46:54 +07:00
-
f7ca8003ce
refactor: reorganize project structure — consolidate Docker files, clean root
buckybonez
2026-02-08 14:21:11 +07:00
-
afabc1892f
feat: add full dashboard monitoring + FEATURES.md documentation
buckybonez
2026-02-08 13:45:31 +07:00
-
8b6b7822e0
feat: apply #33B impulse trail + #34A skip hours 9,21 WIB
buckybonez
2026-02-08 12:55:34 +07:00
-
82eca84230
feat: apply #28B smart breakeven + #31B H1 EMA20 filter, add backtests #26-#32
buckybonez
2026-02-08 10:33:24 +07:00
-
a8d01995ab
feat: apply #24B optimizations — ATR-adaptive exit, skip Tokyo-London, relaxed early cut
buckybonez
2026-02-07 22:34:24 +07:00
-
ce377b87a4
feat: 5 critical improvements to trading bot
buckybonez
2026-02-06 18:21:10 +07:00
-
8ebf073cc1
fix: spread dict access and close_position retry logic
buckybonez
2026-02-06 13:36:46 +07:00
-
8112366c97
refactor: restructure repository and add README, CLAUDE.md, LICENSE
buckybonez
2026-02-06 13:22:46 +07:00
-
d04a9c2484
optimize: improve win rate with SELL filter and reduced cooldown
buckybonez
2026-02-06 11:46:36 +07:00
-
5655e9f622
sync: backtest_live_sync.py with all critical/major fixes
buckybonez
2026-02-06 10:25:17 +07:00
-
9d883ccc45
docs: sync architecture docs with v5 major issues fix
buckybonez
2026-02-06 10:06:43 +07:00
-
db806b21de
fix: major issues - calibrated confidence, ATR-based filters, smarter exits
buckybonez
2026-02-06 09:56:42 +07:00
-
0e74f40028
docs: update comprehensive architecture doc to match v4 source code
buckybonez
2026-02-06 09:51:50 +07:00
-
74fec499a1
chore: add training data, backups, and research docs
buckybonez
2026-02-06 09:44:49 +07:00
-
5b20c70113
fix: critical improvements to trading logic and ML pipeline
buckybonez
2026-02-06 09:33:43 +07:00
-
c0c8c1318b
docs: add comprehensive full architecture document (00-ARSITEKTUR-LENGKAP.md)
buckybonez
2026-02-06 09:27:33 +07:00
-
d900cab15b
docs: add architecture documentation for remaining 8 components (16-23)
buckybonez
2026-02-06 09:17:20 +07:00
-
538d3ae50b
feat: Smart AI Trading Bot for XAUUSD with ML and SMC
buckybonez
2026-02-06 09:01:35 +07:00