Skip to content

Commit 45dc667

Browse files
authored
Merge pull request freqtrade#11651 from hippocritical/develop
added mentioning of the base exchange folder to list-data
2 parents 3c20106 + 10d79f6 commit 45dc667

28 files changed

+83
-28
lines changed

docs/commands/backtesting-analysis.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ Common arguments:
5959
exists). Multiple --config options may be used. Can be
6060
set to `-` to read config from stdin.
6161
-d PATH, --datadir PATH, --data-dir PATH
62-
Path to directory with historical backtesting data.
62+
Path to the base directory of the exchange with
63+
historical backtesting data. To see futures data, use
64+
trading-mode additionally.
6365
--userdir PATH, --user-data-dir PATH
6466
Path to userdata directory.
6567

docs/commands/backtesting-show.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ Common arguments:
3030
exists). Multiple --config options may be used. Can be
3131
set to `-` to read config from stdin.
3232
-d PATH, --datadir PATH, --data-dir PATH
33-
Path to directory with historical backtesting data.
33+
Path to the base directory of the exchange with
34+
historical backtesting data. To see futures data, use
35+
trading-mode additionally.
3436
--userdir PATH, --user-data-dir PATH
3537
Path to userdata directory.
3638

docs/commands/backtesting.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ Common arguments:
8989
exists). Multiple --config options may be used. Can be
9090
set to `-` to read config from stdin.
9191
-d PATH, --datadir PATH, --data-dir PATH
92-
Path to directory with historical backtesting data.
92+
Path to the base directory of the exchange with
93+
historical backtesting data. To see futures data, use
94+
trading-mode additionally.
9395
--userdir PATH, --user-data-dir PATH
9496
Path to userdata directory.
9597

docs/commands/convert-data.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ Common arguments:
4545
exists). Multiple --config options may be used. Can be
4646
set to `-` to read config from stdin.
4747
-d PATH, --datadir PATH, --data-dir PATH
48-
Path to directory with historical backtesting data.
48+
Path to the base directory of the exchange with
49+
historical backtesting data. To see futures data, use
50+
trading-mode additionally.
4951
--userdir PATH, --user-data-dir PATH
5052
Path to userdata directory.
5153

docs/commands/convert-trade-data.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ Common arguments:
3434
exists). Multiple --config options may be used. Can be
3535
set to `-` to read config from stdin.
3636
-d PATH, --datadir PATH, --data-dir PATH
37-
Path to directory with historical backtesting data.
37+
Path to the base directory of the exchange with
38+
historical backtesting data. To see futures data, use
39+
trading-mode additionally.
3840
--userdir PATH, --user-data-dir PATH
3941
Path to userdata directory.
4042

docs/commands/download-data.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ Common arguments:
6363
exists). Multiple --config options may be used. Can be
6464
set to `-` to read config from stdin.
6565
-d PATH, --datadir PATH, --data-dir PATH
66-
Path to directory with historical backtesting data.
66+
Path to the base directory of the exchange with
67+
historical backtesting data. To see futures data, use
68+
trading-mode additionally.
6769
--userdir PATH, --user-data-dir PATH
6870
Path to userdata directory.
6971

docs/commands/edge.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ Common arguments:
5050
exists). Multiple --config options may be used. Can be
5151
set to `-` to read config from stdin.
5252
-d PATH, --datadir PATH, --data-dir PATH
53-
Path to directory with historical backtesting data.
53+
Path to the base directory of the exchange with
54+
historical backtesting data. To see futures data, use
55+
trading-mode additionally.
5456
--userdir PATH, --user-data-dir PATH
5557
Path to userdata directory.
5658

docs/commands/hyperopt-list.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ Common arguments:
5555
exists). Multiple --config options may be used. Can be
5656
set to `-` to read config from stdin.
5757
-d PATH, --datadir PATH, --data-dir PATH
58-
Path to directory with historical backtesting data.
58+
Path to the base directory of the exchange with
59+
historical backtesting data. To see futures data, use
60+
trading-mode additionally.
5961
--userdir PATH, --user-data-dir PATH
6062
Path to userdata directory.
6163

docs/commands/hyperopt-show.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ Common arguments:
3737
exists). Multiple --config options may be used. Can be
3838
set to `-` to read config from stdin.
3939
-d PATH, --datadir PATH, --data-dir PATH
40-
Path to directory with historical backtesting data.
40+
Path to the base directory of the exchange with
41+
historical backtesting data. To see futures data, use
42+
trading-mode additionally.
4143
--userdir PATH, --user-data-dir PATH
4244
Path to userdata directory.
4345

docs/commands/hyperopt.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ Common arguments:
103103
exists). Multiple --config options may be used. Can be
104104
set to `-` to read config from stdin.
105105
-d PATH, --datadir PATH, --data-dir PATH
106-
Path to directory with historical backtesting data.
106+
Path to the base directory of the exchange with
107+
historical backtesting data. To see futures data, use
108+
trading-mode additionally.
107109
--userdir PATH, --user-data-dir PATH
108110
Path to userdata directory.
109111

0 commit comments

Comments
 (0)