Add candletypes argument for convert-data

This commit is contained in:
Matthias
2021-12-05 10:26:00 +01:00
parent a80c3f6a1b
commit 9d79501c13
6 changed files with 26 additions and 8 deletions

View File

@@ -267,7 +267,7 @@ def convert_ohlcv_format(
convert_from: str,
convert_to: str,
erase: bool,
candle_type: CandleType = CandleType.SPOT_
candle_type: CandleType
):
"""
Convert OHLCV from one format to another