backword forward strategy

This commit is contained in:
2025-10-18 18:29:06 +02:00
parent 2b55851136
commit 6812c481e5
5 changed files with 295 additions and 5 deletions

View File

@ -0,0 +1,27 @@
{
"sma_cross_eth_1m": {
"strategy_name": "sma_cross_1",
"optimization_params": {
"fast": {
"start": 4,
"end": 15,
"step": 1
},
"slow": {
"start": 20,
"end": 60,
"step": 1
}
}
},
"sma_44d_btc": {
"strategy_name": "sma_cross_2",
"optimization_params": {
"sma_period": {
"start": 20,
"end": 250,
"step": 1
}
}
}
}