Files
quant-trading-strategy-temp…/templates/xauusd-regime-xgboost-v11/quant.config.json
T

33 lines
684 B
JSON

{
"pair": "XAUUSD",
"timeframe": "1h",
"model_family": "XGBoost",
"runtime_target": "modal",
"artifact_format": "joblib_bundle",
"parameters": {
"lookback": 220,
"horizon": 6,
"threshold": 0.0015,
"atr_mult": 1.0,
"min_direction_prob": 0.38,
"min_edge": 0.03
},
"training_requirements": [
"numpy",
"pandas",
"scikit-learn",
"xgboost",
"joblib"
],
"inference_requirements": [
"numpy",
"pandas",
"scikit-learn",
"xgboost",
"joblib"
],
"symbol": "XAUUSD",
"description": "Less restrictive Au-79-style XAUUSD regime classifier",
"disclaimer": "Educational template only. Not financial advice."
}