STLGFeb 20, 2023

Exploring the Advantages of Transformers for High-Frequency Trading

arXiv:2302.13850v17 citationsh-index: 16
Originality Incremental advance
AI Analysis

This work addresses forecasting challenges for high-frequency traders in cryptocurrency markets, but it is incremental as it builds on existing Transformer architectures.

The paper tackled Bitcoin-USDT log-return forecasting for high-frequency trading by introducing HFformer, a hybrid Transformer model, and found that it achieved higher cumulative PnL than LSTM models in backtesting.

This paper explores the novel deep learning Transformers architectures for high-frequency Bitcoin-USDT log-return forecasting and compares them to the traditional Long Short-Term Memory models. A hybrid Transformer model, called \textbf{HFformer}, is then introduced for time series forecasting which incorporates a Transformer encoder, linear decoder, spiking activations, and quantile loss function, and does not use position encoding. Furthermore, possible high-frequency trading strategies for use with the HFformer model are discussed, including trade sizing, trading signal aggregation, and minimal trading threshold. Ultimately, the performance of the HFformer and Long Short-Term Memory models are assessed and results indicate that the HFformer achieves a higher cumulative PnL than the LSTM when trading with multiple signals during backtesting.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes