Documentation

How orders route after your alert fires.

See what FirmGated checks between your strategy alert and your broker account, including Target-Lock protection, duplicate prevention, approvals, and the final trade record.

From alert to gated execution

FirmGated accepts common market, limit, and stop instructions. The gate checks the trade against your account rules before execution is released.

01

Your TradingView, TrendSpider, Python, Pine Script, or JavaScript alert arrives at your strategy URL.

02

FirmGated reads the ticker, action, quantity, order type, and the account route you selected.

03

Target-Lock checks the account, prop rules, trading window, position size, and duplicate risk.

04

The signal is released, held for approval, or blocked before it reaches the broker.

05

Every step is recorded so you can review the gated signal and the final broker response.

What happensHow it works
Duplicate protectionIf the same alert arrives twice, the gate is designed to stop repeat execution.
Approval holdWhen manual approval is enabled, the trade waits for your clearance before routing.
Target-Lock blockIf your prop or account rules reject the signal, FirmGated labels the reason clearly.
Broker connection issuesIf your broker credentials need refreshing, FirmGated tries once automatically before reporting an error.