Add candletypes argument for convert-data
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user