Product

Built for prop firm operators.

Capital Rush replaces brittle alert-plus-manual chains with a single server-side execution stack: filter, size, route, and log every trade — without a browser in the loop.

The execution stack

Every trade, the same way, fully logged.

Our software monitors live futures markets, filters for setups that clear our criteria, sizes the position for your account, places the trade with your connected broker, and manages the exit — all server-side. Nothing fires that hasn't passed our checks, and every decision is recorded.

Signal filtering

Most signals are rejected. Only the clean ones fire.

Our software applies multi-gate filtering to every candidate signal — session, market regime, recent outcomes, daily risk budget, and position concentration. A signal that fails any gate is logged and discarded; it never reaches your broker.

This is the difference between a signal feed and execution infrastructure: the filtering is the product, and it runs identically for every member.

Auto Scaling

Position size is computed per signal, capped to your risk.

Auto Scaling derives contract count from your account balance and the signal's stop distance, capping risk per trade to your configured percentage and a maximum contract count. Larger stops mean fewer contracts; tighter stops, more — always inside your ceiling.

You set the risk parameters once; the engine applies them to every software-approved trade without manual sizing on your part.

Server-side execution

No browser dependency. No double fires.

Execution runs on our infrastructure and routes to your prop-firm broker through an authorized vendor relay. Your machine can be off; the trade still fires.

An idempotent fire guard ensures a given signal executes exactly once. Retries, reconnects, or a duplicated webhook can never produce a second position — the guard keys on the signal, not the request.

Audit logging

Every decision is downloadable.

Each relay, broker call, and software decision is logged with millisecond timestamps and exported as CSV from your dashboard — for compliance, prop-firm review, or your own records.

timestamp_ct,signal_id,stage,symbol,side,decision,contracts,detail
2026-06-18 09:05:02,11775,evaluation,NQ,long,approved,,passed all gates
2026-06-18 09:05:02,11775,sizing,NQ,long,sized,2,risk 1.0% / stop 38pt
2026-06-18 09:05:03,11775,routing,NQ,long,filled,2,broker ack 412ms
2026-06-18 09:41:17,11775,audit,NQ,long,closed,2,WIN +1.8R
Risk management

Limits enforced before anything reaches the broker.

Daily loss limits, drawdown protection, and position-sizing caps are evaluated as gates in the pipeline — not as after-the-fact alerts. When a limit is hit, subsequent signals are blocked for the period rather than executed and apologized for later.

Futures trading involves substantial risk of loss and is not suitable for all investors. Past performance does not guarantee future results. Capital Rush provides software and execution tooling — not financial, investment, or trading advice. You are solely responsible for your trading decisions and any resulting outcomes.