hhistorical-constituents-of-an-equity-index-in-python-norgate-data
·Coding

Historical Constituents of an Equity Index in Python (Norgate Data)

Index-based backtests often suffer from a hidden form of survivorship bias: using today’s index constituents to simulate historical strategies. In this article, we build a point-in-time index constituency database using Python and Norgate Data, accurately tracking index additions, removals, and re-entries over time. The result is a survivorship bias-free dataset that reflects the true historical composition of major U.S. indices and can be directly integrated into robust quantitative backtests.

Norgate and Python
·Coding

How to Construct a Survivorship bias-free Database in Norgate using Python

Analyzing historical stock market data is essential for backtesting trading strategies, identifying tradable edges, and conducting in-depth financial research. However, gathering comprehensive datasets, especially those that include delisted stocks (i.e., stocks that no longer trade due to acquisitions, mergers, buyouts, or bankruptcy) can be challenging. This is where Norgate Data comes in—offering a powerful solution […]

Pyhton_Centruy
·Coding

Backtest a Profitable Trend-Following Strategy using Python

In this article, we present a comprehensive guide to the Python code used to replicate the backtest of the trend-following strategy described in our paper, “A Century of Profitable Industry Trends.” This strategy utilizes Kenneth French’s database to construct a long-only, industry-based trend-following portfolio. The dataset spans daily data from 48 industry portfolios between 1926 and 2024. Our analysis reveals that momentum-based portfolios significantly outperform a passive Buy & Hold approach over the past century. Notably, the strategy’s parameters were not optimized in-sample, indicating potential for enhanced performance with further tuning.

A-Centry-of-Indudstry-Trends
·Coding

Backtest a Profitable Trend-Following Strategy

In this article, we discuss using Matlab for a trend-following backtest outlined in “A Century of Profitable Industry Trends”. We use Kenneth French’s data to compare a momentum-based strategy against a Buy & Hold approach. The results show that momentum portfolios can outperform, and we conclude with a Matlab script that lets readers test how different parameters might improve profitability.

BeatTheMarket_Alpaca
·Coding

Designing a Profitable Intraday Strategy Using Python and Alpaca

Explore our guide on backtesting the S&P500 ETF (SPY) using seven years of free Alpaca data. Learn a proven intraday momentum strategy to potentially beat the market, distilled into clear, actionable insights. Perfect for traders seeking effective, data-driven techniques.

Live Experiment

Can You Beat a Systematic Strategy?

We’re running a research experiment to test whether day trading skill can improve the performance of a fully systematic intraday strategy.

No trade generation. No guessing.
Just managing exposure using price action — and we are measuring the result.

Join the Experiment →