match example config to backtest_conf and update README to fix #124
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
"stake_amount": 0.05,
|
||||
"dry_run": false,
|
||||
"minimal_roi": {
|
||||
"50": 0.0,
|
||||
"40": 0.01,
|
||||
"30": 0.02,
|
||||
"0": 0.045
|
||||
"40": 0.0,
|
||||
"30": 0.01,
|
||||
"20": 0.02
|
||||
"0": 0.04
|
||||
},
|
||||
"stoploss": -0.40,
|
||||
"bid_strategy": {
|
||||
@@ -38,4 +38,4 @@
|
||||
"internals": {
|
||||
"process_throttle_secs": 5
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user