To get the at the money (ATM) strikes of a stock we will use the NSEpython module in python. Please make sure that you have the nsepython module installed, else: Type this in the terminal: $pip install nsepython We will take Reliance as an example in this tutorial Using oi_chain_builder function we can get theContinue reading “Get Atm strike price of any stock”
Getting current weekly expiry details for Banknifty
To run any options based trading system we need the tradingsymbol for the latest expiring call and put options. The format for weekly expiring options is: BANKNIFTY<YY><M><DD>strike<PE/CE> Where M is given as 1 for JAN, 2 for FEB, 3, 4, 5, 6, 7, 8, 9, O(capital o) for October, N for November, D for DecemberContinue reading “Getting current weekly expiry details for Banknifty”
Vwap rejection strategy with ATR based stop
The strategy is based on vwap (volume weighted average price) and ATR (average true range). The strategy takes a long trade when the asset is gapping up and subsequently price goes into a consolidation phase and finally if we get a rejection from the vwap to move to prior highs. The stop loss is basedContinue reading “Vwap rejection strategy with ATR based stop”
Trading Journal simplified
I had used the following trading journal in my initial trading days when i used to do intraday trading. One of the most important things to have when you’re trading is a Trading journal, to constantly review your performance and improve on it. I only trade in index now so not using it. It usesContinue reading “Trading Journal simplified”
How to get ATM strikes of Banknifty
To get the at the money (ATM) strikes of Banknifty index we will use the NSEpython module in python. Please make sure that you have the nsepython module installed, else: Type this in the terminal: $pip install nsepython First we will have to get the LTP of Banknifty. The following code will print the LTP:Continue reading “How to get ATM strikes of Banknifty”
Nsepython: Getting Nifty/Banknifty Ltp
We can use the nsepython library to fetch data from the NSE website. Steps to install NSEPython: In any Python ide, for ex- pycharm type the following code in the terminal: $pip install nsepython To upgrade to the latest version, pip install –upgrade nsepython This will install the module nsepython. To print the Indices weContinue reading “Nsepython: Getting Nifty/Banknifty Ltp”
Pine script Tutorial
Trading strategies are one of the best ways to avoid behavioral biases and ensure consistent results. Strategies employ indicators in an objective manner to determine entry, exit and/or trade management rules. They include the detailed use of indicators or, multiple indicators, to establish instances where trading activity will occur. However any trading strategy need to be testedContinue reading “Pine script Tutorial”
About me
Founder of Simplytrading. Trading analyst and derivatives trader. Expert in the field of algorithmic trading and a rich experience of trading different asset classes. Tutoring new traders on deploying fully automated trading strategies and other aspects of Trade automation and back-testing through Zerodha’s Kiteconnect platform and pine script.
Site description
Simplifying the process of trading through regular market insights, new trading strategies and backtesting for various asset classes
