From 90212804636dabf452c31187193dd55878358273 Mon Sep 17 00:00:00 2001 From: QTinman <56702508+QTinman@users.noreply.github.com> Date: Fri, 9 Apr 2021 17:11:48 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1c3e90c..9824816 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ # CoinBrowser +CoinBrowser is a tool for Freqtrade where the program writes pairs into text file to be used with spesific exchange. + +Data for this program is from CoinMarkedCap API. API key is needed for downloading the json file. +The program creates coinhistory.db database if it is missing and uses the data from exiting json file. +The database can be updated by checking UpdateDB and will it then upgrade from existing json file. +Typically it is good to have the database few hours older than the json file as the DB should be few hours older for some calculations.