mirror of
https://github.com/PyP-Quant/quant-trading-strategy-templates.git
synced 2026-08-16 20:18:04 +00:00
22 lines
494 B
JSON
22 lines
494 B
JSON
{
|
|
"name": "us30-mean-reversion-30m",
|
|
"description": "custom Python PyP Quant template for US30 30m.",
|
|
"symbol": "US30",
|
|
"timeframe": "30m",
|
|
"model_family": "custom Python",
|
|
"artifact_target": "python",
|
|
"parameters": {
|
|
"lookback": 120,
|
|
"horizon": 4,
|
|
"threshold": 0.0025,
|
|
"min_confidence": 0.5,
|
|
"sl_percent": 0.25,
|
|
"tp_percent": 0.5
|
|
},
|
|
"requirements": [
|
|
"numpy",
|
|
"pandas"
|
|
],
|
|
"disclaimer": "Educational template only. Not financial advice."
|
|
}
|