Trading platformsLive

Trading Alerts: rule-based alerts on TradingView indicators

Real-time alerts for your favourite cryptocurrencies, triggered by indicator rules you define.

My role
Full-stack developer: alert engine, dashboard, chatbot delivery
Year
2025
Status
Live
Screenshot of Trading Alerts

The problem

Manually watching charts for indicator conditions across many pairs does not scale. The client wanted users to define their own rules on TradingView-style indicators and get notified the moment a condition fires.

What I built

  • Built a Next.js dashboard where users pick a coin, choose indicators, and set the conditions that should trigger an alert.
  • Implemented the Node.js alert engine that evaluates customizable indicator rules against live market data and fires notifications in real time.
  • Added a chatbot layer so users can receive and interact with alerts conversationally, not only through the web UI.
  • Persisted rules, alerts, and delivery history in PostgreSQL so users can review what fired and when.