From c6013e58194066d4fb5afff581f28c8c747734e1 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 13 Nov 2022 12:01:20 +0100 Subject: [PATCH] Fix doc typo --- docs/data-download.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/data-download.md b/docs/data-download.md index 700ca04f4..a7b1987aa 100644 --- a/docs/data-download.md +++ b/docs/data-download.md @@ -177,13 +177,13 @@ freqtrade download-data --exchange binance --pairs ETH/USDT XRP/USDT BTC/USDT -- ### Data format -Freqtrade currently supports 3 data-formats for both OHLCV and trades data: +Freqtrade currently supports the following data-formats: * `json` - plain "text" json files * `jsongz` - a gzip-zipped version of json files * `hdf5` - a high performance datastore -* `feather` - a dataformat based on Apache Arrow -* `parquet` - columnar datastore +* `feather` - a dataformat based on Apache Arrow (OHLCV only) +* `parquet` - columnar datastore (OHLCV only) By default, OHLCV data is stored as `json` data, while trades data is stored as `jsongz` data.