-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |