Describe a strategy in plain English. Project Y writes the code, backtests it on years of data, and ships it to your exchange — paper or live, in about eight minutes.
[01] · Watch it happen
>Long BTC when RSI(14) drops below 30, take profit when RSI crosses back above 70. Risk a 5% hard stop, max 10% of capital per trade.
export function strategy(ctx) {// BTC/USDT · spot · long-onlyconst rsi = ctx.indicators.rsi(14);if (rsi < 30 && !ctx.position) {ctx.buy({sizePct: 10,stopLossPct: 5,});} else if (rsi > 70 && ctx.position) {ctx.sell();}}
[02] · Proof, not promises
RSI mean-revert · BTC/USDT · 2025 backtest · simulated fills
Win rate
0%
Trades
0
Max drawdown
0.0%
Every strategy runs against years of history before it touches a market — fees and slippage simulated on every fill. Past performance never guarantees future results.
Drop in a proven pattern, then iterate by chatting: “but only on weekends”, “add a 2% trailing stop”.
Locked for as long as you stay. Pro is $588/year — founding members save $289 every year, not just the first.
2 of 100 seats taken
Solo founder, bootstrapped, no VC. The first 100 seats fund legal structure, insurance, and the lights staying on.
A rate that never rises, direct access to me, first dibs on every feature. Your feedback shapes v1.1.
30-day refund, no questions. Your API keys stay yours — trade-only, never withdrawable. Leave anytime.
Backtests don't predict the future. Any strategy can lose money live. Start small.
I never hold your funds. Trade-only API keys — withdrawals are impossible.
I build tooling, not recommendations. You evaluate what's right for you.
Binance/Bybit IP-block US futures. Spot works fine.
Everything I do is public. Ask anything. I'll answer.
average: ~8 minutes
Stripe checkout, 30-day money back.
“buy BTC when RSI drops below 30, max 10% per trade”
When you're ready. Not before.
Your funds stay on Binance/Bybit. The bot uses an API key with trade-only permission (no withdrawals ever). If I get hacked tomorrow, the worst case is someone sees your encrypted key and can't use it without my decryption secret. We have E&O + Cyber liability insurance and a lawyer-reviewed ToS for edge cases.
Claude (Anthropic) — Opus for complex strategy generation, Sonnet for iterative edits. Your strategies never leave the AI pipeline.
It will sometimes. That's trading. Your risk controls (stop-loss, daily loss limit, max position size) are enforced by our engine OUTSIDE the bot code, so a buggy strategy can't bypass them. You can also kill-switch all bots instantly.
Binance (spot + futures) and Bybit (spot + futures). Both support USDT-margined perpetuals with 1-20x leverage. More exchanges in v1.1.
Yes. Each bot has a "New Version" button that clones it into a fresh chat, AI remembers the context, you refine it, launch the new version alongside the old.
Within 30 days: full refund, no questions. After that, cancel any time — you keep access through the year you've already paid for, and you're never charged again. No lock-in, no cancellation fee.
I'm publicly building this in public on Twitter/X. I reply to every DM and email personally. I've committed to a 90-day review with every founding member — if I can't continue, founding members are first to know, and the code is open enough (your API keys are yours) that you can export.
Stripe, credit/debit card. Crypto payment (USDC on Base) coming post-launch if there's demand.
2 of 100 founding seats taken. $299/year — about half of Pro. 30-day money-back.