Top 15 Algorithmic Trading Strategies (and how they work) 🧵 1. Pairs Trading
Trades two correlated instruments simultaneously. It goes long on one asset and short on the other to profit from deviations from their historical relationship, expecting the correlation to eventually resume.
Jun 3 • 9 tweets • 4 min read
In 1987, Jim Simons launched his flagship Medallion Fund.
Over the next 40 years, it would grow 2,103,217%.
His methods are a secret.
But this is how you can use his principles to compete with Hedge Funds and win:
In the 1980s, the common perception on Wall Street was that power brokers like Gordon Gekko were the way to get rich.
According to Ray Dalio, the easiest way to adjust for risk is to seek uncorrelated returns.
Ray's made billions from a simple idea.
Here's how to do it in a few lines of Python code:
Step 1: Collect Stock Data
Run this code to download free stock price data from Yahoo Finance
May 17 • 8 tweets • 3 min read
🚨BREAKING: A new Python library for algorithmic trading.
Introducing TensorTrade: An open-source Python framework for trading using Reinforcement Learning (AI)
TensorTrade is an open source Python framework for building, training, evaluating, and deploying robust trading algorithms using reinforcement learning leveraging:
- numpy
- pandas
- gym
- keras
- tensorflow
May 17 • 8 tweets • 3 min read
Quant hedge funds have an unfair advantage.
That ends on May 29th.
This is what's coming: 🧵
Quant hedge funds have an unfair advantage. They have:
1. Faster tools 2. Better data 3. Automated execution
This advantage is unfair. And this is what we are doing about it.
May 16 • 6 tweets • 2 min read
Financial Statement Analysis with Large Language Models (LLMs)
A 54-page PDF:
The paper investigates whether an LLM can successfully perform financial statement analysis in a way similar to a professional human analyst.
May 15 • 17 tweets • 5 min read
12 Python libraries for free market data everyone should know:
yfinance
Data for stocks (historic, intraday, fundamental), FX, crypto, and options. Uses Yahoo Finance so any data available through Yahoo is available through yfinance.
🚨BREAKING: A new Python library for algorithmic trading.
Introducing TensorTrade: An open-source Python framework for trading using Reinforcement Learning (AI)
TensorTrade is an open source Python framework for building, training, evaluating, and deploying robust trading algorithms using reinforcement learning leveraging: