Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 2.64 KB

File metadata and controls

15 lines (13 loc) · 2.64 KB

Trading Projects

Repository of some of the trading projects I have worked on. You can find codes to perform the following tasks:

  1. Event Based Backtesting
  2. Vectorised Backtesting
  3. Data Management - Get Live Feed of Real time prices from Alice Blue broker
  4. Get historical price from Zerodha broker
  5. Order Management - Place trading orders based on your strategy with Fyers broker
  6. 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
  7. Example of a strategy with backtested results as well as it's real time implementation
  8. Implementation of certain price prediction techniques using ARIMA, LSTM Neural Networks, Statistical Arbitrage (Pairs Trading), etc.
  9. Webscraping using Selenium to fetch free live prices from TradingView website
  10. Notifying about executed trades as messages via Telegram Bot
  11. Modern Portfolio Theory - Efficient Frontier