Files
quant-trading-strategy-temp…/templates/xagusd-atr-breakout-1h/quant.config.json
T

22 lines
494 B
JSON

{
"name": "xagusd-atr-breakout-1h",
"description": "custom Python PyP Quant template for XAGUSD 1h.",
"symbol": "XAGUSD",
"timeframe": "1h",
"model_family": "custom Python",
"artifact_target": "python",
"parameters": {
"lookback": 140,
"horizon": 6,
"threshold": 0.003,
"min_confidence": 0.5,
"sl_percent": 0.25,
"tp_percent": 0.5
},
"requirements": [
"numpy",
"pandas"
],
"disclaimer": "Educational template only. Not financial advice."
}