More candletype changes

This commit is contained in:
Matthias
2021-12-03 13:04:31 +01:00
parent f33643cacf
commit 5493212672
8 changed files with 33 additions and 14 deletions

View File

@@ -475,6 +475,8 @@ CANCEL_REASON = {
}
# List of pairs with their timeframes
# TODO-lev: This should really be
# PairWithTimeframe = Tuple[str, str, CandleType]
PairWithTimeframe = Tuple[str, str, str]
ListPairsWithTimeframes = List[PairWithTimeframe]