Spaces:
Sleeping
Sleeping
Upload best_config.json
Browse files- best_config.json +57 -0
best_config.json
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"gold": {
|
| 3 |
+
"threshold": 0.55,
|
| 4 |
+
"sharpe": 1.5,
|
| 5 |
+
"train_acc": 0.926,
|
| 6 |
+
"test_acc": 0.965,
|
| 7 |
+
"features_count": 200,
|
| 8 |
+
"train_size": 5151,
|
| 9 |
+
"test_size": 1288,
|
| 10 |
+
"win_rate": 54.9,
|
| 11 |
+
"profit_factor": 1.82,
|
| 12 |
+
"max_drawdown": 9.12,
|
| 13 |
+
"model_version": "v10_royal",
|
| 14 |
+
"trained_at": "2026-05-07T11:46:07"
|
| 15 |
+
},
|
| 16 |
+
"eth": {
|
| 17 |
+
"threshold": 0.52,
|
| 18 |
+
"sharpe": 0.94,
|
| 19 |
+
"train_acc": 0.890,
|
| 20 |
+
"test_acc": 0.910,
|
| 21 |
+
"features_count": 200,
|
| 22 |
+
"train_size": 3104,
|
| 23 |
+
"test_size": 776,
|
| 24 |
+
"win_rate": 54.9,
|
| 25 |
+
"profit_factor": 1.82,
|
| 26 |
+
"max_drawdown": 9.12,
|
| 27 |
+
"model_version": "v12_ultimate",
|
| 28 |
+
"trained_at": "2026-05-08T09:22:15"
|
| 29 |
+
},
|
| 30 |
+
"sol": {
|
| 31 |
+
"threshold": 0.52,
|
| 32 |
+
"sharpe": 1.2,
|
| 33 |
+
"train_acc": 0.945,
|
| 34 |
+
"test_acc": 0.910,
|
| 35 |
+
"features_count": 200,
|
| 36 |
+
"train_size": 1730,
|
| 37 |
+
"test_size": 433,
|
| 38 |
+
"win_rate": 53.5,
|
| 39 |
+
"profit_factor": 1.65,
|
| 40 |
+
"max_drawdown": 12.4,
|
| 41 |
+
"model_version": "v2_ensemble",
|
| 42 |
+
"trained_at": "2026-05-28T10:00:00"
|
| 43 |
+
},
|
| 44 |
+
"trading_rules": {
|
| 45 |
+
"max_positions": 3,
|
| 46 |
+
"max_total_positions": 6,
|
| 47 |
+
"max_consecutive_losses": 4,
|
| 48 |
+
"trailing_stop_activation": 0.005,
|
| 49 |
+
"trailing_stop_distance": 0.003,
|
| 50 |
+
"breakeven_at": 0.005,
|
| 51 |
+
"tp_atr_multiplier": 3.0,
|
| 52 |
+
"sl_atr_multiplier": 1.5,
|
| 53 |
+
"max_daily_loss_pct": 4.0,
|
| 54 |
+
"max_weekly_loss_pct": 8.0,
|
| 55 |
+
"position_risk_pct": 1.0
|
| 56 |
+
}
|
| 57 |
+
}
|