Store monthly candles as "Mo"

This commit is contained in:
Matthias
2022-05-01 17:00:00 +02:00
parent 528509f809
commit a1048fb619
3 changed files with 16 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ class JsonDataHandler(IDataHandler):
return [
(
cls.rebuild_pair_from_filename(match[1]),
match[2],
cls.rebuild_timeframe_from_filename(match[2]),
CandleType.from_string(match[3])
) for match in _tmp if match and len(match.groups()) > 1]