mirror of
https://github.com/PyP-Quant/quant-trading-strategy-templates.git
synced 2026-08-23 07:38:07 +00:00
33 lines
684 B
JSON
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."
|
|
}
|