From 46690d6024a7a95616c02f527f96dd46c81aa642 Mon Sep 17 00:00:00 2001 From: Noah Gago <37782064+NoahGago@users.noreply.github.com> Date: Sat, 11 Dec 2021 16:51:06 -0500 Subject: [PATCH] Update config_binance.example.json --- config_examples/config_binance.example.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config_examples/config_binance.example.json b/config_examples/config_binance.example.json index d59ff96cb..b5dbb754d 100644 --- a/config_examples/config_binance.example.json +++ b/config_examples/config_binance.example.json @@ -26,6 +26,13 @@ }, "exchange": { "name": "binance", + "reduced_fees_strategy": { + "enable": true, + "process_throttle_secs": 3600, + "currency": "BNB", + "BNB_maximum": 0.35, + "BNB_minimum": 0.012 + }, "key": "your_exchange_key", "secret": "your_exchange_secret", "ccxt_config": {}, @@ -90,4 +97,3 @@ "internals": { "process_throttle_secs": 5 } -}