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.
Scrapes top 3000 cryptocurrencies with biggest market cap with chromedriver and returns them as a pandas dataframe
Downloads daily OHLC historical data for 3000 coins.
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.