Files
quant-trading-strategy-temp…/templates/eurgbp-range-classifier-30m/quant.config.json
T

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."
}