hschickdevs/Telegram-Crypto-Alerts

Monitor price changes over a specified period

Closed this issue ยท 2 comments

It would be great to have an alert on the price change for 24h. This is the field priceChangePercent calling the service /api/v3/ticker/24hr of the Binance API.

This would be great!

Thanks so much for the contribution. I will add this and push to main branch.

๐Ÿ˜€ I've made this update as promised.

You can now create a 24 hour price change alert using:
/newalert BASE/QUOTE PRICE 24HRCHG <PERCENT_CHG>
E.g.
/newalert ETH/USDT PRICE 24HRCHG 2.5

d4ca994