Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberjunky committed Nov 15, 2021
2 parents 244a031 + 1ca4e91 commit d847793
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand All @@ -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`
Expand All @@ -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`
Expand Down

0 comments on commit d847793

Please sign in to comment.