diff --git a/freqtrade/exchange/types.py b/freqtrade/exchange/types.py index 5568e4336..52c1e6ae7 100644 --- a/freqtrade/exchange/types.py +++ b/freqtrade/exchange/types.py @@ -28,3 +28,4 @@ Tickers = Dict[str, Ticker] # pair, timeframe, candleType, OHLCV, drop last?, OHLCVResponse = Tuple[str, str, CandleType, List, bool] +TRADESResponse = Tuple[str, str, CandleType, List, bool]