mirror of
https://github.com/PyP-Quant/quant-trading-strategy-templates.git
synced 2026-08-15 19:48:06 +00:00
23 lines
541 B
JSON
23 lines
541 B
JSON
{
|
|
"name": "uk100-range-logistic-1h",
|
|
"description": "sklearn LogisticRegression PyP Quant template for UK100 1h.",
|
|
"symbol": "UK100",
|
|
"timeframe": "1h",
|
|
"model_family": "sklearn LogisticRegression",
|
|
"artifact_target": "joblib",
|
|
"parameters": {
|
|
"lookback": 140,
|
|
"horizon": 6,
|
|
"threshold": 0.0025,
|
|
"min_confidence": 0.48,
|
|
"sl_percent": 0.25,
|
|
"tp_percent": 0.5
|
|
},
|
|
"requirements": [
|
|
"numpy",
|
|
"pandas",
|
|
"scikit-learn"
|
|
],
|
|
"disclaimer": "Educational template only. Not financial advice."
|
|
}
|