From 233393fc630181163e018f42b0413a6ed1b5e4a2 Mon Sep 17 00:00:00 2001 From: Clement <159793462+clementupshot@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:41:10 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d85bbf9..8bc025d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ A complete working example is provided in the `docker-compose.yml` file. Must be an `int` >= 1. Represents how many days of historical data to use. - TIMEFRAME - This should be in this form: `10m`, `1h`, `1d`, etc. + This should be in this form: `10min`, `1h`, `1d`, `1m`, etc. Note: For Coingecko, Data granularity (candle's body) is automatic - [see here](https://docs.coingecko.com/reference/coins-id-ohlc). To avoid downsampling, it is recommanded to use with Coingecko: - TIMEFRAME >= 30m if TRAINING_DAYS <= 2 - TIMEFRAME >= 4h if TRAINING_DAYS <= 30