Back to labs
LAB · PRODUCT · EXECUTION

ProxiTrades.

The execution and routing layer that ProxiAlpha sits on top of. TradingView webhook receiver, strategy registry, paper and live brokers, full audit log. Built so the same code runs in paper and live with one configuration change.

What we ship into
WebhookValidateRouteFillAuditWebhookValidateRouteFillAudit
0
Brokers integrated
~80ms
Webhook to first order
Full
Audit log of every fill and operator action
1
Code path for paper and live
What ProxiTrades is

The execution layer behind ProxiAlpha.

ProxiTrades is the part of the platform that actually moves orders. Webhook receiver, strategy registry, broker abstraction, and audit. ProxiAlpha is the brain; ProxiTrades is the body.

It is open-sourced because the patterns it implements — broker abstraction, deterministic order construction, audited operator actions — are the patterns we want to see in production trading systems generally.

If you want to read the strategy methodology and the v4-to-v5 lessons, those live in the strategies registry and design notes in the repo.

The pieces

Six modules that compose.

  • 01

    Webhook receiver

    TradingView and generic webhook intake with HMAC verification, replay protection, and per-strategy tokens.

  • 02

    Strategy registry

    Versioned strategies, broker mapping, position rules, and the configuration that decides paper vs. live.

  • 03

    Broker abstraction

    A single interface in front of the broker SDKs. Today: Alpaca, Tradier, IBKR. Same strategy code regardless.

  • 04

    Order construction

    Deterministic order shaping with explicit risk gates. Stop-loss, take-profit, and exposure limits enforced before submission.

  • 05

    Audit log

    Every signal, every order, every fill, every operator action — recorded and queryable.

  • 06

    Cockpit feed

    A read-side that powers the ProxiAlpha terminal. Live signals, P&L, and exposure on a single feed.

Pipeline
WebhookValidateRouteFillAuditWebhookValidateRouteFillAudit

Want to talk trading systems?

We occasionally take consulting engagements with quant funds, brokers, and platform companies. Tell us what you're working on.