Signal received
TradingView or another webhook client posts JSON or key=value text to a scoped endpoint.
Five steps from webhook signal to order execution through validation, risk shields, and broker routing.
TradingView or another webhook client posts JSON or key=value text to a scoped endpoint.
Action, quantity, order type, account, TIF, brackets, and strategy metadata become one order instruction.
Kill switch, account status, limits, symbols, session windows, and duplicate cooldowns run before routing.
The order is queued and dispatched to mock, TopstepX Accounts, or an authenticated NinjaTrader API connection.
Order state changes and audit events are available through REST and live server-sent events.