NSEpy
Backtrader is an open-source python framework for backtesting, optimizing, and deploying live algorithmic trading strategies.
Kalman Filter is an optimal estimation algorithm to estimate the variable which can be measured indirectly and to find the best estimate of states...
Here is a quick tutorial in python to compute Correlation Matrix between multiple stock instruments using python packages like NSEpy & Pandas. Generally Correlation...
First of all thanks for your impressive and motivational reponse for the Nifty Returns Heatmap Generation post. Here is yet another simple visualization stuff...
In the last tutorial we had seen how to import data from NSEindia using NSEpy library and how to compute co-integration. In this tutorial...
Here is a simple example to compute Cointegration between two stock pairs using python libraries like NSEpy, Pandas, statmodels, matplotlib