mirror of
https://github.com/PyP-Quant/quant-trading-strategy-templates.git
synced 2026-08-16 12:08:04 +00:00
31 lines
623 B
JSON
31 lines
623 B
JSON
{
|
|
"pair": "EURUSD",
|
|
"timeframe": "30m",
|
|
"model_family": "LightGBM",
|
|
"runtime_target": "modal",
|
|
"artifact_format": "joblib_bundle",
|
|
"parameters": {
|
|
"lookback": 140,
|
|
"horizon": 4,
|
|
"threshold": 0.001,
|
|
"min_confidence": 0.48
|
|
},
|
|
"training_requirements": [
|
|
"numpy",
|
|
"pandas",
|
|
"scikit-learn",
|
|
"lightgbm",
|
|
"joblib"
|
|
],
|
|
"inference_requirements": [
|
|
"numpy",
|
|
"pandas",
|
|
"scikit-learn",
|
|
"lightgbm",
|
|
"joblib"
|
|
],
|
|
"symbol": "EURUSD",
|
|
"description": "Multi-feature FX LightGBM classifier",
|
|
"disclaimer": "Educational template only. Not financial advice."
|
|
}
|