bybit: Some final cleanup

This commit is contained in:
Matthias 2023-01-24 20:12:50 +01:00
parent 25fa6bee74
commit c12fb1a49c
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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