mirror of
https://github.com/PyP-Quant/quant-trading-strategy-templates.git
synced 2026-08-18 21:18:05 +00:00
29 lines
619 B
JSON
29 lines
619 B
JSON
{
|
|
"pair": "EURUSD",
|
|
"timeframe": "15m",
|
|
"model_family": "sklearn LogisticRegression",
|
|
"runtime_target": "edge",
|
|
"artifact_format": "weights_bundle",
|
|
"parameters": {
|
|
"lookback": 80,
|
|
"horizon": 4,
|
|
"threshold": 0.0008,
|
|
"min_confidence": 0.48
|
|
},
|
|
"training_requirements": [
|
|
"numpy",
|
|
"pandas",
|
|
"scikit-learn",
|
|
"joblib"
|
|
],
|
|
"inference_requirements": [
|
|
"numpy",
|
|
"pandas",
|
|
"scikit-learn",
|
|
"joblib"
|
|
],
|
|
"symbol": "EURUSD",
|
|
"description": "EURUSD logistic regression baseline classifier",
|
|
"disclaimer": "Educational template only. Not financial advice."
|
|
}
|