You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way I see it is that you can define alert (via slack for now) using command alert (crypto) (price) (relative crypto), for example alert ETH 0.05 BTC.
Backend should determine current price of ETH in BTC and define whether it should trigger the alert when the price rises (current ETH price is lower than defined in alert) or when the price drops (current ETH price is higher than defined in alert).
Once triggered, alert should be removed automatically.
It would be best to only allow one alert per crypto pair/price so probably it would be a good idea to use crypto pair/price as some soft of key (primary key?).
The text was updated successfully, but these errors were encountered:
Application should support an alerts engine.
The way I see it is that you can define alert (via slack for now) using command
alert (crypto) (price) (relative crypto)
, for examplealert ETH 0.05 BTC
.Backend should determine current price of ETH in BTC and define whether it should trigger the alert when the price rises (current ETH price is lower than defined in alert) or when the price drops (current ETH price is higher than defined in alert).
Once triggered, alert should be removed automatically.
It would be best to only allow one alert per crypto pair/price so probably it would be a good idea to use crypto pair/price as some soft of key (primary key?).
The text was updated successfully, but these errors were encountered: