From 11101e66686e858a74b9e405a6bf870e90f582da Mon Sep 17 00:00:00 2001 From: misagh Date: Fri, 30 Nov 2018 18:07:45 +0100 Subject: [PATCH] config full aded --- config_binance.json.example | 2 +- config_full.json.example | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config_binance.json.example b/config_binance.json.example index 7773a8c39..3d11f317a 100644 --- a/config_binance.json.example +++ b/config_binance.json.example @@ -59,7 +59,7 @@ "enabled": false, "process_throttle_secs": 3600, "calculate_since_number_of_days": 7, - "total_capital_in_stake_currency": 0.5, + "capital_available_percentage": 0.5, "allowed_risk": 0.01, "stoploss_range_min": -0.01, "stoploss_range_max": -0.1, diff --git a/config_full.json.example b/config_full.json.example index b0719bcc6..7e54eb5ca 100644 --- a/config_full.json.example +++ b/config_full.json.example @@ -67,7 +67,8 @@ "edge": { "enabled": false, "process_throttle_secs": 3600, - "calculate_since_number_of_days": 2, + "calculate_since_number_of_days": 7, + "capital_available_percentage": 0.5, "allowed_risk": 0.01, "stoploss_range_min": -0.01, "stoploss_range_max": -0.1,