From 61d5fc0e0836aa880ce00bf60981027a0bce7f40 Mon Sep 17 00:00:00 2001 From: epigramx Date: Thu, 1 Sep 2022 17:22:34 +0300 Subject: [PATCH] Make the recommendation for Binance/Kucoin blacklisting more accurate. Now that a recent bug regarding selling BNB is fixed, it should be safe to trade it, but with a warning that the user may have to manually maintain extra BNB. Also the old text implied those features are always unabled so this texts makes it clear those fee-related features can be also disabled. I'm not sure if it's still true that an "eaten by fees" position becomes unsellable but I left that as it is. --- docs/exchanges.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/exchanges.md b/docs/exchanges.md index 407a67d70..b55eaac74 100644 --- a/docs/exchanges.md +++ b/docs/exchanges.md @@ -61,8 +61,8 @@ Binance supports [time_in_force](configuration.md#understand-order_time_in_force ### Binance Blacklist -For Binance, please add `"BNB/"` to your blacklist to avoid issues. -Accounts having BNB accounts use this to pay for fees - if your first trade happens to be on `BNB`, further trades will consume this position and make the initial BNB trade unsellable as the expected amount is not there anymore. +For Binance, it is suggested to add `"BNB/"` to your blacklist to avoid issues, unless you are willing to maintain enough extra `BNB` on the account or, unless you're willing to disable using `BNB` for fees. +Binance accounts may use `BNB` for fees, and if a trade happens to be on `BNB`, further trades may consume this position and make the initial BNB trade unsellable as the expected amount is not there anymore. ### Binance Futures @@ -205,8 +205,8 @@ Kucoin supports [time_in_force](configuration.md#understand-order_time_in_force) ### Kucoin Blacklists -For Kucoin, please add `"KCS/"` to your blacklist to avoid issues. -Accounts having KCS accounts use this to pay for fees - if your first trade happens to be on `KCS`, further trades will consume this position and make the initial KCS trade unsellable as the expected amount is not there anymore. +For Kucoin, it is suggested to add `"KCS/"` to your blacklist to avoid issues, unless you are willing to maintain enough extra `KCS` on the account or, unless you're willing to disable using `KCS` for fees. +Kucoin accounts may use `KCS` for fees, and if a trade happens to be on `KCS`, further trades may consume this position and make the initial `KCS` trade unsellable as the expected amount is not there anymore. ## Huobi