Skip to content

Finds volume spikes on cryptocurrencies with very small market cap

Notifications You must be signed in to change notification settings

jtig37/Crypto_Smart_Money

 
 

Repository files navigation

Crypto_Smart_Money


Objective

Gets a list of top 3000 cryptocurrencies with biggest market cap. Then downloads daily OHLC historical data for all those coins. After that analyzes and compares the returns of those coins 15/30/45/60 days after volume spike. Lastly returns list of coins that are available on Binance, Huobi or Gate.io and matching certain filters.

Top_Coin_List_Scrape.py

Scrapes top 3000 cryptocurrencies with biggest market cap with chromedriver and returns them as a pandas dataframe

Cryptocmd_OHLC.py

Downloads daily OHLC historical data for 3000 coins.

Crypto_Smart_Money.py

Analyzes returns of cryptos 15/30/45/60 days after volume spike. Also returns a list of coins that matches certain filters such as below certain market cap, volume spike magnitude etc if they are available on Binance, Huobi or Gate.io crypto exchanges.

About

Finds volume spikes on cryptocurrencies with very small market cap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%