Python

Introduction to Backtrader – Creating your First Trading Strategy…

Backtrader is an open-source python framework for backtesting, optimizing, and deploying live algorithmic trading strategies.
Rajandran R
54 sec read

Getting Started with Google Colab

Google Colab also known as Google Colaboratory is a product from Google Research which allows user to run their python code from their browser...
Rajandran R
1 min read

Hurst Exponent – Checking for Trend Persistance – Python…

Hurst exponent is originally developed by the famous hydrologist Harold Edwin Hurst to study the Long-Term Storage Capacity of Reservoirs. Hurst is developed to...
Rajandran R
1 min read

Computing Cointegration and Augmented Dickey Fuller test in Amibroker…

In this tutorial we discussed how to bring Cointegration statistics into Amibroker using Amipy and how to interpret the values returned by Augmented Dickey...
Rajandran R
5 min read

Kalman Filter and Unscented Kalman Filter AFL in Amibroker…

In the last tutorial we explored Kalman filter and how to build kalman filter using pykalman python library. In this section we will be...
Rajandran R
1 min read

Implementation of Kalman Filter Estimation of Mean in Python…

Kalman Filter is an optimal estimation algorithm to estimate the variable which can be measured indirectly and to find the best estimate of states...
Rajandran R
1 min read

A Quick Start Guide to Compute Correlation Matrix in…

Here is a quick tutorial in python to compute Correlation Matrix between multiple stock instruments using python packages like NSEpy & Pandas. Generally Correlation...
Shilpa Santosh
1 min read

To Compute Sectoral NSE Indices Returns using Python

First of all thanks for your impressive and motivational reponse for the Nifty Returns Heatmap Generation post. Here is yet another simple visualization stuff...
Shilpa Santosh
26 sec read

Hodrick Prescott Filter Analysis – Python

Hodrick Prescott Filter does Time series decomposition involves separating a time series into several distinct components(Cycle component and Trend Component). And this filter looks...
Rajandran R
48 sec read

Fetch Intraday Data from Google and Plot using Python

Here is an yet another interesting python tutorial to fetch intraday data using Google Finance API , , store the data in csv...
Rajandran R
47 sec read

Compute Cointegration using NsePy, Pandas Library

Here is a simple example to compute Cointegration between two stock pairs using python libraries like NSEpy, Pandas, statmodels, matplotlib
Rajandran R
1 min read