1
0
mirror of https://github.com/Rikj000/MoniGoMani.git synced 2022-03-06 00:08:05 +03:00
Commit Graph

4 Commits

Author SHA1 Message Date
perfectra1n
974b8d23b4 change 'source' to '.' for POSIX compliance 2021-12-26 12:59:46 -08:00
Basit Mustafa
96e0165b1b feat(mgm_tools): support kraken in data download 2021-07-09 17:26:02 -06:00
Basit Mustafa
c663119597 feat(mgm_tools): support kraken in data download
Kraken is odd about data history APIs, they offer trade data, but only 720 candles, and regardless of timeframe, they keep returning the same 720, so the workaround is to use `--dl-trades` and resample into candles. So added a EXCHG_SPECIFIC_OPTS var to handle this for Kraken-only if kraken is the exchange in the loop iteration.

Kraken also, less oddly, applies rate limits by IP and Pair, so I have added support for parallel downloads for Kraken which currently sets default to the number of cores of the machine but is configurable via PARALLEL_REQS_KRAKEN
2021-07-09 17:02:57 -06:00
Rikj000
f5c709dffb Updated "How to optimize MoniGoMani" section + added nightshift2ks Freqtrade-Download-Pairs + Added Some Test Results 2021-04-26 01:11:29 +02:00