المفاهيم الأساسية
K-nearest neighbor resampling can be effectively applied to simulate limit order book dynamics and evaluate trading strategies within the simulated environment.
الملخص
The paper presents a framework for using K-nearest neighbor (K-NN) resampling to simulate limit order book (LOB) dynamics and evaluate trading strategies within the simulated environment.
Key highlights:
- K-NN resampling is a non-parametric approach that selects transitions between LOB snapshots based on nearest neighbors, without requiring optimization or extensive hyperparameter tuning.
- The algorithm is capable of realistically simulating LOB dynamics, including the market impact of trading interventions, and outperforms a deep learning-based benchmark on several key statistics.
- The method can be used to evaluate and calibrate trading strategies, particularly in LOBs with pro-rata type matching mechanisms, by tracking the executed volume and revenue of limit orders.
- The approach can be extended to higher dimensional state spaces by combining it with dimension reduction techniques.
Overall, the K-NN resampling algorithm provides a flexible and efficient framework for simulating LOB dynamics and assessing trading strategies, with theoretical convergence guarantees and practical advantages over existing deep learning-based methods.
الإحصائيات
The average distance between matched states decreases over time during the resampling, indicating reduced bias contribution of later transitions.
The simulated marginal volume distributions and average LOB shape closely match the real market data.
The correlation structure of LOB volumes and volume changes is well captured by the simulated transitions.
The simulated mid-price and weighted mid-price returns exhibit similar distributional properties as the real market returns, including the impact of large order book imbalances in the initial state.
اقتباسات
"We show how K-nearest neighbor (K-NN) resampling, an off-policy evaluation method proposed in [17], can be applied to simulate limit order book (LOB) markets and how it can be used to evaluate and calibrate trading strategies."
"Compared to other statistical LOB simulation methods, our algorithm has theoretical convergence guarantees under general conditions, does not require optimization, is easy to implement and computationally efficient."
"Furthermore, we show that in a benchmark comparison our method outperforms a deep learning-based algorithm for several key statistics."