s/trade_thresholds/minimal_roi/

This commit is contained in:
gcarq
2017-05-20 21:30:42 +02:00
parent 763e05ff14
commit 4859bf18a3
5 changed files with 21 additions and 23 deletions

View File

@@ -3,12 +3,10 @@
"stake_currency": "BTC",
"stake_amount": 0.05,
"dry_run": false,
"trade_thresholds": {
"minimal_roi": {
"2880": 0.005,
"1440": 0.01,
"720": 0.03,
"360": 0.05,
"0": 0.10
"720": 0.01,
"0": 0.02
},
"poloniex": {
"enabled": false,