mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
Improve line formatting
This commit is contained in:
@@ -452,7 +452,8 @@ AVAILABLE_CLI_OPTIONS = {
|
|||||||
),
|
),
|
||||||
"convert_trades": Arg(
|
"convert_trades": Arg(
|
||||||
"--convert",
|
"--convert",
|
||||||
help="Convert downloaded trades to OHLCV data. Only applicable in combination with `--dl-trades`. "
|
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). "
|
"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.",
|
"If not provided, use `trades-to-ohlcv` to convert trades data to OHLCV data.",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
|
|||||||
Reference in New Issue
Block a user