mirror of
https://github.com/PyP-Quant/quant-trading-strategy-templates.git
synced 2026-07-27 18:47:47 +00:00
26 lines
536 B
JSON
26 lines
536 B
JSON
{
|
|
"pair": "SOLUSDT",
|
|
"timeframe": "1m",
|
|
"model_family": "custom Python",
|
|
"runtime_target": "edge",
|
|
"artifact_format": "python_bundle",
|
|
"parameters": {
|
|
"lookback": 90,
|
|
"fast": 8,
|
|
"slow": 34,
|
|
"vol_window": 20,
|
|
"min_move": 0.0006
|
|
},
|
|
"training_requirements": [
|
|
"numpy",
|
|
"pandas"
|
|
],
|
|
"inference_requirements": [
|
|
"numpy",
|
|
"pandas"
|
|
],
|
|
"symbol": "SOLUSDT",
|
|
"description": "SOLUSDT high-volatility scalp baseline",
|
|
"disclaimer": "Educational template only. Not financial advice."
|
|
}
|