Many strategies, one API

Run multiple strategies in parallel. Each is a SQL query subscribed to a webhook with its own signing secret. We evaluate every minute against the full universe. You decide when to act. Start with Pro ($79/mo).

POST /v2/webhooks

One subscription per strategy

Each strategy becomes a webhook subscription with its own cadence (1m / 5m / 15m / hourly / NYSE-open), signing secret, and target URL. Add, pause, or retire strategies without redeploying.

create subscription
// each strategy = one webhook subscription
POST /v2/webhooks
{
  "name": "swing_setup_a",
  "q": "rsi_oversold AND macd_above_signal AND volume_unusual_2x",
  "cadence": "5m",
  "target_url": "https://yourapp.com/h/strat-a"
}
response
201·subscription created
fieldvalue
idwhk_4f8c2a
statusactive
cadence5m
signing_secretwhsec_…
next_eval14:35:00 UTC

what you can build

What algo traders build with Tickerbot

Replace your data feed + TA library + alerting layer with one API surface.

Webhook-driven strategies

Each strategy = one saved rule + one webhook subscription. Signing secret per webhook, isolated retry/backoff. Scope to a custom universe per strategy.

See how →

Pre-computed TA

RSI, MACD, ATR, Bollinger Bands and more, queryable as columns. No TA library to maintain.

See how →

Same query, against history

Validate every strategy with ?asof= before going live. Point-in-time across the historical window.

See how →

comparison

Vendor sprawl vs Tickerbot

Vendor sprawl

Data feed + TA + alerting + custom infra

  • 3–5 vendor relationships to procure and maintain
  • Duct-tape pipeline between feed → indicators → alerts
  • Per-strategy infrastructure to spin up and tear down
  • Discrepancies between research backtest and live production

Tickerbot

One surface, every strategy

  • One API for screening, signals, backtesting, and indicators
  • Webhook per strategy with isolated signing secret and lifecycle
  • Same WHERE clause backtests with ?asof=; no research/prod divergence
  • Plan-tier rate limits and history scale with your needs

works with your agent

Agents are experts at SQL. Hand them the loop.

Your agent researches strategies across every idea in your portfolio. Same SQL grammar drives live screens, backtests, and webhook subscriptions, so the agent never has to swap mental models between research and production.

See the agent integration →

ship it

Get started