BTC $84,210 ▲ +2.4%
ETH $3,210 ▲ +1.8%
NVDA $892.30 ▲ +3.1%
SOL $142.80 ▼ -0.6%
TSLA $248.60 ▲ +1.2%
AAPL $212.40 ▼ -0.3%
XRP $1.48 ▲ +4.2%
COIN $198.70 ▲ +2.9%
SPY $521.40 ▲ +0.8%
AMD $164.20 ▼ -1.1%
BTC $84,210 ▲ +2.4%
ETH $3,210 ▲ +1.8%
NVDA $892.30 ▲ +3.1%
SOL $142.80 ▼ -0.6%
TSLA $248.60 ▲ +1.2%
AAPL $212.40 ▼ -0.3%
XRP $1.48 ▲ +4.2%
COIN $198.70 ▲ +2.9%
SPY $521.40 ▲ +0.8%
AMD $164.20 ▼ -1.1%
LIVE SINCE 2025 · PAPER TRADING

Build a 24/7 Algo Trading Bot & Live Raspberry Pi Dashboard

Learn to build a fully automated trading bot that scans 50+ stocks & 8 crypto pairs around the clock — with a stunning live dashboard on a £24.99 Raspberry Pi screen.

50+
Symbols Traded
24/7
Runtime
4
Indicators
£53
Hardware Cost
0
Monthly Fees
Live Preview

Your Dashboard. Running Right Now.

This is the actual dashboard you'll build — displaying live data from the Alpaca API, refreshing every 15 seconds, running on a £22.99 TFT screen.

ALPACA BOT — Live Dashboard · Raspberry Pi 3.5" TFT
21:14:49
CLOSED
TOTAL PROFIT / LOSS
-$1,780.65
-1.78%
EQUITY
$98,219.35
UNREALISED
+$98.96
POSITIONS
3
SYMBOL
SIDE
P&L
BTC/USD
LONG
+$142.80
NVDA
LONG
+$87.20
ETH/USD
LONG
+$62.40
TSLA
SHORT
-$28.50
SOL/USD
LONG
+$19.60
[09:31:02] [INFO] Bot started (24/7 mode). Stocks: 42 | Crypto: 8
[09:31:04] [INFO] Stock regime: bull | SPY=$521.40 RSI=61.2 MACD=+0.84
[09:31:06] [INFO] Crypto regime: bull | BTC=$84,210 RSI=63.1
[09:31:08] [INFO] Scanning 50 symbols for momentum…
[09:31:12] [INFO] Top signals: BTC/USD, NVDA, ETH/USD, TSLA, SOL/USD
[09:31:14] [ORDER] BUY BTC/USD qty:0.0420 | VWAP-Mom+RSI-Rev | stop:$83,800 target:$85,200
[09:31:15] [FILLED] BTC/USD @ $84,210 ✓ bracket order active
[09:31:16] [ORDER] BUY NVDA qty:5 | Breakout+VWAP-Mom | stop:$881.00 target:$908.00
[09:31:17] [FILLED] NVDA @ $892.30 ✓ bracket order active
[09:31:32] [INFO] Sleeping 20s…
What You Build

Everything. From Scratch.

No templates. No shortcuts. You build every piece yourself and understand exactly how it works.

🤖

The Trading Bot

A fully automated algo that scans 50+ symbols, detects market regimes, calculates RSI, MACD, VWAP and ATR — then places bracket orders with built-in stop loss and take profit.

PHP · REST API · CLI
📊

Technical Indicators

Build every indicator by hand — RSI(14), MACD(12/26/9), VWAP, ATR, EMA(20) and volume ratio. You'll understand the maths, not just call a library.

RSI · MACD · VWAP · ATR
🛡️

Risk Management

1% risk per trade, position sizing, max concurrent positions, a 4% daily circuit breaker and regime-based filtering. The system that stops you blowing up your account.

Bracket Orders · Circuit Breaker
🖥️

Raspberry Pi Dashboard

A live trading dashboard on a 3.5" TFT screen showing P&L, positions, equity and market status — refreshing every 15 seconds from the Alpaca API. No cloud needed.

Raspberry Pi · Python · Pillow

24/7 Crypto Trading

When the stock market closes, the bot switches to crypto — trading BTC, ETH, SOL, XRP and more around the clock using BTC as the market regime indicator.

BTC · ETH · SOL · GTC Orders
📡

Market Regime Engine

Before touching a single trade, the bot reads the overall market mood using SPY (stocks) and BTC (crypto). Bull, bear, or neutral — and acts accordingly.

Regime Detection · SPY · BTC
The Process

How the Bot Thinks

Every 20 seconds during market hours, the bot runs through this exact logic loop:

1

Read the Market Regime

Before scanning any stocks, the bot reads SPY's RSI, MACD histogram and VWAP position to determine if the broader market is bullish, bearish, or neutral. No trading in neutral conditions.

2

Score Every Symbol

Each symbol in the watchlist gets scored by signal strength — RSI momentum, MACD alignment, VWAP distance and volume surge. The top scorers go to the front of the queue.

3

Require 2+ Strategy Signals

A single RSI reading isn't enough. The bot requires at least 2 of 3 strategies (VWAP momentum, RSI reversal, breakout) to agree before placing any trade. This eliminates noise.

4

Place a Bracket Order

Entry, stop loss and take profit are placed simultaneously as a single bracket order. The moment you're in the trade, you're protected — no manual watching required.

5

Sleep. Repeat. 24/7.

The bot sleeps 20 seconds and runs again. At 4pm the stock session ends and the crypto session begins — BTC becomes the regime indicator and it runs through the night.

Course Content

Full Curriculum

Step by step from zero to a running 24/7 trading system and live hardware dashboard.

1
Foundations & Setup
5 lessons · 45 min
  • Setting up your Alpaca Paper Trading account
  • Understanding the Alpaca REST API
  • PHP CLI setup on Windows & Linux
  • Your first API call — fetching account data
  • Project structure and configuration file
2
Building Technical Indicators
6 lessons · 90 min
  • RSI(14) — the maths and the code
  • MACD(12/26/9) — signal line and histogram
  • VWAP — volume-weighted average price
  • ATR — measuring volatility for stop sizing
  • EMA(20) — trend filter
  • Volume ratio — confirming signal strength
3
The Trading Strategies
4 lessons · 60 min
  • Strategy 1: VWAP + MACD Momentum
  • Strategy 2: RSI Reversal (mean reversion)
  • Strategy 3: Breakout / Breakdown
  • Combining signals — why 2+ always beats 1
4
Risk Management & Bracket Orders
5 lessons · 75 min
  • Position sizing with 1% account risk
  • Placing bracket orders via the API
  • Stop loss placement using ATR
  • The 4% daily circuit breaker
  • Max position limits and cycle caps
5
Market Regime & 24/7 Crypto
4 lessons · 50 min
  • SPY-based stock market regime detection
  • BTC-based crypto regime (after hours)
  • GTC orders for overnight crypto positions
  • Running 24/7 with Windows Task Scheduler
6
Raspberry Pi Live Dashboard
6 lessons · 80 min
  • Pi setup and SunFounder TFT driver installation
  • Direct framebuffer rendering with Python + Pillow
  • Designing the dashboard layout
  • Fetching live data from Alpaca API on Pi
  • Auto-start on boot with systemd
  • RGB565 vs BGRA — framebuffer pixel formats
Under the Hood

The Tech Stack

No bloated frameworks. Every tool chosen for a reason.

🐘 PHP 8 CLI
🐍 Python 3
🦙 Alpaca API
🖼️ Pillow (PIL)
🔢 NumPy
🍓 Raspberry Pi
📺 3.5" TFT SPI
🔗 REST + cURL
⚙️ systemd
🪟 Windows Task Scheduler
Pricing

One Payment. Yours Forever.

No subscription. No monthly fees. Buy once, access everything including all future updates.

Starter
£49
The full course — everything you need to build the bot.
  • All 6 modules (30 lessons)
  • Full source code
  • Alpaca API integration guide
  • Discord community access
  • Lifetime updates
Get Starter — £49
Mentorship
£297
Everything in Pro plus 3 hours of 1-on-1 sessions.
  • Everything in Pro
  • 3× 1-hour Zoom sessions
  • We build it together
  • Custom watchlist setup
  • 3 months email support
Get Mentorship — £297
Community

What Students Say

Real people building real bots.

★★★★★
"I had zero trading knowledge. Now I have a bot running 24/7 on my desk with the Pi dashboard showing live P&L. The bracket order section alone was worth the price."
MR
Mike R.
Software Developer, Manchester
★★★★★
"The regime detection logic changed how I think about trading. Before this course I was just throwing trades at the market. Now the bot only trades when conditions are right."
SL
Sarah L.
Accountant, London
★★★★★
"The Raspberry Pi dashboard sitting on my desk is a conversation starter every time someone visits. My kids think I'm running Wall Street from home. Genuinely brilliant course."
DK
Dave K.
Engineer, Birmingham
FAQ

Frequently Asked

Everything you need to know before you start.

Do I need to know how to code? +
Basic PHP or Python knowledge helps but isn't required. If you can follow instructions and aren't scared of a terminal window, you'll be fine. The course explains every line of code.
Is this using real money? +
No. The entire course uses Alpaca's free paper trading account — it's simulated money. You practice and test with no financial risk whatsoever. Moving to live trading is your choice, not part of this course.
What hardware do I need for the Pi dashboard? +
A Raspberry Pi 3B+ or 4 (£24.99), a SunFounder 3.5" IPS TFT screen (£22.99), a micro USB cable (£5) and a microSD card. Total hardware cost around £53 — everything available on Amazon.
Does it work on Mac and Linux, not just Windows? +
Yes. The PHP bot runs on any OS with PHP installed. The Pi dashboard is Python and runs on the Pi itself. Windows is shown in the course but Mac/Linux work identically.
Will this make me money? +
This is an educational course about building algorithmic trading systems — not a guaranteed profit system. Paper trading results do not guarantee live trading results. Always understand the risks before trading real money.
How long do I have access? +
Forever. One payment, lifetime access. Every future update to the course or code is included at no extra cost.

Ready to Build Your Bot?

Join the course today and have your first bracket order placed by the end of the week.

Start Building — From £49 →