NINJATRADER TO TRADOVATE TRADE COPIER
This is the user guide for 'NinjaTrader to Tradovate' Trade Copier

Quick notes:
1. This copier suite includes two components:
- NinjaTrader trade signal 'indicator' - NTTDVSignals
- Tradovate bridge app
Please note this copier suite does *not* use Tradovate API. It sends out trading requests to Tradovate server directly from your own machine.
2. This copier can work on futures prop firm demo/practice accounts and also support concurrent copy to multiple Tradovate accounts of different futures prop firms.
3. This copier only supports NinjaTrader position copy. That means 'no TP/SL' and 'no limit/stop' orders will be copied. However, when an order gets closed by hitting its TP/SL price, this copier will send out order close action to Tradovate. When a limit/stop order gets fulfilled, this copier will send out market order entry to Tradovate.
In fact Tradovate internal group copy feature also only supports position copy without copying TP/SL or limit/stop orders.
4. The copied order id shown on the bridge log window is the response when Tradovate server receives it. You will need to check its actual execution result at 'Position changed' message. If no 'position changed' message, that means that order is not fulfilled.
========
Install NinjaTrade trade signal 'indicator'
1. At NT8 'Control Center', select 'Tools' -> 'Import' -> 'NinjaScript Add-On'.
Import NTTDVSignals.zip
2. Open any chart and find 'NinjaTrader to Tradovate Signals' at indicator list.
only attach one signal indicator for one account. it will scan all symbol trade activities of that account.
3. Variable explanations:
- NinjaTrader Account Name (Signal Leader) -
Fill in nt8 account that you want to copy
- Tradovate Account Names (To Copy) -
Fill in Tradovate account that you want to copy to. if multiple Tradovate accounts, separate each with comma, e.g. DEMO324123,DEMO123512
Tradovate account name is shown on the top bar of Tradovate webtrader. At below screenshot, account name is DEMO3878733.
- symbol mapping list
Format: Ninjatrader symbol name, then comma, then Tradovate symbol names, then semi-colon
e.g.
MES 03-25,MESH5;MGC 03-25,MGCH5;
- lot multiplier list
- applicable symbol list
If you want to restrict to certain Ninjatrader symbols to be copied, input, e.g.
MGC 03-25,MNQ 03-25
separated by comma
- reverse trade?
Default is no. if enabled, all trades will be sent by reversed signals.
=======
Save config.ini file and run TradovateBridge app.
For each new modification of config.ini file, restart TradovateBridge app is required.