mirror of
https://github.com/PyP-Quant/quant-trading-strategy-templates.git
synced 2026-07-27 18:47:47 +00:00
23 lines
529 B
JSON
23 lines
529 B
JSON
{
|
|
"name": "bnbusdt-trend-rf-30m",
|
|
"description": "sklearn RandomForest PyP Quant template for BNBUSDT 30m.",
|
|
"symbol": "BNBUSDT",
|
|
"timeframe": "30m",
|
|
"model_family": "sklearn RandomForest",
|
|
"artifact_target": "joblib",
|
|
"parameters": {
|
|
"lookback": 120,
|
|
"horizon": 4,
|
|
"threshold": 0.004,
|
|
"min_confidence": 0.5,
|
|
"sl_percent": 0.4,
|
|
"tp_percent": 0.8
|
|
},
|
|
"requirements": [
|
|
"numpy",
|
|
"pandas",
|
|
"scikit-learn"
|
|
],
|
|
"disclaimer": "Educational template only. Not financial advice."
|
|
}
|