KidQuant/Pairs-Trading-With-Python
This project involves using a combination of statistics along with financial thoery to demonstrate a popular trading strategy used in equity markets: Pairs Trading.
This project helps traders identify profitable pairs trading opportunities in equity markets. It takes historical stock price data from Yahoo Finance to find two stocks whose prices move together, even if they aren't perfectly correlated. The output is a set of trading signals for when to buy or sell these pairs to profit from their price relationship. This is for individual traders or quantitative analysts looking to implement or understand pairs trading strategies.
574 stars. No commits in the last 6 months.
Use this if you want to identify and generate trading signals for statistically sound pairs trading strategies using historical stock data.
Not ideal if you are looking for a fully automated trading system or strategies beyond pairs trading.
Stars
574
Forks
110
Language
Jupyter Notebook
License
—
Category
Last pushed
Apr 01, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/KidQuant/Pairs-Trading-With-Python"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
quantylab/rltrader
파이썬과 케라스를 이용한 딥러닝/강화학습 주식투자 - 퀀트 투자, 알고리즘 트레이딩을 위한 최첨단 해법 입문 (개정판)
matlab-deep-learning/reinforcement_learning_financial_trading
MATLAB example on how to use Reinforcement Learning for developing a financial trading model
erhardtconsulting/tensortrade-ng
TensorTrade-NG is an open source Python framework for building, training, evaluating, and...
TradeMaster-NTU/TradeMaster
TradeMaster is an open-source platform for quantitative trading empowered by reinforcement...
LeonardoBerti00/DeepMarket
DeepMarket is a framework for performing Limit Order Book simulation with Deep Learning. This is...