From f001769ae29a8bd4ebad8e00e491e589dfe98e6a Mon Sep 17 00:00:00 2001 From: Ron Klinkien Date: Sun, 14 Nov 2021 20:59:38 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1021a18..3288ac5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A collection of 3Commas bot helpers I wrote. (collection will grow over time) ## Disclaimer -> :bangbang: I'm not responsible for any money you lose by using this software. The code is [MIT Licensed](LICENSE). +> :bangbang: I'm not responsible for any money you lose by using this software. The code is [MIT Licensed](LICENSE), read it also. > :exclamation: Always test your settings with your paper account first! From 1ca4e91c46f36afff9bf85819b63a7f7c699d687 Mon Sep 17 00:00:00 2001 From: Ron Klinkien Date: Sun, 14 Nov 2021 21:17:06 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3288ac5..ac02438 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ If this is the case -and the current pairs are different than the current ones- After this the bot helper will sleep for the set interval time, after which it will repeat these steps. +NOTE: make sure you specify a 'Trading 24h minimal volume' value in your bot(s), otherwise you can end up with 'shitcoins'. Check the LunarCrush website or galaxyscore.log file after running in debug mode for a while to see which coins and values are retrieved, and decide how much risk you want to take. + ![GalaxyScore](images/galaxyscore.png) ## AltRank bot helper named `altrank.py` @@ -38,6 +40,8 @@ It will monitor LunarCrush's AltRank list and use the Top X to create pairs for Same as galaxyscore bot helper except with AltRank data. +NOTE: make sure you specify a 'Trading 24h minimal volume' value in your bot(s), otherwise you can end up with 'shitcoins'. Check the LunarCrush website or altrank.log file after running in debug mode for a while to see which coins and values are retrieved, and decide how much risk you want to take. + ![AltRank](images/altrank.png) ## Watchlist bot helper named `watchlist.py`