canl / algo-trading
Financial Analysis and Algorithmic Trading Strategies in Python
☆11Updated 2 years ago
Alternatives and similar repositories for algo-trading
Users that are interested in algo-trading are comparing it to the libraries listed below
Sorting:
- Using Q-learning to better navigate orderbooks.☆21Updated 7 years ago
- Randomly partitions time series segments into train, development, and test sets; Trains multiple models optimizing parameters for develo…☆11Updated 5 years ago
- A high-frequency trading model using Interactive Brokers API with pairs and mean-reversion in Python☆10Updated 9 years ago
- In the high-frequency era of trading, orders of stocks can be executed under a millsecond. The information about the thousands of orders …☆10Updated 9 years ago
- A Python system to generate Volume Weighted Average Pricing (VWAP) Model based Long/Short Trading Signal☆17Updated 7 years ago
- Tools to calculate and plot support/resistance lines for OHLC datasets☆26Updated 6 years ago
- Predicting a Stock Price Using a Genetic Algorithm☆16Updated 7 years ago
- Building a High Frequency Trading Engine with Neural Networks☆12Updated 7 years ago
- Code for researching and backtesting pairs trading☆24Updated 15 years ago
- tabular q learning for trading☆12Updated 6 years ago
- An implementation of trading strategies such as the Stochastic Oscillator with support and resistance using the BackTrader framework for …