File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -439,14 +439,15 @@ usage: freqtrade list-markets [-h] [-v] [--logfile FILE] [-V] [-c PATH]
439439 [-d PATH] [--userdir PATH] [--exchange EXCHANGE]
440440 [--print-list] [--print-json] [-1] [--print-csv]
441441 [--base BASE_CURRENCY [BASE_CURRENCY ...]]
442- [--quote QUOTE_CURRENCY [QUOTE_CURRENCY ...]]
443- [-a ]
442+ [--quote QUOTE_CURRENCY [QUOTE_CURRENCY ...]] [-a]
443+ [--trading-mode {spot,margin,futures} ]
444444
445445usage: freqtrade list-pairs [-h] [-v] [--logfile FILE] [-V] [-c PATH]
446446 [-d PATH] [--userdir PATH] [--exchange EXCHANGE]
447447 [--print-list] [--print-json] [-1] [--print-csv]
448448 [--base BASE_CURRENCY [BASE_CURRENCY ...]]
449449 [--quote QUOTE_CURRENCY [QUOTE_CURRENCY ...]] [-a]
450+ [--trading-mode {spot,margin,futures}]
450451
451452optional arguments:
452453 -h, --help show this help message and exit
@@ -463,6 +464,8 @@ optional arguments:
463464 Specify quote currency(-ies). Space-separated list.
464465 -a, --all Print all pairs or market symbols. By default only
465466 active ones are shown.
467+ --trading-mode {spot,margin,futures}
468+ Select Trading mode
466469
467470Common arguments:
468471 -v, --verbose Verbose mode (-vv for more, -vvv to get all messages).
You can’t perform that action at this time.
0 commit comments