Send TradingView Alerts to NinjaTrader
Automatically
Trading Router turns every TradingView alert into a live NinjaTrader order in under 1 second. No NinjaScript, no copy-paste, no missed signals — and unlike most bridges, NinjaTrader 7 is supported too.
No credit card required · NinjaTrader 7 and NinjaTrader 8 both supported
How a TradingView signal reaches NinjaTrader
TradingView and NinjaTrader have no native link. Trading Router sits between them: the moment your Pine Script strategy or indicator fires, the signal travels TradingView → Trading Router server → your NinjaTrader platform — end to end in under a second.
Connect TradingView to NinjaTrader 8 — Quick Start
Six steps from zero to your first automated NinjaTrader trade. Full walkthrough with screenshots in the NinjaTrader 8 setup docs — or the NinjaTrader 7 guide if you are on the older platform.
Tools → Import → NinjaScript Add-On…Connections → Configure, or the Simulated Data Feed for testing.TradingRouter/symbols.txt in your NinjaTrader documents folder and list every symbol you want to trade.What a NinjaTrader alert message looks like
Every NinjaTrader message carries your master token plus an n_signal field. Apart from token, all NinjaTrader fields use the n_ prefix — that is what keeps them separate from the MetaTrader fields.
Because the prefixes do not collide, one alert can drive both platforms at once — MetaTrader and NinjaTrader from a single webhook message:
Everything you need for TradingView–NinjaTrader automation
n_sl_pips or n_sl_pct, straight from the alert message.eaoff to stop processing signals and eaon to resume — useful when you want the strategy idle without unloading it.closeall, or closealleaoff to flatten and halt in one move.symbols.txt file is an explicit allow-list — nothing trades unless you have listed it, including broker prefixes.TradingView to NinjaTrader — Common Questions
signal/symbol/risk_lots, NinjaTrader uses n_signal/n_symbol/n_qty. One message reaches the server faster than two separate alerts.symbols.txt, and the name must match your NinjaTrader symbol exactly — including any broker prefix such as $EURUSD. The strategy prints the path it is reading and warns in the Log if the file is missing.Ready to automate TradingView to NinjaTrader?
Start your free 7-day trial — no credit card required, NinjaTrader 7 and 8 both supported.
Also available: TradingView to MT4 · TradingView to MT5