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.
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},
}