order int64 1 26 | gate_id stringlengths 8 23 | label stringlengths 9 24 | category stringclasses 7
values | applies_to stringclasses 6
values | enabled_by stringlengths 6 25 | what_it_checks stringclasses 7
values |
|---|---|---|---|---|---|---|
1 | duplicate_detection | Duplicate Signal | Signal identity and shape | all | gate_duplicate_detection | Titan checks that the signal is new, readable, and priced in a usable way. |
2 | side_valid | Valid Side | Signal identity and shape | all | always | Titan checks that the signal is new, readable, and priced in a usable way. |
3 | allowlist | Allowlist | Asset and session permission | equity | require_allowlist | Titan checks whether the symbol, asset class, and trading session are allowed for this agent. |
4 | crypto_enabled | Crypto Trading | Asset and session permission | crypto | enable_crypto | Titan checks whether the symbol, asset class, and trading session are allowed for this agent. |
5 | buy_cooldown_clear | Buy Cooldown | Cooldown and re-entry | BUY | gate_buy_cooldown | Titan checks whether this agent is trying to buy or re-enter too soon. |
6 | reentry_lock_clear | Re-entry Lock | Cooldown and re-entry | BUY | gate_reentry_lock | Titan checks whether this agent is trying to buy or re-enter too soon. |
7 | daily_loss_ok | Daily Loss Limit | Portfolio and daily risk | all | gate_daily_loss_limit | Titan checks whether the account already has too much risk, too many trades, or the wrong exposure shape. |
8 | max_drawdown_ok | Max Drawdown | Portfolio and daily risk | BUY | gate_max_drawdown | Titan checks whether the account already has too much risk, too many trades, or the wrong exposure shape. |
9 | win_rate_ok | Win Rate Circuit Breaker | Portfolio and daily risk | BUY | gate_win_rate | Titan checks whether the account already has too much risk, too many trades, or the wrong exposure shape. |
10 | max_daily_trades_ok | Max Daily Trades | Portfolio and daily risk | BUY | gate_max_daily_trades | Titan checks whether the account already has too much risk, too many trades, or the wrong exposure shape. |
11 | market_open | Market Hours | Asset and session permission | equity | require_market_open | Titan checks whether the symbol, asset class, and trading session are allowed for this agent. |
12 | late_day_cutoff | Late-Day Buy Cutoff | Asset and session permission | BUY_equity | enable_late_day_cutoff | Titan checks whether the symbol, asset class, and trading session are allowed for this agent. |
13 | exposure_check_ok | Position Exposure | Portfolio and daily risk | BUY | gate_position_exposure | Titan checks whether the account already has too much risk, too many trades, or the wrong exposure shape. |
14 | exposure_room | Position Limit | Portfolio and daily risk | BUY | gate_position_exposure | Titan checks whether the account already has too much risk, too many trades, or the wrong exposure shape. |
15 | not_already_held | Already Held Check | Portfolio and daily risk | BUY | gate_already_held | Titan checks whether the account already has too much risk, too many trades, or the wrong exposure shape. |
16 | tv_price_valid | Price Validity | Signal identity and shape | BUY | always | Titan checks that the signal is new, readable, and priced in a usable way. |
17 | drift_ok | Price Drift | Price, sizing, and brackets | BUY | gate_price_drift | Titan checks price drift, volatility input, risk settings, order size, stop distance, and reward ratio. |
18 | atr_valid | ATR Validity | Price, sizing, and brackets | BUY_equity | gate_atr_validation | Titan checks price drift, volatility input, risk settings, order size, stop distance, and reward ratio. |
19 | min_dte_ok | Minimum DTE | Options-specific contract checks | option | gate_min_dte | Titan checks expiration timing and shared expiration concentration before allowing an options signal to proceed. |
20 | expiry_concentration_ok | Expiration Concentration | Options-specific contract checks | option | gate_expiry_concentration | Titan checks expiration timing and shared expiration concentration before allowing an options signal to proceed. |
21 | portfolio_delta_ok | Portfolio Delta | Portfolio Greeks | all | gate_portfolio_delta | Titan checks portfolio-level Greek exposure. |
22 | portfolio_theta_ok | Portfolio Theta | Portfolio Greeks | all | gate_portfolio_theta | Titan checks portfolio-level Greek exposure. |
23 | qty_sanity_ok | Position Sizing | Price, sizing, and brackets | BUY | gate_position_sizing | Titan checks price drift, volatility input, risk settings, order size, stop distance, and reward ratio. |
24 | concentration_risk_ok | Concentration Risk | Portfolio and daily risk | BUY | gate_concentration_risk | Titan checks whether the account already has too much risk, too many trades, or the wrong exposure shape. |
25 | portfolio_var_ok | Portfolio VaR | Portfolio and daily risk | BUY | gate_portfolio_var | Titan checks whether the account already has too much risk, too many trades, or the wrong exposure shape. |
26 | bracket_valid | Bracket Validity | Price, sizing, and brackets | BUY | gate_bracket_validation | Titan checks price drift, volatility input, risk settings, order size, stop distance, and reward ratio. |
Titan safety check catalog
This dataset packages Titan's shipped pre-trade safety-check catalog as small structured data:
gates.csvgates.json
Related note: article-verifiable-receipts.md explains Titan's verifiable decision receipt boundary.
Each row includes:
order: cascade order from the shipped gate pipelinegate_id: backend/API identifierlabel: operator-facing display labelcategory: public Operator Guide groupapplies_to: signal class from the shipped pipeline definitionenabled_by: setting or always-on marker from the shipped pipeline definitionwhat_it_checks: public Operator Guide group description
Source surfaces
This catalog is sourced from shipped public or product-facing surfaces only:
titan/frontend/src/lib/gatePipeline.tstitan/frontend/src/lib/gateNames.tstitan/frontend/src/pages/OperatorGuide.tsx, sectiongate-cataloglanding.html, the public 26-check explanation
Reason codes and gate ids are documented API/diagnostic surface. UI copy should still use Titan's operator vocabulary layer instead of rendering raw ids to users.
Boundary
This catalog is descriptive. It does not prove a trade was placed or filled, does not describe broker execution, and is not a performance dataset.
- Downloads last month
- 12