feat: expand quant templates to fifty projects

This commit is contained in:
root
2026-04-06 12:08:29 +00:00
parent 6976a0a528
commit 61a0d5b596
128 changed files with 5226 additions and 32 deletions
@@ -1 +1,26 @@
{"pair":"EURUSD","timeframe":"1h","model_family":"statsmodels","runtime_target":"modal","artifact_format":"joblib_bundle","parameters":{"lookback":96,"entry_threshold":0.0004},"training_requirements":["numpy","pandas","statsmodels","joblib"],"inference_requirements":["numpy","pandas","statsmodels","joblib"]}
{
"pair": "EURUSD",
"timeframe": "1h",
"model_family": "statsmodels",
"runtime_target": "modal",
"artifact_format": "joblib_bundle",
"parameters": {
"lookback": 96,
"entry_threshold": 0.0004
},
"training_requirements": [
"numpy",
"pandas",
"statsmodels",
"joblib"
],
"inference_requirements": [
"numpy",
"pandas",
"statsmodels",
"joblib"
],
"symbol": "EURUSD",
"description": "ARIMA-style statistical direction baseline",
"disclaimer": "Educational template only. Not financial advice."
}