Quant Science Profile picture
Feb 23, 2025 8 tweets 3 min read Read on X
Machine Learning is the secret ingredient in my algorithmic trading.

Here are 5 steps to get started (with Python code): Image
1. Define the Problem and Gather Data

Start by deciding what you want to predict (e.g., stock price direction, volatility) and collect relevant data (e.g., historical prices, volume, economic indicators). Use APIs like yfinance or Alpha Vantage for financial data. Image
2. Preprocess and Feature Engineering

Clean the data (handle missing values and incorrect prices) and create features like moving averages, RSI, or lagged returns to give the model predictive power. Image
3. Choose and Train a Model

Pick an ML model for trading (e.g., regression for price prediction, classification for buy/sell signals). Split data into training and testing sets, then train the model. Image
4. Evaluate and Optimize

Test the model’s performance using metrics like accuracy, precision, or annualized returns. Tune hyperparameters to improve results and avoid overfitting. Image
5. Backtest and Deploy

Simulate the model’s performance on historical data to estimate profitability and risk. If successful, integrate it into a trading system with proper risk management. Image
Want to learn how to get started with algorithmic trading with Python?

Then join us on March 5th for a live webinar, how to Build Algorithmic Trading Strategies (that actually get results)

Register here (780+ registered): learn.quantscience.io/qs-registerImage
P.S. - Want Algorithmic Trading with Python tutorials every Sunday?

Register here to join our Sunday Quant Scientist Newsletter (it's free): learn.quantscience.io/quant-scientis…

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Quant Science

Quant Science Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @quantscience_

May 9
A 23-page research paper reveals the number 1 method Hedge Funds use to beat the market:

Time Series Momentum

This is how: 🧵 Image
1. What Is Time Series Momentum?

Time Series Momentum (TSMOM) bets on trends continuing. If a stock’s up, buy more; if down, sell. A 2011 study of 58 assets proved it works! Image
2. The Data Behind the Strategy

The TSMOM paper analyzed equities, currencies & more. T-stats showed consistent profits across 1-month lookbacks! Image
Read 9 tweets
Apr 30
🚨BREAKING: A new open-source multi-agent LLM trading framework in Python

It's called TradingAgents.

Here's what it does (and how to get it for FREE): 🧵 Image
1. What is TradingAgents

TradingAgents is a multi-agent trading framework that mirrors the dynamics of real-world hedge funds.
2. How it works

By deploying specialized LLM-powered agents: from fundamental analysts, sentiment experts, and technical analysts, to trader, risk management team, the platform collaboratively evaluates market conditions and informs trading decisions
Read 8 tweets
Apr 27
A Bloomberg Terminal costs $30,000 a year.

Here's how to build 90% of it for free.

Wall Street doesn't advertise this. But every function that matters has a free alternative in Python.

Here's the DIY version (with Python): Image
━━━━━━━━━━━━━━━━━
🔹 REAL-TIME PRICES & CHARTS
━━━━━━━━━━━━━━━━━
Bloomberg: GP
Python: yfinance + Plotly

yfinance pulls live and historical price data for any ticker in seconds. Plotly turns it into interactive charts. Add your own indicators, overlays, and alerts. No subscription needed.
━━━━━━━━━━━━━━━━━
🔹 FINANCIAL STATEMENTS & RATIOS
━━━━━━━━━━━━━━━━━
Bloomberg: FA
Python: yfinance + pandas

yfinance exposes full income statements, balance sheets, and cash flow statements directly. Pull any company's financials into a DataFrame, calculate your own ratios, and build custom models — all in a notebook.
Read 10 tweets
Apr 27
The secret of hedge funds is revealed in a 41-page PDF:

This paper analyzed 464 stocks that 10X-ed over a 24-year period.

Here are the best factors that drive outperformance: (number 3 is the best 🧵) Image
1. Size Effect

"Small-cap stocks outperform medium and large companies in 11 out of 12 cases"

Smaller stocks tend to perform better, but it's not the only contributor. Image
2. Value Effect

"A low book-to-market value (B/M < 1), i.e., low equity and relatively high market cap, implies that investors are paying more for a company than its net assets are worth."

Don't overpay - Overpaying tends to drive underperformance. Image
Read 8 tweets
Apr 20
A 23-page research paper reveals the number 1 method Hedge Funds use to beat the market:

Time Series Momentum

This is how: 🧵 Image
1. What Is Time Series Momentum?

Time Series Momentum (TSMOM) bets on trends continuing. If a stock’s up, buy more; if down, sell. A 2011 study of 58 assets proved it works! Image
2. The Data Behind the Strategy

The TSMOM paper analyzed equities, currencies & more. T-stats showed consistent profits across 1-month lookbacks! Image
Read 9 tweets
Apr 14
🚨BREAKING: Python's Newest Algorithmic Trading Tool.

Introducing Nautilus Trader. 100% free.

Here's what it does (and how to get started in under 3 minutes): Image
Nautilus Trader is an open-source Python library for production-grade algorithmic trading.

- Fast: made with Rust for blazing speed
- Natively runs with Python
- Risk management
- Backtesting
- Highly extendable
Nautilus Trader includes a full trading platform with these core components:

- Portfolio
- Trader: Accounts + Trading Strategies
- Caching
- Data Engine: Data providers
- Risk Engine
- Execution Engine Image
Read 9 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(