mirror of
https://github.com/PyP-Quant/quant-trading-strategy-templates.git
synced 2026-08-15 19:48:06 +00:00
24 lines
490 B
JSON
24 lines
490 B
JSON
{
|
|
"pair": "USDJPY",
|
|
"timeframe": "1h",
|
|
"model_family": "custom Python",
|
|
"runtime_target": "edge",
|
|
"artifact_format": "python_bundle",
|
|
"parameters": {
|
|
"lookback": 100,
|
|
"z_window": 40,
|
|
"entry_z": 1.4
|
|
},
|
|
"training_requirements": [
|
|
"numpy",
|
|
"pandas"
|
|
],
|
|
"inference_requirements": [
|
|
"numpy",
|
|
"pandas"
|
|
],
|
|
"symbol": "USDJPY",
|
|
"description": "USDJPY mean-reversion baseline",
|
|
"disclaimer": "Educational template only. Not financial advice."
|
|
}
|