From 062ef7b9da19ed6f22846a4449543c5aa0b0dcc2 Mon Sep 17 00:00:00 2001 From: Noah Gago <37782064+NoahGago@users.noreply.github.com> Date: Sat, 11 Dec 2021 16:51:30 -0500 Subject: [PATCH] Update config_bittrex.example.json --- config_examples/config_bittrex.example.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config_examples/config_bittrex.example.json b/config_examples/config_bittrex.example.json index 4352d8822..0257e0425 100644 --- a/config_examples/config_bittrex.example.json +++ b/config_examples/config_bittrex.example.json @@ -26,6 +26,13 @@ }, "exchange": { "name": "bittrex", + "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": {"enableRateLimit": true},