Maximizing Battery Storage Profits via High-Frequency Intraday Trading

ArXiv ID: 2504.06932 “View on arXiv”

Authors: Unknown

Abstract

Maximizing revenue for grid-scale battery energy storage systems in continuous intraday electricity markets requires strategies that are able to seize trading opportunities as soon as new information arrives. This paper introduces and evaluates an automated high-frequency trading strategy for battery energy storage systems trading on the intraday market for power while explicitly considering the dynamics of the limit order book, market rules, and technical parameters. The standard rolling intrinsic strategy is adapted for continuous intraday electricity markets and solved using a dynamic programming approximation that is two to three orders of magnitude faster than an exact mixed-integer linear programming solution. A detailed backtest over a full year of German order book data demonstrates that the proposed dynamic programming formulation does not reduce trading profits and enables the policy to react to every relevant order book update, enabling realistic rapid backtesting. Our results show the significant revenue potential of high-frequency trading: our policy earns 58% more than when re-optimizing only once every hour and 14% more than when re-optimizing once per minute, highlighting that profits critically depend on trading speed. Furthermore, we leverage the speed of our algorithm to train a parametric extension of the rolling intrinsic, increasing yearly revenue by 8.4% out of sample.

Keywords: Energy Storage, Intraday Electricity Markets, High-Frequency Trading (HFT), Dynamic Programming, Limit Order Book

Complexity vs Empirical Score

  • Math Complexity: 7.5/10
  • Empirical Rigor: 9.0/10
  • Quadrant: Holy Grail
  • Why: The paper employs advanced dynamic programming and MILP formulations to optimize high-frequency trading, placing it in the high math category. It is empirically rigorous, featuring a detailed backtest using a full year of German order book data, algorithmic speed validation, and published code for reproducibility.
  flowchart TD
    A["Research Goal: Maximize BESS Revenue in Continuous Intraday Markets"] --> B{"Input: German Order Book Data & BESS Parameters"}
    B --> C["Core Methodology: Dynamic Programming Approximation of Rolling Intrinsic Strategy"]
    C --> D["Computational Process: Real-time Optimization for Every LOB Update"]
    D --> E{"Comparison: Re-optimization Frequency"}
    E --> F["Hourly Re-opt: Baseline"]
    E --> G["Minute Re-opt: 14% Lower Revenue"]
    E --> H["Proposed HFT (Instant): Highest Revenue"]
    H --> I["Key Outcomes: 58% > Hourly & +8.4% with Parametric Extension"]