EsterHlav / Time-Series-AR-Modelling-in-CppLinks
Developed a fast implementation of autoregressive models with fitting, ACF/PACF tests and forecasting.
☆13Updated 6 years ago
Alternatives and similar repositories for Time-Series-AR-Modelling-in-Cpp
Users that are interested in Time-Series-AR-Modelling-in-Cpp are comparing it to the libraries listed below
Sorting:
- Volume Weighted Average Price Optimal Execution☆42Updated 6 years ago
- This project is to simulate the effects of high frequency trading on a stock. This is the code for the order book as well as 'traders' wh…☆27Updated 12 years ago
- C++ implementation of options pricing models☆76Updated 8 years ago
- AAD enabled and scripting included derivatives modeling.☆22Updated this week
- 2 algorithms of optimal trade execution: 1) Dynamic Programming 2) Frank-Wolfe Algorithm (Python & C++)☆18Updated 6 years ago
- Momentum following strategies and optimal execution cost upon Implement Shortfall algorithm☆15Updated 6 years ago
- A C++ ultra low latency trading engine with O(1) performance of order execution, order update, order cancel, O(log(n)) for order book ana…☆51Updated 4 years ago
- Calibrate and simulate linear propagator models for the price impact of an extrinsic order flow.☆25Updated 7 years ago
- Estimation of the lead-lag parameter from non-synchronous data.☆133Updated 8 months ago
- Python package for a class of tractable SPDE models for limit order book modeling☆38Updated 4 years ago
- C++ Trading Algorithm Backtest Environment☆95Updated 7 years ago
- heterogenous autoregressive (HAR) models of Bollerslev et al. (2016) implemented in R to forecast the intraday measure of realized volati…☆18Updated 4 years ago
- 基于C++的期货策略回测平台☆10Updated 6 years ago
- Mean-Variance Optimization using DL (pytorch)☆32Updated 3 years ago
- Machine learning trading method using meta-labeling. You can see the details in 'Advances in Financial Machine Learning' by Lopez de Prad…☆15Updated 4 years ago
- Hidden Markov Model (HMM) based stock forecasting☆103Updated 7 years ago
- A high-performance, open-source, header-only C++(>=11) library for pricing derivatives.☆63Updated 2 years ago
- Estimating Value-at-Risk with a recurrent neural network (Jordan type) GARCH model☆71Updated 6 years ago
- Price Prediction with Machine Learning Models (practicum project at CME group)☆72Updated 9 years ago
- Machine learning-driven financial trading strategy: momentum prediction, regime detection, and enhanced trading decisions.