
Category: Automation | Date: 2026-06-23
Most TradingView automation tools only talk to Tradovate. If your prop firm account runs on Rithmic (Apex Trader Funding and many others) or on NinjaTrader, you are usually stuck. Signal Trade App is the bridge that routes TradingView alerts to Rithmic and NinjaTrader accounts — not just Tradovate.
This guide shows how to connect TradingView alerts to a Rithmic or NinjaTrader account so your Pine Script strategy executes automatically on your funded accounts.
TradingView cannot place orders on futures brokers directly. It can only fire a webhook — an HTTP POST with a JSON body. Rithmic uses a proprietary gateway protocol with its own authentication; NinjaTrader runs as desktop software with an internal order API. Neither accepts a raw TradingView webhook. You need middleware that receives the alert and translates it into a Rithmic or NinjaTrader order.
Signal Trade App is that middleware. It maintains managed connections to Rithmic and NinjaTrader, gives you a webhook URL, and converts each TradingView alert into a live order on your account.
Sign up and start the 5-day free trial. No charge until your trial ends.
In Connections, choose Rithmic (enter your gateway, user, and password) or NinjaTrader (link via the connector). Signal Trade App keeps the session authenticated, so you do not manage tokens or keep a desktop app open just for authentication.
Add your Rithmic or NinjaTrader account as a follower in a copy group, then copy the unique webhook URL from the webhook settings.
Create a TradingView alert, enable the Webhook URL option, paste the URL, and add the JSON payload below to the alert message.
<code>{ "action": "{{strategy.order.action}}", "symbol": "{{ticker}}", "qty": {{strategy.order.contracts}}, "orderType": "market" }</code>
Signal Trade App receives the alert, checks your risk limits, and places the order on the Rithmic or NinjaTrader account within milliseconds.
Apex Trader Funding accounts commonly run on Rithmic, which makes Apex one of the most popular use cases for TradingView-to-Rithmic automation. With Signal Trade App you can fire a single TradingView alert and have it execute on your Apex evaluation or funded account — and on additional accounts at other firms at the same time. Always confirm your firm permits automated and copied trading before you scale.
If your account uses NinjaTrader, Signal Trade App routes TradingView alerts straight to it without you keeping a fragile desktop automation running. The platform handles order placement and applies your risk controls on every fill.
Because Signal Trade App is broker-agnostic, one TradingView alert can hit Rithmic, NinjaTrader, Tradovate, and ProjectX accounts at the same time. A trader running Apex (Rithmic) alongside a Topstep (Tradovate) account can automate both from a single Pine Script strategy and one webhook. Tradovate-only tools like PickMyTrade cannot do this.
| Capability | Signal Trade App | Tradovate-only webhook tools |
|---|---|---|
| TradingView to Rithmic | Yes | No |
| TradingView to NinjaTrader | Yes | No |
| TradingView to Tradovate | Yes | Yes |
| One alert to multiple brokers | Yes | No |
| Broker-level risk controls | Yes | Limited |
These protections run server-side and apply to every webhook-triggered order, so an errant alert cannot run away with a funded account.
5-day free trial, no charge until it ends. After that, plans start at $30 for the first month, then $15/month for unlimited accounts and webhooks. A $599 self-hosted lifetime license is available.
Start your free trial, connect your Rithmic or NinjaTrader account, and route your first TradingView alert. See the Tradovate version of this guide or the TradingView Trade Copier overview.
Signal Trade App lets you copy one trade across unlimited prop firm accounts in under 500ms. Sign up free with a 5-day Pro trial (credit card required, no charge during trial).