mirror of
https://github.com/PyP-Quant/quant-trading-strategy-templates.git
synced 2026-07-27 18:47:47 +00:00
23 lines
549 B
JSON
23 lines
549 B
JSON
{
|
|
"name": "eurgbp-range-classifier-30m",
|
|
"description": "sklearn LogisticRegression PyP Quant template for EURGBP 30m.",
|
|
"symbol": "EURGBP",
|
|
"timeframe": "30m",
|
|
"model_family": "sklearn LogisticRegression",
|
|
"artifact_target": "joblib",
|
|
"parameters": {
|
|
"lookback": 120,
|
|
"horizon": 4,
|
|
"threshold": 0.0012,
|
|
"min_confidence": 0.48,
|
|
"sl_percent": 0.25,
|
|
"tp_percent": 0.5
|
|
},
|
|
"requirements": [
|
|
"numpy",
|
|
"pandas",
|
|
"scikit-learn"
|
|
],
|
|
"disclaimer": "Educational template only. Not financial advice."
|
|
}
|