Python wrapper for TA-Lib (http://ta-lib.org/).
-
Updated
Oct 23, 2019 - 411 commits
- Python
Python wrapper for TA-Lib (http://ta-lib.org/).
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, bitcoins and options).
:boar: :bear: Deep Learning based Python Library for Stock Market Prediction and Modelling
A list of online resources for quantitative modeling, trading, portfolio management
Use unsupervised and supervised learning to predict stocks
The current behaviour of 'Series.argmin' is deprecated, use 'idxmin' instead.
The behavior of 'argmin' will be corrected to return the positional minimum in the future. For now, use 'series.values.argmin' or 'np.argmin(np.array(values))' to get the position of the minimum row.
print('dropped
QTPyLib, Pythonic Algorithmic Trading
Financial portfolio optimisation in python, including classical efficient frontier and advanced methods.
:warning: Deprecrated in favor of https://github.com/piquette/finance-go
Python quantitative trading strategies including MACD, Pair Trading, Heikin-Ashi, London Breakout, Awesome, Dual Thrust, Parabolic SAR, Bollinger Bands, RSI, Pattern Recognition, CTA, Monte Carlo, Options Straddle
Using python and scikit-learn to make stock predictions
Backtesting for sleepless cryptocurrency markets
Introducing neural networks to predict stock prices
Technical Indicators implemented in Python using Pandas
Python-based framework for backtesting trading strategies & analyzing financial markets [GUI :neckbeard:]
Mathematical Finance Library: Algorithms and methodologies related to mathematical finance.
A stock backtesting engine written in modern Java. And a pairs trading (cointegration) strategy implementation using a bayesian kalman filter model
An open source, hands-on and fully reproducible book in quantitative finance, data science and econophysics. Join us and help Make Wall Street Great Again!
Machine learning models for time series analysis
🔬 A collection for those AI (RL / DL / SL / Evoluation / Genetic Algorithm) used in financial market. otherwise, we add Technology Analysis / Alpha Research / Arbitrage and other useful strategies tools & docs in quantitative finance market.
The foundational library of the Morpheus data science framework
ezIBpy, a Pythonic Client for Interactive Brokers API
Datasets, tools and more from Darwinex Labs - Prop Investing Arm & Quant Team @ Darwinex
Educational notebooks on quantitative finance, algorithmic trading, financial modelling and investment strategy
SABR model has accurate density approximations (see, e.g., here). It is of interest to use the approximations to estimate European option prices.
The module implementing this method should live under tf_quant_finance/volatility/sabr_approximation.py. It should support both European puts and calls appr