
BuySellX
BuySellX is a full-stack algorithmic trading platform designed to automate market data processing, indicator analysis, and trade execution. The backend, built with NestJS and TypeScript, integrates with Zerodha KiteConnect APIs to receive real-time tick-level data. It calculates indicators such as SuperTrend, VWAP, MACD, ADX , etc.. for automated strategy decisions. The React and TypeScript frontend provides a real-time dashboard for monitoring market activity and trading signals. WebSocket communication ensures low-latency updates, while PostgreSQL and Redis provide reliable storage and fast session management.