QuantInsti Blog

Algo Trading & Quant Finance

Free Download
Free Download
Free Download

All Blogs

Investing in Big Tech Stocks using online Quantitative Models

How to use quantitative techniques of online machine learning in trading strategies development and improvement? Learn from an example within this project by EPAT alumnus Evgeny Tishkin....
7 min read

Quantamental Trading Strategy: Fundamental Analysis and Quantitative Analysis

This blog has been divided into 3 parts. First - the formulation of the Quantamental trading strategy. Second - backtesting the strategy. Third - performance analysis of the strategy against the benchmark: NASDAQ....
9 min read

Building a Zipline Bundle for Yahoo CSV files

Your resource to learn about backtesting your data files with the Zipline library and building a Zipline bundle for Yahoo CSV files....
7 min read

Dynamic Asset Allocation using Neural Networks

With this project, learn how to leverage daily returns prediction from a set of dynamic linear neural network models and build an asset allocation strategy for stocks comprising the nifty bank index....
17 min read

Collaborating in an Open Source Trading Project

A comprehensive resource to learn how to collaborate in an Open Source Trading project using the largely popular Git and Github tools....
13 min read

Introduction to Central Limit Theorem: Examples, Calculation, Statistics in Python

This blog introduces you to the Central Limit Theorem (CLT) and explains its importance with the help of examples in Python. The concepts of samples and sampling distribution are also covered in this article....
14 min read

Trading with low ADX & other Momentum Indicators

Vijayabhasker explains a technical strategy deployed to capture short term potential price up move when a slowing momentum starts to display some strength....
4 min read

Naive Bayes Model: Introduction, Calculation, Strategy, Python Code

In this article, we will understand the Naive Bayes model and how it can be applied in the domain of trading....
6 min read

Building a Trading System using Regression Modelling

In this article, you will not only understand regression and its types but also build a trading system that uses regression analysis at its core. Code in Python right now!...
5 min read

Volatility Weighted Portfolio

In this article, we focus on a Volatility Weighted Portfolio to try to ensure that all components of the portfolio contribute in the same proportion to the risk/reward ratio....
6 min read