Update README.md

This commit is contained in:
Clement 2024-09-05 15:41:10 +02:00
parent 70cf49d0a2
commit 233393fc63

View File

@ -33,7 +33,7 @@ A complete working example is provided in the `docker-compose.yml` file.
Must be an `int` >= 1. Must be an `int` >= 1.
Represents how many days of historical data to use. Represents how many days of historical data to use.
- TIMEFRAME - 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: 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 >= 30m if TRAINING_DAYS <= 2
- TIMEFRAME >= 4h if TRAINING_DAYS <= 30 - TIMEFRAME >= 4h if TRAINING_DAYS <= 30