From 1f1e64560aca5d7959fc2b29833bc3aa90f9a918 Mon Sep 17 00:00:00 2001 From: Janne Sinivirta Date: Fri, 29 Sep 2017 09:58:00 +0300 Subject: [PATCH] adjust roi and stop loss in config.json.example --- config.json.example | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/config.json.example b/config.json.example index a0b93c455..584fb019d 100644 --- a/config.json.example +++ b/config.json.example @@ -3,13 +3,14 @@ "stake_currency": "BTC", "stake_amount": 0.05, "dry_run": false, - "minimal_roi": { - "2880": 0.005, - "720": 0.01, - "0": 0.02 - }, - "stoploss": -0.10, - "bid_strategy": { + "minimal_roi": { + "60": 0.0, + "40": 0.01, + "20": 0.02, + "0": 0.03 + }, + "stoploss": -0.40, + "bid_strategy": { "ask_last_balance": 0.0 }, "bittrex": {