queball99 / CoinbasePro-Recurring-Buy

A Python app to automate buying cryptocurrency on the Coinbase Pro exchange. Runs in a Docker container for convenience.
GNU General Public License v3.0
43 stars 4 forks source link

Invest in top market cap coins ? #7

Open gomme600 opened 3 years ago

gomme600 commented 3 years ago

Hi, I was reading this post on reddit : https://www.reddit.com/r/CryptoCurrency/comments/ofu03b/which_is_better_buying_top_coins_vs_buying_btc/

And I was wondering if it was possible to set the bot to buy the top coins (by market cap) on the day instead of a specific pair ?

Thanks for this great dockerised bot!

patch-werk commented 2 years ago

I implemented that based on your suggestion! Just finished editing the base script code, havent changed the README. Havent looked at the docker part yet either. Takes top number of coins you tell it and buys an equal amount of each.

https://github.com/patch-werk/CoinbasePro-Recurring-Buy

gomme600 commented 2 years ago

Thanks! I'll be sure to take a look!