
Learn how to install python, set up jupyter notebooks, and run code line by line to explore NSEPython data and build debugging skills.
Apply the banknifty golden ratio strategy using the previous day's high, previous day's low, and the opening 10 minute range, while fetching historical data with a python library and pandas.
Code a BankNIFTY golden ratio strategy by building and testing the buy/sell logic, open ranges, and stop loss and target management, including live data checks and trade handling.
Learn how to run the bankNIFTY golden ratio trading code in Google Colab using a Python server, troubleshoot NSEPython issues, and adapt to broker APIs like Upstox, IFL, and Zerodha.
Decode the paper trading bot and implement the golden ratio strategy using NSEPython server edition, running and validating code in a notebook, with updated ipynb on GitHub and broker demos.
Golden Ratio Strategy on BankNIFTY is one of the most popular Strategies in the Indian Stock Market. In this series, We will discuss the entire thought process behind coding the strategy in a paper trading bot by extracting the data using NSE's Website.
Once We do that, We shall also cover how to transform that paper trading bot to a real-time trading bot using Restful APIs and various python wrappers of most popular Indian Share Market Brokers like Zerodha, Alice Blue, Interactive Brokers.
This is not an introductory course and is targetted for a slightly advanced audience preferably who have already dealt with Python and has a basic understanding of programming.
You can expect to gain the following skills from this course
Basics of Algorithmic Trading
Scrapping Data From NSE
Usage of Jupyter Notebook and NSEPython API
Basics of BankNIFTY Golden Ratio Strategy
How to code a breakout Strategy using Python
Test your stock trading strategy with a paper account, without real money
Deploy the strategy in a real trading account!
The goal by the end of this course is for you to be able to use what you’ve learned and created trading algorithms’ that execute whatever strategy you can come up with. If you are already an algo trader the material in this course will likely not be helpful to you. However, if you are new to algo trading, this is an excellent time to learn, and an invaluable skill to develop.