Search brief

Pre-trade risk checks for automated trading systems.

A pre-trade risk check is the last inspection point before an automated strategy sends an order to its broker. Titan turns that inspection into a structured API decision.

How it works

01

Signal

Your bot, alert, or REST client creates order intent.

02

Evaluate

Titan checks the signal against configured pre-trade gates before broker submission.

03

Return

Titan returns allow or block output with a reason, trace id, and decision trail.

04

Execute

Your own execution path decides what to do next. Hosted Titan does not place orders.

What gets checked

Titan checks order intent against configured gates such as duplicate signal, valid side, allowlist, market hours, cooldown, re-entry lock, daily loss, exposure, position sizing, and bracket validity.

What the signal operator receives

The API returns an allow or block result, a reason code, a readable label, a next-action hint, and a trace id for later inspection.

What Titan does not do

Hosted Titan does not guarantee loss prevention, certify compliance, replace your broker, or independently submit broker orders.

Execution boundary

Hosted Titan evaluates and records proposed order intent. It does not generate signals, hold funds, require broker credentials for public evals, or independently place broker orders.