The Tradingale Runner
We ran sequence automation in production, then open-sourced the whole engine. The Runner is that engine as a finished bot, with the Tradingale interface, that you run yourself: your infrastructure, your keys, your decisions. Tradingale only serves the model parameters through your API token.
Three ways to run it
1. One click, zero install: your own Railway project
Deploys the Runner with its web dashboard on YOUR Railway account (about $5/month, paid to Railway, not to us). Set TRADINGALE_TOKEN, mount a small volume for RUNNER_STATE_DIR, open the URL.
2. One prompt: let your AI set it up
Paste the prompt from the repo README into Claude Code, Cursor, or any coding agent: it clones, installs, configures and starts the Runner for you.
3. Terminal, for the classics
git clone https://github.com/tradingale/martingale-kit && cd martingale-kit && npm install export TRADINGALE_TOKEN=... # free token: Settings -> API npm run runner -- start --symbol BTC --budget 5000 npm run runner -- watch
What you get
- The same engine we ran in production: plan frozen at start, all buys resting from second one, the one-active-sell invariant, directional grid snapping, minimum-capital checks. Tested, open source, MIT.
- A dashboard in the Tradingale interface: the price ladder, level coins, model buy and exit levels, sequence status.
- Paper by default, cryptos AND US stocks, driven by real public prices (stock quotes about 15 minutes delayed): watch full sequences run with zero keys.
- Live, only if you choose it: Kraken carries crypto, Alpaca carries US stocks. Your API keys stay in your own deployment, live mode is an explicit server-side setting with a permanent warning banner, stock day orders are re-placed automatically after market close, and orders go from your infrastructure to your account.
- Free on BTC: the free plan's token covers Bitcoin. Score Scout opens the full catalog: 250+ cryptos and 100+ US stocks.
Tradingale never places orders, holds funds, or gives advice. The Runner is software you operate: your keys, your account, your sole responsibility. The engineering background is in the Sequence Automation Handbook.
Data for informational purposes only. Not investment advice. Martingale structures concentrate risk by design and trading involves significant risk of loss. Simulated results do not represent actual trading.