mick-liu / tagenalgoLinks
A genetic algorithm incorporated with technical analysis indicator to optimize parameters of a strategy.
☆28Updated 4 years ago
Alternatives and similar repositories for tagenalgo
Users that are interested in tagenalgo are comparing it to the libraries listed below
Sorting:
- Machine learning-driven financial trading strategy: momentum prediction, regime detection, and enhanced trading decisions.☆67Updated 2 years ago
- Bitmex orderbooks saving + (neural) trading signal generator + backtesting etc.☆35Updated 2 years ago
- A python script that estimates the support and resistance lines of a stock's prices over a time period☆76Updated 4 years ago
- Trend Prediction for High Frequency Trading☆43Updated 2 years ago
- A low frequency statistical arbitrage strategy☆20Updated 6 years ago
- Example of order book modeling.☆58Updated 6 years ago
- Find trading pairs with Machine Learning☆41Updated 4 years ago
- This project is to apply Copula Function to pair trading strategy both in American stock market.☆28Updated 6 years ago
- This project used GARCH type models to estimate volatility and used delta hedging method to make a profit.☆66Updated 5 years ago
- ☆29Updated 2 years ago
- High Frequency Pairs Trading Based on Statistical Arbitrage (Python)☆105Updated 6 years ago
- Different quantitative trading models research☆53Updated 9 months ago
- Statistical arbitrage of cointegrating currencies with pair trading where the signal for the next day is predicted using LSTM☆54Updated 4 years ago
- trading strategy is a fixed plan to go long or short in markets, there are two common trading strategies: the momentum strategy and the …☆60Updated 5 years ago
- Collection of indicators that I used in my strategies.☆58Updated 5 months ago
- This repository stores the implementation of the paper "DETECTING DATA-DRIVEN ROBUST STATISTICAL ARBITRAGE STRATEGIES WITH DEEP NEURAL NE…☆68Updated last year
- Research Repo (Archive)☆75Updated 4 years ago
- Having effective intraday forecast for the level of trading volume is of vital importance to algorithmic trading and portfolio management…☆50Updated 5 years ago
- Code base for the meta-labeling papers published with the Journal of Financial Data Science☆89Updated 2 years ago
- Example of adaptive trend following strategy based on Renko☆122Updated 6 years ago
- Pairs trading strategy example based on Catalyst☆50Updated 6 years ago
- Using Unsupervised learning, K-means, to determine stock support and resistance levels. Great for trading algorithms/bots using time seri…☆109Updated 4 years ago
- trade ES Futures Options☆34Updated 4 years ago
- This is a research about using ML or RL predictions for HFT Market Making. Backtest was build on Full order log☆30Updated 4 years ago
- Notes on Advances in Financial Machine Learning☆80Updated 6 years ago
- Academic python library that records changes to instances of the limit order book for pairs supported on the coinbase exchange.☆53Updated 4 years ago
- High Frequency Trading (HFT) done using the Alpaca Trade API and Python.☆25Updated 6 years ago
- Here I go through the processing of prototyping a mean reversion trading strategy using statistical concepts, then test it in backtrader.