Coinbase Grid Bot

A small, readable, maker-only grid trading bot for Coinbase Advanced Trade. Built for $50 accounts where taker fees eat everything. Educational software with the honest math included.

$19 one-time, full source included

A pip-installable CLI: gridbot init · check · run · status · backtest · shadow. ~700 lines of readable Python.

Buy — $19

Instant download after checkout. Pay by card via Stripe.

What it does

What it does NOT do

It does not guarantee profit. Grid strategies harvest sideways chop and lose to simply holding during sustained trends. Our own 90-day backtest during a 17% BTC drawdown showed every grid variant underperforming HODL — the 3% default step lost least. That backtest ships in the README because you deserve to see it before you pay. This is a learning tool and a codebase to build on, not passive income.

What you get

CommandWhat it does
gridbot initGuided credential setup (view+trade key only, chmod 600)
gridbot checkConnectivity, balances, your live fee tier
gridbot backtestReplay the strategy on 90 days of real candles — prints vs HODL honestly
gridbot runThe trading loop: bootstrap, grid, recovery, sweeps
gridbot statusPortfolio value, PnL, open orders, fill history
gridbot dashLive full-terminal dashboard: equity sparkline, orders, fills, regime badge
gridbot shadowLog SMA100/RSI14 regime signals without trading

Requirements