fix: disable qwen3.5 thinking mode for analyzer (was consuming all tokens), increase timeout

This commit is contained in:
BizzleBot
2026-03-19 22:32:40 +00:00
parent d81d1dedac
commit e24b6605d7
5 changed files with 299 additions and 6 deletions
+5 -5
View File
@@ -51,21 +51,21 @@
"type": "classification",
"direction": "long",
"horizon_candles": 6,
"threshold_pct": 1.0
"threshold_pct": 1.5
},
"hyperparameters": {
"learning_rate": 0.05,
"max_depth": 6,
"max_depth": 4,
"n_estimators": 500,
"subsample": 0.8,
"colsample_bytree": 0.8,
"min_child_weight": 5,
"gamma": 0.1,
"reg_alpha": 0.1,
"reg_lambda": 1.0
"reg_alpha": 0.5,
"reg_lambda": 2.0
},
"strategy": {
"entry_threshold": 0.6,
"entry_threshold": 0.75,
"exit_type": "trailing_stop",
"stop_loss_pct": 2.0,
"take_profit_pct": 4.0,