This Django-based Python application leverages the KiteConnect API to enable fully automated intraday trading, including scalping options effectively. It processes real-time market data, executes trades, and tracks profit/loss autonomously. The system supports advanced strategies like trailing stop-loss, reverse orders, and percentage-based entry/exit calculations.
Key Highlights:
Real-time tick data streaming via WebSocket. Candle aggregation for accurate signal generation. Scalping-friendly features with fast order placement and strategy execution. Comprehensive profit/loss tracking and error handling and exiting when profit hits. Easily customizable to suit various trading styles. Enhancement Idea: Integrating Redis for faster candle management ensures scalability and efficiency in high-frequency scenarios like options scalping.