Investment Research for Everyone.
-
Updated
Apr 2, 2022 - Python
{{ message }}
Investment Research for Everyone.
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
Terminal stock ticker with live updates and position tracking
this is how Buy & Hold Return is calculated:
c = data.Close.values
s.loc['Buy & Hold Return [%]'] = (c[-1] - c[0]) / c[0] * 100 # long-only return
so it's calced use day one and the day last.
Buy & Hold Return is used for compare with strategy gain. Therefore, I guess they should started at same time, since the strategy get enough data to w
A simple tool to calculate the overall performance of an investment portfolio.
Stock market tracker for hackers.
Unofficial Documentation of Robinhood Trade's Private API
A Java library for technical analysis.
The most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)
Currently our strategies can be found here
A good first contribution for beginners in algo trading would be to create your own strategies. A good example would be the MA Crossover strategy, so be sure to checkout how
Great tool, I instantly loved it.
I have OTC penny stocks, which often are represented to 4 decimal places.
tickrs rounds all the prices to two places, (it seems) so the data and charts a little less-than-compelling.
Backtest 1000s of minute-by-minute trading algorithms for training AI with automated pricing data from: IEX, Tradier and FinViz. Datasets and trading performance automatically published to S3 for building AI training datasets for teaching DNNs how to trade. Runs on Kubernetes and docker-compose. >150 million trading history rows generated from +5000 algorithms. Heads up: Yahoo's Finance API was disabled on 2019-01-03 https://developer.yahoo.com/yql/
Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost
The IEX API provides any individual or academic, public or private institution looking to develop applications that require stock market data to access near real-time quote and trade data for all stocks trading on IEX.
Stonks is a terminal based stock visualizer and tracker that displays realtime stocks in graph format in a terminal. See how fast your stonks will crash.
Real-time stock tickers from the command-line.
Here you can find all the quantitative finance algorithms that I've worked on and refined over the past year!
纯Swift4.0代码编写的K线图表组件,支持:MA,EMA,BOLL,SAR,KDJ,MACD等技术指标显示。集成使用简单,二次开发扩展强大
Python interface to IEX and IEX cloud APIs
Technical analysis library for Rust language
A trading robot, that can submit basic orders in an automated fashion using the TD API.
Helps you with managing your investments
Regression, Scrapers, and Visualization
Track trending stocks & crypto on social media, ARK, Senate, House Trades, insider trading, FTD, short volume and much more!
A web application to explore currently hyped stocks on Reddit
Add a description, image, and links to the stocks topic page so that developers can more easily learn about it.
To associate your repository with the stocks topic, visit your repo's landing page and select "manage topics."
Fix warning found into /var/log/error.log when using PHP 8
Create / Add phpunit tests