Files
quant-trading-strategy-temp…/templates/xauusd-london-breakout-15m/quant.config.json
T

23 lines
520 B
JSON

{
"name": "xauusd-london-breakout-15m",
"description": "custom Python PyP Quant template for XAUUSD 15m.",
"symbol": "XAUUSD",
"timeframe": "15m",
"model_family": "custom Python",
"artifact_target": "joblib",
"parameters": {
"lookback": 100,
"horizon": 4,
"threshold": 0.003,
"min_confidence": 0.5,
"sl_percent": 0.25,
"tp_percent": 0.5
},
"requirements": [
"numpy",
"pandas",
"scikit-learn"
],
"disclaimer": "Educational template only. Not financial advice."
}