Main Page > Articles > Linear Regression > High-Frequency Trading Applications of Polynomial Regression

High-Frequency Trading Applications of Polynomial Regression

From TradingHabits, the trading encyclopedia · 5 min read · February 27, 2026
The Black Book of Day Trading Strategies
Free Book

The Black Book of Day Trading Strategies

1,000 complete strategies · 31 chapters · Full trade plans

High-frequency trading (HFT) is a type of algorithmic trading that is characterized by very short holding periods and a large number of trades. In this fast-paced environment, the ability to quickly and accurately model market dynamics is essential. Polynomial regression provides a effective tool for this purpose.

Market Making

Market making is a classic HFT strategy that involves simultaneously placing buy and sell orders for an asset in order to capture the bid-ask spread. A market maker needs to have a very accurate estimate of the fair value of the asset in order to be profitable.

Polynomial regression can be used to create a very short-term model of the asset's price. This model can then be used to determine the fair value of the asset and to set the bid and ask prices.

Bid-Ask Spread Formula:

Spread=AskPriceBidPriceSpread = Ask Price - Bid Price

A market maker's profit is a function of the spread and the volume of trades they execute.

Statistical Arbitrage

Statistical arbitrage is another popular HFT strategy. It involves identifying and exploiting short-term mispricings between correlated assets. Polynomial regression can be used to model the relationship between the assets and to identify when the spread between them has deviated from its normal range.

Latency Considerations

In HFT, latency is a important factor. The time it takes to receive market data, to process it, and to send an order to the exchange can have a significant impact on the profitability of a strategy. While polynomial regression is a effective tool, it can be computationally intensive, especially for high-degree polynomials. HFT firms must therefore invest in high-performance computing infrastructure to minimize latency.

StrategyTypical Holding PeriodLatency Sensitivity
Market MakingMillisecondsVery High
Statistical ArbitrageSeconds to MinutesHigh

Trade Example:

An HFT firm uses a polynomial regression model to make a market in a highly liquid stock. The model is updated every millisecond with the latest market data. The firm's trading algorithm automatically adjusts the bid and ask prices based on the model's output, aiming to capture a fraction of a cent on each trade.

Conclusion

Polynomial regression is a valuable tool for high-frequency traders. It can be used to develop a wide range of HFT strategies, from market making to statistical arbitrage. However, the successful implementation of these strategies requires a significant investment in technology and a deep understanding of the market microstructure. The next article will examine the impact of market regimes on PRC performance.