Python Tutorial for Traders

Python

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

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 (HP Filter) Analysis – Python

Hodrick Prescott Filter (HP Filter) does Time series decomposition which involves separating a time series into several distinct components(Cycle component and Trend Component). And...
Rajandran R
1 min 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

How to Compute Cointegration using Amibroker and Python

Cointegration is used in Statistical Arbitrage to find best Pair of Stocks (Pair Trading) to go long in one stock and short(Competitive peers) another...
Rajandran R
2 min read

How to Install Quantopian Zipline in Windows

Quantopian, is a Boston-based algorithmic trading platform and Zipline is a Pythonic algorithmic trading library(Open Source). Zipline is currently used in production as the...
Rajandran R
1 min read

How to Get Realtime Stock Data From Google

Sometime back we discussed about how to get Intraday backfill data from Google and this short article focus on how to get Realtime stock...
Rajandran R
1 min read

Integrating Amibroker with Python COM Server

This tutorial aims to elucidate the process of integrating Amibroker with Python COM server to build intricate trading systems. Python, an open-source programming language...
Rajandran R
2 min read