rahold's starred repositories
sierrachart
Sierra Chart Custom Studies
Carbon-for-F1TV
Browser extension
Example.DataLibrary.Python
Example projects and Tutorials demonstrating access to the Refinitiv Data Platform using the Refinitiv Data Library for Python
Riskfolio-Lib
Portfolio Optimization and Quantitative Strategic Asset Allocation in Python
PyPortfolioOpt
Financial portfolio optimisation in python, including classical efficient frontier, Black-Litterman, Hierarchical Risk Parity
machine-learning-for-trading
Code for Machine Learning for Algorithmic Trading, 2nd edition.
Machine-Learning-for-Algorithmic-Trading-Second-Edition
Code and resources for Machine Learning for Algorithmic Trading, 2nd edition.
stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
TabularEditor
This is the code repository and issue tracker for Tabular Editor 2.X (free, open-source version). This repository is being maintained by Daniel Otykier.
pybacktest
Vectorized backtesting framework in Python / pandas, designed to make your backtesting easier — compact, simple and fast