backword forward strategy
This commit is contained in:
27
_data/backtesting_conf.json
Normal file
27
_data/backtesting_conf.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user