eduardo-olivares1 / Narwhal

A discord bot designed to alert users of important cryptocurrency movements and events.
MIT License
2 stars 1 forks source link

Market Fundamentals: Notification when BTC / ETH make new ATH #14

Open srglnd opened 3 years ago

srglnd commented 3 years ago

Add support for notifications when one of the majors (BTC/ETH) reach a new ATH

Considerations:

  1. Once ATH is broken we don't want bot to continue spamming, so we should have some sort of cooldown period or time threshold between notifications.
  2. Should be able to easily pull all time high for any coingecko asset and store it. Then, when this price is exceeded, the notification is triggered.