From 4493eeb8c37106d9d8a3491c3b0ea92bde0da21c Mon Sep 17 00:00:00 2001 From: gcarq Date: Sun, 15 Oct 2017 18:33:01 +0200 Subject: [PATCH] rename ask_last_balance to bid_ask_balance and default to 1.0 --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 685189087..926027625 100644 --- a/config.json.example +++ b/config.json.example @@ -11,7 +11,7 @@ }, "stoploss": -0.40, "bid_strategy": { - "ask_last_balance": 0.0 + "bid_ask_balance": 1.0 }, "exchange": { "name": "bittrex",