Tradex (Fyers)
Developed a web-based trading system using Python, Django, and Celery, integrated with Fyers API. The platform enables live trading, tracks real-time price updates (LTP), and manages asynchronous tasks for smooth trading operations.





Technologies Used
PythonDjangoCeleryRedisFyers APIReal-time LTP TrackingREST APIAsynchronous Task ProcessingWebSocket
Overview
- Built a Django-based trading platform with real-time trading capability using Fyers API.
- Integrated Celery for handling asynchronous operations like order placement, monitoring, and updates.
- Utilized Redis as a message broker for Celery and as a real-time data cache for performance.
Features
- Live LTP tracking and display using WebSockets or polling.
- Place, modify, and cancel orders directly from the web interface.
- Asynchronous order execution using Celery to ensure smooth user experience.
- Real-time order and trade status updates.
- Scalable and modular codebase suitable for automation and strategy integration.
- Secure authentication and token management for Fyers API.