OrderFusion: Encoding Orderbook for
End-to-End Probabilistic Intraday
Electricity Price Forecasting

1 Delft University of Technology, 2 Austrian Institute of Technology,
3 RWTH Aachen, 4 Squirrel Ai Learning, 5 Tsinghua University
Preprint
GIF 1
ID1
GIF 2
ID2
GIF 3
ID3

Example forecasting on testing samples

Abstract

Probabilistic forecasting of intraday electricity prices is essential to manage market uncertainties. We propose an end-to-end forecasting model called OrderFusion. The backbone encodes the orderbook into a 2.5D representation and employs fusion layers to form rich representations of buy-sell interactions, avoiding handcrafted feature extraction and enabling parameter-efficient learning. The prediction head hierarchically estimates multiple quantiles through constrained residuals, eliminating the need to train separate models and overcoming quantile crossing. We conduct extensive experiments and ablation studies on widely used price indices (ID1, ID2, and ID3) using three years of orderbook in high-liquidity (German) and low-liquidity (Austrian) markets. The results confirm that OrderFusion remains end-to-end, parameter-efficient, and generalizable across different markets.

Teaser Image

Structure of OrderFusion. Buy and sell inputs are iteratively fused to form the high-level representation of buy-sell interactions, which is then processed by the prediction head to generate quantile estimates, enabling end-to-end probabilistic forecasting.

BibTeX

If you use our code or find our paper useful, please cite:

@misc{yu2025orderfusion,
      title={OrderFusion: Encoding Orderbook for End-to-End Probabilistic Intraday Electricity Price Forecasting}, 
      author={Runyao Yu and Yuchen Tao and Fabian Leimgruber and Tara Esterl and Jochen Stiasny and Qingsong Wen and Hongye Guo and Jochen L. Cremer},
      year={2025},
      eprint={2502.06830},
      archivePrefix={arXiv},
      primaryClass={q-fin.CP},
      url={https://arxiv.org/abs/2502.06830}, 
}