Files
quant-trading-strategy-temp…/templates/audjpy-randomforest-1h/quant.config.json
T

23 lines
529 B
JSON

{
"name": "audjpy-randomforest-1h",
"description": "sklearn RandomForest PyP Quant template for AUDJPY 1h.",
"symbol": "AUDJPY",
"timeframe": "1h",
"model_family": "sklearn RandomForest",
"artifact_target": "joblib",
"parameters": {
"lookback": 140,
"horizon": 6,
"threshold": 0.0018,
"min_confidence": 0.5,
"sl_percent": 0.25,
"tp_percent": 0.5
},
"requirements": [
"numpy",
"pandas",
"scikit-learn"
],
"disclaimer": "Educational template only. Not financial advice."
}