mirror of
https://github.com/PyP-Quant/quant-trading-strategy-templates.git
synced 2026-07-27 18:47:47 +00:00
22 lines
504 B
JSON
22 lines
504 B
JSON
{
|
|
"name": "maticusdt-scalp-baseline-5m",
|
|
"description": "custom Python PyP Quant template for MATICUSDT 5m.",
|
|
"symbol": "MATICUSDT",
|
|
"timeframe": "5m",
|
|
"model_family": "custom Python",
|
|
"artifact_target": "python",
|
|
"parameters": {
|
|
"lookback": 100,
|
|
"horizon": 4,
|
|
"threshold": 0.004,
|
|
"min_confidence": 0.5,
|
|
"sl_percent": 0.4,
|
|
"tp_percent": 0.8
|
|
},
|
|
"requirements": [
|
|
"numpy",
|
|
"pandas"
|
|
],
|
|
"disclaimer": "Educational template only. Not financial advice."
|
|
}
|