mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-26 08:50:47 +00:00
Adds TRADESResponse
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user