adjust roi and stop loss in config.json.example
This commit is contained in:
parent
c9226a329c
commit
1f1e64560a
@ -4,11 +4,12 @@
|
|||||||
"stake_amount": 0.05,
|
"stake_amount": 0.05,
|
||||||
"dry_run": false,
|
"dry_run": false,
|
||||||
"minimal_roi": {
|
"minimal_roi": {
|
||||||
"2880": 0.005,
|
"60": 0.0,
|
||||||
"720": 0.01,
|
"40": 0.01,
|
||||||
"0": 0.02
|
"20": 0.02,
|
||||||
|
"0": 0.03
|
||||||
},
|
},
|
||||||
"stoploss": -0.10,
|
"stoploss": -0.40,
|
||||||
"bid_strategy": {
|
"bid_strategy": {
|
||||||
"ask_last_balance": 0.0
|
"ask_last_balance": 0.0
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user