From c12fb1a49c0e454bf92020a0a8adb0b36b57205a Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 24 Jan 2023 20:12:50 +0100 Subject: [PATCH] bybit: Some final cleanup --- docs/exchanges.md | 2 +- freqtrade/exchange/bybit.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/exchanges.md b/docs/exchanges.md index bbed3cef0..54fd7eae3 100644 --- a/docs/exchanges.md +++ b/docs/exchanges.md @@ -258,7 +258,7 @@ The configuration parameter `exchange.unknown_fee_rate` can be used to specify t ## Bybit Futures trading on bybit is currently supported for USDT markets, and will use isolated futures mode. -Users with unified accounts (there's no way back) can create a subaccount which will start as "non-unified", and can therefore use isolated futures. +Users with unified accounts (there's no way back) can create a Sub-account which will start as "non-unified", and can therefore use isolated futures. As bybit doesn't provide funding rate history, the dry-run calculation is used for live trades as well. diff --git a/freqtrade/exchange/bybit.py b/freqtrade/exchange/bybit.py index a99f3656c..e08380213 100644 --- a/freqtrade/exchange/bybit.py +++ b/freqtrade/exchange/bybit.py @@ -1,7 +1,7 @@ """ Bybit exchange subclass """ import logging from datetime import datetime -from typing import Any, Dict, List, Optional, Tuple, Union +from typing import Any, Dict, List, Optional, Tuple from freqtrade.constants import BuySell from freqtrade.enums import MarginMode, TradingMode