mirror of
https://github.com/PyP-Quant/quant-trading-strategy-templates.git
synced 2026-08-26 09:08:07 +00:00
feat: implement EURGBP volume proxy divergence 5m strategy (closes #212)
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"pair": "EURGBP",
|
||||
"timeframe": "5m",
|
||||
"model_family": "sklearn HistGradientBoostingClassifier",
|
||||
"runtime_target": "edge",
|
||||
"artifact_format": "weights_bundle",
|
||||
"parameters": {
|
||||
"lookback": 100,
|
||||
"horizon": 5,
|
||||
"threshold": 0.0006,
|
||||
"min_confidence": 0.5
|
||||
},
|
||||
"training_requirements": [
|
||||
"numpy",
|
||||
"pandas",
|
||||
"scikit-learn",
|
||||
"joblib"
|
||||
],
|
||||
"inference_requirements": [
|
||||
"numpy",
|
||||
"pandas",
|
||||
"scikit-learn",
|
||||
"joblib"
|
||||
],
|
||||
"symbol": "EURGBP",
|
||||
"description": "EURGBP volume proxy divergence strategy using HistGradientBoostingClassifier",
|
||||
"disclaimer": "Educational template only. Not financial advice."
|
||||
}
|
||||
Reference in New Issue
Block a user