Kucoin delta Volume - alert via telegram
Budget: €100 – €230 EUR
I need a python script that monitors in realtime the current and historical trading volumes of different pairs on Kucoin (i.e. BTC/USDT, MATIC/USDT).
The script will analyse the pair list form a Json file, edited by the user
The script should be also print on a shell terminal the following info:
For each pair:
- Average Volume of the last week (time periods can be edited by the user)
- Current Volume
- Delta Volume ( % difference between Average Volume and Current Volume)
The script should also send an alert via Telegram to a specific channel, notifying the info in the following fashion:
Pair | Av. Volume W | Cur. Volume | Delta %
BTC/USDT | 345M | 797M | 130%
Telegram Notification will be sent by the script every time the Delta reach the % decided by the user.
The script will analyse the pair list form a Json file, edited by the user
The script should be also print on a shell terminal the following info:
For each pair:
- Average Volume of the last week (time periods can be edited by the user)
- Current Volume
- Delta Volume ( % difference between Average Volume and Current Volume)
The script should also send an alert via Telegram to a specific channel, notifying the info in the following fashion:
Pair | Av. Volume W | Cur. Volume | Delta %
BTC/USDT | 345M | 797M | 130%
Telegram Notification will be sent by the script every time the Delta reach the % decided by the user.