Skip to content

Commit 527c427

Browse files
committed
Add trading mode to list-pairs and list-markets output in docs
1 parent 2af3167 commit 527c427

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/utils.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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
445445
usage: 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
451452
optional 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
467470
Common arguments:
468471
-v, --verbose Verbose mode (-vv for more, -vvv to get all messages).

0 commit comments

Comments
 (0)