Files
hyper/_data/backtesting_conf.json
2025-11-09 22:07:14 +01:00

19 lines
420 B
JSON

{
"sma_cross_eth_5m": {
"strategy_name": "sma_cross_1",
"script": "strategies.ma_cross_strategy.MaCrossStrategy",
"optimization_params": {
"fast": {
"start": 5,
"end": 150,
"step": 1
},
"slow": {
"start": 0,
"end": 0,
"step": 1
}
}
}
}