Skip to content

Crypto bull market scanner. Scanning to see if certain indicators are passing certain threshold and informs you to a telegram group

Notifications You must be signed in to change notification settings

st1p3kolovrat/bull_market_scanner

Repository files navigation

Profile

bull_market_scanner

Idea:

Scanning for potential ending of the crypto bull run.

What this code does?

You should set it up with Github Actions to start a scheduled job once a day. Then magic happens, it runs through script to check if there is any indicator that should be taken into consideration. If yes, then send all the info to the private Telegram channel.

How to

  1. Clone the repo
  2. Install all dependencies:
pip3 install -r requirements.txt
  1. Start creating your Telegram channel
  2. Start a chat with BotFather on Telegram
  3. Create new bot with /newbot
  4. Save bot token
  5. Add bot as admin to your channel
  6. With GET request take telegram channel ID This is the endpoint: https://api.telegram.org/bot{your_bot_token}}/getUpdates

It starts with -100...

And so on...

  1. Further more currently there are three indicators implemented:
  • Crypto Greed Index
  • Bitcoin RSI
  • Binance 24h Trading Volume

Of course these indicators have certain threshold limit, if the indicator value did not pass given limit,
it will not include that indicator in the report.

Indicator trigger:

  • Crypto Greed Index will be triggered if the greed index is larger than 80
  • Bitcoin RSI will be triggered if the rsi value is larger than 90
  • Binance 24h Trading Volume will be triggered if the daily volume is larger than 60 Billion USD

This is how report looks like on the phone: Bull Run Peak Scanner

About

Crypto bull market scanner. Scanning to see if certain indicators are passing certain threshold and informs you to a telegram group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages