Skip to content

Erfaniaa/undervalued-crypto-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Undervalued Crypto Finder

Get a list of cryptocurrencies which are now cheap and may be a good opportunity for investment. This project finds some cryptocurrencies which are below the daily moving average (eg. MA200).

Moreover, you can get a list of the most pumped or dumped coins of the last day.

Overview

There is a saying that has always been said and has never been violated, but we don't follow the reason and document for it now: "The cryptocurrency market always has a 1-year downward trend and a 3-year upward trend."

If this statement is still true, we will see an upward trend in the market in 2023 as well. When the cryptocurrency market is rising, it is a time when people, due to fear of falling behind the market, tend to look for which cryptocurrencies have not yet risen so that they can buy them and hope to make a profit in the future days. One of the ways to find strong cryptocurrencies that have an upward trend is to see which cryptocurrencies have a lower price compared to the average prices of the last 200 days. Going through all these cryptocurrencies is very time-consuming, as you can't go through all of them and check their current price and average price. To solve this problem, we wrote a tool that can make this process faster in the near future.

Note: This tool might be more useful during a Bitcoin bullrun or an alt-season.

Update: The most pumped or dumped (based on the last day's price change percent) coins added to the output.

Run

  1. Clone the repository.
  2. Run pip3 install -r requirements.txt.
  3. If you want to get the result on the command line run python3 main.py. However if the output is large and you would like to view it on a file like output.txt, run python3 main.py > output.txt.
  4. Just wait! It takes time.

Then you will get the result.

Config

For the configuration, you can change config.py constants.

See Also

About

Get a list of cryptocurrencies which are now cheap and may be a good opportunity for investment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages