mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 02:23:05 +00:00
add --convert-trades argument to download-data
This commit is contained in:
@@ -450,6 +450,13 @@ AVAILABLE_CLI_OPTIONS = {
|
||||
"desired timeframe as specified as --timeframes/-t.",
|
||||
action="store_true",
|
||||
),
|
||||
"convert_trades": Arg(
|
||||
"--convert",
|
||||
help="Convert downloaded trades to OHLCV data. Only applicable in combination with `--dl-trades`. "
|
||||
"Will be automatic for exchanges which don't have historic OHLCV (e.g. Kraken). "
|
||||
"If not provided, use `trades-to-ohlcv` to convert trades data to OHLCV data.",
|
||||
action="store_true",
|
||||
),
|
||||
"format_from_trades": Arg(
|
||||
"--format-from",
|
||||
help="Source format for data conversion.",
|
||||
|
||||
Reference in New Issue
Block a user