Autonomous options tradingwith hardwired risk limits.

Magno stops you bleeding capital on wide spreads and sudden market swings. It continuously identifies mispriced volatility while hardwired mathematical gates and automated rebalancing protect your book — even while you sleep.

Alpaca paper trading · $100,000 baseline · nothing to install

Deterministic gates
0
Enforced before any order is constructed
Hedge cadence
0s
Risk correction never waits on the model
Delta resolution
0.000
Fractional shares, not rounded lots
Tests passing
0
Pricing identities, gate vetoes, hedge sizing
Delta equilibrium
0 hedgesNeutral
0.000SPY 766.87
Corrective orders
  • Book is flat. Exposure drifts as the market moves.

A live desk, not a mockup. The market underneath is walking on its own and the option is re-priced on every tick — the drift is real gamma, and the engine hedges it back without being asked.

The loop

Two clocks run side by side. Trade decisions every sixty seconds, risk correction every five. The fast one is deliberately deterministic — if the model is slow or unreachable, exposure is still being neutralised.

01

Scan

Pulls live option chains for SPY, QQQ, NVDA and AAPL, solves implied volatility from the NBBO mid, and ranks each name against a year of realised movement.

4 underlyings · 255 daily bars

The mechanics

Three failures kill most autonomous options books. Magno is built around refusing each one.

Screen out toxic pricing.

Most bots buy into illiquid options and give up 5–15% the moment they enter. Magno rejects any contract whose bid/ask spread exceeds 5% of the mid price — before the order is ever constructed.

ContractSpread
SPY 770C · 30d
7.20%
SPY 765C · 30d2.10%

SPREAD_TOO_WIDE → rerouted to the tightest book

Dynamic delta hedging.

When a market swing pushes the book into directional risk, Magno submits fractional stock orders on Alpaca to snap exposure back to zero — every five seconds, without waiting on the model.

Net Δ+21.04

Sized to three decimal places. Rounding to whole shares would strand up to half a delta per name — most of the trigger threshold on a four-name book.

Zero cross-asset contagion.

Naive systems net total portfolio delta to zero and quietly hide two opposing directional bets inside it. Magno buckets Greeks strictly per underlying.

SPY+60.0
QQQ−60.0
Naive portfolio total0.00

Reads neutral. Is actually a live SPY/QQQ basis bet.

Where autonomous books usually break

Each row is a specific failure mode, and a specific piece of code that refuses it.

Risk dimensionStandard trading botsMagno autonomous desk
Execution slippagePays heavy markups on illiquid contractsHard 5% spread gateVetoes bad pricing before the order is constructed
Market volatilityIgnores delta drift; bleeds on sharp movesContinuous dynamic hedgingRebalances exposure back to 0.00Δ every five seconds
Cross-asset contagionNets SPY and QQQ together, creating a basis betPer-underlying isolationIndependent Greek buckets, hedged per name
Drawdown circuit breakersFreezes the account, leaving open options trappedNon-trapping breakerHalts new risk while hedging stays live
Model reliabilityUnconstrained LLMs hallucinate tickersClosed-menu schemaReasoner picks only from pre-cleared candidates

Quantitative rigor

The model proposes. Arithmetic disposes. Handing an agent a trading account is only reasonable if the model cannot be the last word.

LOCAL_GREEKS_INVERSION

Newton-Raphson implied-volatility solver with a bisection fallback in the wings. Never stalls when the broker returns null Greeks — which on paper accounts is most of the time.

FASTMCP_SERVER

One tool implementation, published over the Model Context Protocol. External agents drive the same code path as the autonomous loop, gates included.

DETERMINISTIC_GATES

Nine mathematical limits enforced in Python before any order is constructed. Pure functions over plain data — no network, no clock, no model.

IMMUTABLE_LEDGER

Every gate verdict and fill streams to an append-only audit log with the observed value and the limit it was measured against.

Stress-test the delta engine

Drag the market and watch exposure move. This is the same computation the terminal’s shock simulator runs against a real Alpaca book.

Underlying move+0.00%
−5.00%0.00%+5.00%

Drag the handle, or focus it and use the arrow keys. Every figure is re-priced through Black-Scholes at the shocked spot — the delta drift is genuine gamma on a 30-day SPY call, not a scripted curve.

SPY spot
766.87
Net deltaIn band
0.000
Corrective hedge
SPY

Your keys never leave your machine

Credentials are held in memory for the life of the session — never written to disk, never logged. The Alpaca client is constructed with paper=True unconditionally, so there is no code path to a funded account.

Launch Terminal