From 66cc600076fa2347a3eec3ca290a6e7b2a4a42f0 Mon Sep 17 00:00:00 2001 From: hroff-1902 <47309513+hroff-1902@users.noreply.github.com> Date: Sat, 16 Feb 2019 19:53:35 +0300 Subject: [PATCH] add amount_reserve_percent into the full config file --- config_full.json.example | 1 + 1 file changed, 1 insertion(+) diff --git a/config_full.json.example b/config_full.json.example index 234722f82..23a36dd4c 100644 --- a/config_full.json.example +++ b/config_full.json.example @@ -3,6 +3,7 @@ "stake_currency": "BTC", "stake_amount": 0.05, "fiat_display_currency": "USD", + "amount_reserve_percent" : 0.05, "dry_run": false, "ticker_interval": "5m", "trailing_stop": false,