fix: disable qwen3.5 thinking mode for analyzer (was consuming all tokens), increase timeout
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user