Python

Hurst Exponent – Checking for Trend Persistance – Python Notebook

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

Kalman Filter and Unscented Kalman Filter AFL in Amibroker using Python ComServer

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

Implementation of Kalman Filter Estimation of Mean in Python using PyKalman, Bokeh and NSEPy

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

What makes Python most preferred language for Algorithmic Traders

Trading systems evolve with time and any programming language choices will evolve along with them. If you want to enjoy best...
Quantinsti
17 sec 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...
Shilpa Santosh
25 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...
Rajandran R
44 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...
Rajandran R
2 min read

Quantcon 2015 – Workshop Videos

In case if you missed the Quantcon 2015 a disruptive quant trading event, will break down the existing walls to algorithmic...
Rajandran R
21 sec 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...
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...
Rajandran R
1 min read

Beautiful Soup: Understanding Web Scraping Capabilities to Extract Data from Screener – Python Tutorial

just want to parse an HTML page especially nseindia website containing a table and import it into a MySQL table...
Rajandran R
2 min read