$29 · Instant download

It actually runs.

A trading agent on your own Alpaca account, with a written mandate, real guardrails and a kill switch — placing paper orders by the weekend. Not a course about trading.

module-1 — python run.py
[3/4] Placing a market buy: 1 x SPY
[4/4] Confirming
      order id  8f2c1a04-…
      status    filled
      filled    1 @ 601.22

Done. Your agent placed a trade and you have a fill to prove it.
Check it yourself: app.alpaca.markets/paper/dashboard/orders

That is module 1, start to finish, in about twenty minutes. Paper account — no real money anywhere in it.

One payment. Instant download. Six modules.

What's in the box

Six modules. Every one ships something that runs, not something you read.

01

Your agent places its first paper trade

Account, keys, tooling, and one confirmed order end to end.

02

Giving it a mandate instead of a vibe

What it may buy, how much, how often — as configuration it cannot argue its way around, not a prompt it can be talked out of.

03

The margin trap, and the kill switch

Every Alpaca account opens able to spend more than you put in, and nobody asks you first. Plus a daily loss limit and a stop that survives a reboot.

04

Knowing what you actually hold

The part every retail project skips and every professional desk runs. You will know it when you get there.

05

Break it on purpose

Six drills against your own system before it sees real money. Each has a right answer, written down in advance.

06

The honest paper-to-live checklist

It reads what your system has actually done and answers from evidence. It is written to tell most people to wait.

What it won't do

Two of these are why it's legal. All three are why it's worth $29.

Never tells you what to buy

No strategy, no signals, no ticker. FIRST_TRADE_SYMBOL ships blank and stays blank. A kit that hands you a symbol is teaching you the symbol is the interesting part. It isn't.

Never touches your account

Your keys, your machine, your account, your decisions. Nothing is executed on your behalf and no discretion is ever held.

Shows you no equity curve

Not for legal reasons — for credibility ones. Every competitor leads with a suspiciously good one. If you've been burned by that, you already know why there isn't one here.

How it's built

Three ideas, applied everywhere.

A setting that doesn't exist can't be got wrong at 1am. Module 1 has no path to real money, because the setting was never written. The broker cannot be constructed without a mandate. The kill switch is a file, so it survives the restart that would otherwise undo it.

Fail closed, always. A price it cannot read is unmeasurable, not free. A corrupt stop-file still stops. A check that could not run is never recorded as a check that passed.

Never fix silently. When something is wrong it halts and tells you, rather than quietly correcting itself and destroying the evidence that anything happened.

120
tests, cumulative
0
need an API key or a network
6
modules, each one runnable alone

Who it's for

You can read Python and you've wired up an API before. You've watched someone build an AI trading agent on a stage and thought I could do that, properly. You'd rather own the machine than rent a signal.

You do not need to know anything about trading strategy, because this kit doesn't have any.

Requires a free Alpaca account. Python 3.10+.