mirror of
https://github.com/PyP-Quant/quant-trading-strategy-templates.git
synced 2026-07-27 18:47:47 +00:00
22 lines
505 B
JSON
22 lines
505 B
JSON
{
|
|
"name": "copperusd-mean-reversion-1h",
|
|
"description": "custom Python PyP Quant template for COPPERUSD 1h.",
|
|
"symbol": "COPPERUSD",
|
|
"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."
|
|
}
|