Added candle type to ohlcv_get_available_data
This commit is contained in:
@@ -467,7 +467,7 @@ CANCEL_REASON = {
|
||||
}
|
||||
|
||||
# List of pairs with their timeframes
|
||||
PairWithTimeframe = Tuple[str, str]
|
||||
PairWithTimeframe = Tuple[str, str, str]
|
||||
ListPairsWithTimeframes = List[PairWithTimeframe]
|
||||
|
||||
# Type for trades list
|
||||
|
||||
Reference in New Issue
Block a user