Scanning for potential ending of the crypto bull run.
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.
- Clone the repo
- Install all dependencies:
pip3 install -r requirements.txt
- Start creating your Telegram channel
- Start a chat with BotFather on Telegram
- Create new bot with
/newbot
- Save bot token
- Add bot as admin to your channel
- 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...
- 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