-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Crypto Price Alerts #47
Comments
Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible. |
I'm a GSSOC'24 Extd. Contributor |
Hey |
Please review and assign
…On Mon, Oct 7, 2024 at 6:37 PM github-actions[bot] ***@***.***> wrote:
Hi there! Thanks for opening this issue. We appreciate your contribution
to this open-source project. We aim to respond or assign your issue as soon
as possible.
—
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZTLHHHN37YC6IX4TH2HXS3Z2KBRRAVCNFSM6AAAAABPP4R27CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJWHA4DEMBUGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Please review and assign |
Pls review and assign |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Feature Description
To add periodic crypto price alerts, we need to include a mechanism that checks prices at regular intervals and sends alerts based on predefined conditions. This can be done using Python’s asyncio for scheduling, combined with a recurring check for price updates. Here’s how you can update your existing code:
Steps to Integrate Periodic Alerts:
Use Case
Example Use Cases:
A trader might set an alert for Ethereum to be notified when the price dips below $1,500 so they can buy at a lower price.
An investor can set an alert to know when Bitcoin surpasses a certain high to decide whether to sell.
Benefits
Custom Alerts: Users can set personalized price thresholds for specific cryptocurrencies. When the price reaches a certain value (e.g., Bitcoin crosses $30,000), the bot sends them a notification. This makes the bot more interactive, engaging, and tailored to individual needs.
Real-Time Updates: Instead of constantly checking the app for price updates, users can rely on the bot to notify them when certain conditions are met, saving time and effort.
Automation: Users can automate their market-watching process. Once alerts are set, the bot monitors prices in the background, ensuring that users don’t miss important price movements.
Actionable Alerts: By getting notified of key price changes in real time, users can make more informed decisions, whether it's buying, selling, or adjusting their investments.
Risk Management: Alerts can be set at various thresholds to warn users of drastic drops or gains, helping them manage risk in volatile markets.
Continuous Engagement: Since the bot provides relevant notifications, users stay engaged with it longer. This leads to more interaction and improved retention, as they’ll frequently come back to check or adjust their alerts.
Seamless Interaction: Users no longer need to manually check crypto prices all the time. The bot becomes a proactive tool rather than just a reactive one, providing constant value.
Market Vigilance: Users trust the bot to act as a vigilant market watcher, ensuring they are always aware of important market changes, which can help build loyalty.
Priority
High
Record
The text was updated successfully, but these errors were encountered: