kumars99's Stars
stefan-jansen/machine-learning-for-trading
Code for Machine Learning for Algorithmic Trading, 2nd edition.
markmap/markmap
Build mindmaps with plain text
huseinzol05/Stock-Prediction-Models
Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
borisbanushev/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.
grananqvist/Awesome-Quant-Machine-Learning-Trading
Quant/Algorithm trading resources with an emphasis on Machine Learning
michaelchu/optopsy
A nimble options backtesting library for Python
sreenivasdoosa/sdoosa-algo-trade-python
Algo trade project in python
teddykoker/blog
Source code for my personal blog
umaranis/MindMate
Mind Mate is an open source mind mapping software developed in C# .Net
Shoonya-Dev/ShoonyaApi-py
Bitvested/ta.js
Financial Technical Analysis in JavaScript
samchaaa/alpaca_tech_screener
JosiahLeas/josiahleas.github.io
View Multiple TradingView Charts on One Screen For Free
sergio12S/youtoube
atrybyme/Open-Interest-NSE-Live-Analysis
The package contains various analysis tools for live Option Chain Data.
pequet/tradingview-watchlists
superjax/plotWindow
A tabbed plot window for matplotlib plots using PyQt5
suraj-maniyar/Stock-Trading-Using-Machine-Learning
A comprehensive approach for stock trading implemented using Neural Network and Reinforcement Learning separately.
goquantra/trading-using-options-sentiment-indicators
pratporetw/trool
A small tool written in python to collect and analyse option chain data
chiranjeevg/bandl
bandl is an open-source library, provides APIs for equity stocks, derivatives, commodities, and cryptocurrencies. APIs for NSE EQ/FNO data, Nasdaq, and Samco are available.
sam-thecoder/stock-trading
Let's see how close I can get to an actual stock predicting system.
iburenko/tradingene
cvrkishore86/stockapps
DurgaprasadNeelam/IntradayOpenInterest
shows intraday open interest changes across day
adamTheAppDev/PythonLibrary
Python OHLC financial time series data mining library.
anshulthakur/experimental
Experimental playground where I add small snippets of code before they go into a more elaborate dance.
kumars99/simfin-tutorials
Tutorials for SimFin - Simple financial data for Python