Repository of some of the trading projects I have worked on. You can find codes to perform the following tasks:
- Event Based Backtesting
- Vectorised Backtesting
- Data Management - Get Live Feed of Real time prices from Alice Blue broker
- Get historical price from Zerodha broker
- Order Management - Place trading orders based on your strategy with Fyers broker
- An end-to-end trading engine with a pipeline to get historical and live data, feed in your strategy, and execute orders real time based on the strategy
- Example of a strategy with backtested results as well as it's real time implementation
- Implementation of certain price prediction techniques using ARIMA, LSTM Neural Networks, Statistical Arbitrage (Pairs Trading), etc.
- Webscraping using Selenium to fetch free live prices from TradingView website
- Notifying about executed trades as messages via Telegram Bot
- Modern Portfolio Theory - Efficient Frontier