Open App
Capabilities

Built for the way you actually trade.

Six pillars. Each one removes a step you used to do by hand.

01 / 06

Pixel-perfect screenshot capture

Bind any hotkey. Active TradingView chart is captured in milliseconds and uploaded over TLS. The chart layout, indicators, and timeframe travel with the trade.

SymbolBTCUSD
SideLONG
R+2.4
02 / 06

Vision-AI trade parsing

A multimodal model reads the chart and writes structured JSON: symbol, side, entry, stop, target, planned R, timeframe. Confidence scores let you spot ambiguous trades.

{
"symbol": "BTCUSDT",
"side": "long",
"entry": 68420.50,
"stop": 67900.00,
"target": 69680.00,
"r_planned": 2.42,
"timeframe": "15m",
"confidence": 0.97
}
03 / 06

Live Google Sheets sync

Append-only writes to a sheet you own. Versioned, exportable, hookable into any downstream tool. Your data stays portable.

DATE SYM R TAG
04-22BTC+2.4breakout
04-22ETH-1.0fakeout
04-23SOL+1.8breakout
04-23EUR+0.6scalp
04-24BTC+3.1breakout
04 / 06

Real-time analytics dashboard

Win rate, average R, expectancy, equity curve, drawdown, per-strategy breakdowns — recalculated the moment a trade lands.

Win rate62%
Avg R+0.84
Expectancy€247
05 / 06

Multi-strategy organization

Tag trades by setup. Filter by tag, instrument, session. Compare two strategies head-to-head with one click.

#breakout 47 #scalp 23 #fakeout 8 #news 11 #mr 19
#breakout+1.42 R
#fakeout-0.31 R
#scalp+0.48 R
06 / 06

Webhook triggers

Every parsed trade fires a webhook. Pipe it to Discord, Slack, Telegram, n8n, Zapier, or your own service. Build your own automations on top.

▶ POST https://discord.com/api/webhooks/...
200 OK · 142ms
▶ POST https://hooks.slack.com/services/...
200 OK · 98ms
▶ POST https://n8n.your-domain.com/webhook/trade
200 OK · 67ms
▶ POST https://api.telegram.org/bot.../sendMessage
200 OK · 211ms

Ready to capture your first trade?

Free plan available. No credit card.