paper-with-me

Papers

Minimal Batch Adaptive Learning Policy Engine for Real-Time Mid-Price Forecasting in High-Frequency Trading

2024-12-26 · Adamantios Ntakaris, Gbenga Ibikunle

High-frequency trading (HFT) has transformed modern financial markets, making reliable short-term price forecasting models essential. In this study, we present a novel approach to mid-price forecasting using Level 1 limit order book (LOB) data from NASDAQ, focusing on 100 U.S. stocks from the S&P 500 index during the period from September to November 2022. Expanding on our previous work with Radial Basis Function Neural Networks (RBFNN), which leveraged automated feature importance techniques based on mean decrease impurity (MDI) and gradient descent (GD), we introduce the Adaptive Learning Policy Engine (ALPE) - a reinforcement learning (RL)-based agent designed for batch-free, immediate mid-price forecasting. ALPE incorporates adaptive epsilon decay to dynamically balance exploration and exploitation, outperforming a diverse range of highly effective machine learning (ML) and deep learning (DL) models in forecasting performance.

📄 PDF Abstract BibTeX arXiv:2412.19372

Code (0)

등록된 구현이 없습니다.

Tasks

Feature ImportanceReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Adaptive Inference Batching using Policy Gradients

2026-07-06 · Ruslan Sharifullin arxiv

Inference serving systems must balance throughput and latency under bursty, heterogeneous workloads, yet the industry standard remains static batching policies that require manual tuning and cannot adapt to shifting traf…

Reinforcement Learning

A Planning Framework for Adaptive Labeling

2025-02-10 · Daksh Mittal, Yuanzhe Ma, Shalmali Joshi, Hongseok Namkoong

Ground truth labels/outcomes are critical for advancing scientific and engineering applications, e.g., evaluating the treatment effect of an intervention or performance of a predictive model. Since randomly sampling inpu…

Uncertainty Quantification

Batched Thompson Sampling

2021-10-01 · NeurIPS 2021 12 · Cem Kalkanli, Ayfer Ozgur

We introduce a novel anytime Batched Thompson sampling policy for multi-armed bandits where the agent observes the rewards of her actions and adjusts her policy only at the end of a small number of batches. We show that …

Multi-Armed BanditsThompson Sampling

AMBER: Adaptive Multi-Batch Experience Replay for Continuous Action Control

2017-10-12 · Seungyul Han, Youngchul Sung

In this paper, a new adaptive multi-batch experience replay scheme is proposed for proximal policy optimization (PPO) for continuous action control. On the contrary to original PPO, the proposed scheme uses the batch sam…

continuous-controlContinuous Control

STEEL: Singularity-aware Reinforcement Learning

2023-01-30 · Xiaohong Chen, Zhengling Qi, Runzhe Wan

Batch reinforcement learning (RL) aims at leveraging pre-collected data to find an optimal policy that maximizes the expected total rewards in a dynamic environment. The existing methods require absolutely continuous ass…

Off-policy evaluationreinforcement-learningReinforcement LearningReinforcement Learning (RL)