QuantInsti Blog

Algo Trading & Quant Finance

Free Download
Free Download
Free Download

All Blogs

Building Blocks of Bias-Variance Tradeoff for Trading the Financial Markets

Explore bias-variance tradeoff in machine learning for trading. Learn how underfitting, overfitting, and error decomposition impact model performance and strategy development in finance....
12 min read

Faster Downloads using Python Multithreading

Speed up stock data downloads using Python multithreading. Learn to implement multithreading to fetch multiple stocks simultaneously, reducing API call latency and improving efficiency....
5 min read

A novel drift detection algorithm for machine learning in trading

Explore the autoregressive based drift detection method (ADDM) for identifying concept drift and market regime changes in trading. Learn how ADDM enhances ML strategies and supports backtesting in finance....
14 min read

Historical Market Data Sources

A comprehensive list of free and paid financial data providers, detailing available asset classes, data types, and access methods....
7 min read

Types of Regression in Finance for Analysis and Their Uses

Types of regression in finance - What are they? How to learn about them? This is your one-stop guide to the various types of regression. Learn with examples, charts & comparisons....
13 min read

Exploring Linear Regression Analysis in Finance and Trading

Getting under the hood of linear regression where we demystify the jargon regularly encountered on the topic. Let’s dive in!...
13 min read

Walk-Forward Optimization in Python for ML Models

Learn how to apply Walk-Forward Optimization (WFO) in Python using XGBoost for stock price prediction. Understand how WFO helps manage concept drift and maintain model accuracy in dynamic financial markets....
9 min read

Walk-Forward Optimization (WFO): A Framework for More Reliable Backtesting

Learn how Walk-Forward Optimization (WFO) works, its limitations, and how to implement it for backtesting trading strategies. Enhance your strategy testing with a structured framework for more reliable results....
5 min read

QuantInsti in 2025: A Summary of our Contributions, Collaborations, Events & Updates

Explore QuantInsti’s impactful collaborations, announcements, webinars, industry events, and academic initiatives for 2025. Learn about our collaborations, regulatory updates, expert insights....
5 min read

RSI Indicator: Calculation, Python Implementation and Trading Strategy

Learn how the RSI indicator works, from its formula and calculation to trading strategies and backtesting. Explore Python implementation with real-world examples and visualizations....
13 min read