Comparing Equity Curves of Reliance and Vedanta with Gann Square of 9 StrategyIn the following section, we present two Equity Curves, which are a graphical representation of the cumulative Profit and Loss (P&L) over…Sep 26, 20231Sep 26, 20231
Backtesting Gann Square of 9 Intraday Strategy Using Python and Zerodha API — IIPassing List of Strategy JSONs to Price Action Backtester FunctionSep 26, 2023Sep 26, 2023
Creating Price Action Backtester Function Using Python and Zerodha APIIn this section, We shall create a Price Action Backtester function! The function takes one argument, data, which is expected to be a…Sep 26, 2023Sep 26, 2023
Backtesting Gann Square of 9 Intraday Strategy Using Python and Zerodha APIStep 1 — Determining Reliance’s Last Traded Price (LTP) at 9:25 AM DailySep 26, 2023Sep 26, 2023
Building a Python Function for Gann Square of 9 CalculatorGann Square of 9 is a powerful tool in technical analysis, used by traders to identify key support and resistance levels in the market…Sep 26, 2023Sep 26, 2023
Building a Python Function for Gann Square of 9 CalculatorGann Square of 9 is a powerful tool in technical analysis, used by traders to identify key support and resistance levels in the market…Sep 26, 2023Sep 26, 2023
Defining the Gann Square of 9 Intraday Strategy’s AlgorithmAs of now, there hasn’t been a comprehensive analysis or report available for this strategy. In this section, we will walk through a…Sep 26, 2023Sep 26, 2023
Backtesting Narrow Range Inside Bar Strategy Using PythonWhen we mention the “Narrow Range Inside Bar,” we are specifically referring to stocks that meet two criteria: they appear in the Narrow…Sep 26, 2023Sep 26, 2023
Backtesting Double Inside Bar Intraday Strategy Using PythonIn the last chapter, We have backtested the Index Inside Bar Intraday Strategy.Sep 26, 2023Sep 26, 2023
Backtesting Index Inside Bar Positional Strategy Using PythonIn the last chapter, We have backtested the Index Inside Bar Intraday Strategy. The only thing that will be different in the code for doing…Sep 26, 2023Sep 26, 2023
Backtesting Index Inside Bar Intraday Strategy Using PythonLet’s start by importing index_ib.csv file which was shared in the earlier chapter. It contains all dates when NIFTY and BankNIFTY Index…Sep 26, 2023Sep 26, 2023
Coding A Python Function For Backtesting Inside Bar StrategiesNow that we have an overview of the strategy, let’s dissect the check_high_breakout_and_save function.Sep 26, 2023Sep 26, 2023
Create a Function to get the High and Low of the StockThe significance of a stock’s price high lies in the following aspects:Sep 26, 2023Sep 26, 2023
Fine-Tuning the Buddha: Incorporating Micro ConditionsMicro Conditions For Stabalizing the Intraday StrategySep 26, 2023Sep 26, 2023
Downloading Buddha Trigger PointsAs discussed in the last chapter, Once a stock pops up in the watchlist of “Double Inside Bar”, “NR7+Inside Bar” and “Index Inside Bar”, We…Sep 26, 2023Sep 26, 2023
The Buddha Trading StrategyNow, Note that — “Triple Inside Bar” and “3% Gap Down or 3% Gap Up” watchlist is not being used in the core strategy but they are used in…Sep 26, 2023Sep 26, 2023