Some minor cleanups to trades download methods and docs
This commit is contained in:
@@ -275,7 +275,8 @@ AVAILABLE_CLI_OPTIONS = {
|
||||
),
|
||||
"download_trades": Arg(
|
||||
'--dl-trades',
|
||||
help='Download trades instead of OHLCV data.',
|
||||
help='Download trades instead of OHLCV data. The bot will resample trades to the '
|
||||
'desired timeframe as specified as --timeframes/-t.',
|
||||
action='store_true',
|
||||
),
|
||||
"exchange": Arg(
|
||||
|
Reference in New Issue
Block a user