From f6cb446bff5f08c8998284b08abe5275d63e2c5f Mon Sep 17 00:00:00 2001 From: hippocritical Date: Wed, 16 Apr 2025 21:22:55 +0200 Subject: [PATCH] added list-data comment for --datadir to have the user not specify [exchange]/futures/ by themselves. They should use --trading-mode. They will get a timerange of 1970-1970 in conjunction with --show-timerange otherwise. --- docs/commands/list-data.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/commands/list-data.md b/docs/commands/list-data.md index c6e8cc94e..61fc556d1 100644 --- a/docs/commands/list-data.md +++ b/docs/commands/list-data.md @@ -41,7 +41,8 @@ Common arguments: exists). Multiple --config options may be used. Can be set to `-` to read config from stdin. -d PATH, --datadir PATH, --data-dir PATH - Path to directory with historical backtesting data. + Path to the base directory of the exchange with historical backtesting data. + To see futures data, use trading-mode additionally for example. --userdir PATH, --user-data-dir PATH Path to userdata directory.