Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Find Default Exchange
Collapse
X
-
Hello KAylaM,
Thanks for your inquiry.
The "Default" exchange uses SMART order routing. When you print out the exchanges of a MasterInstrument, you will see all of the exchanges that are mapped to the symbol.
Openly available documentaion on MasterInstrument.Exchanges can be found here: https://ninjatrader.com/support/help.../exchanges.htm
Please let me know if I can be of further assistance.
-
Hi Jim,
Thanks for replying. I have printed out the exchanges using the code here: https://ninjatrader.com/support/help.../exchanges.htm
I need to be able to find out what the default exchange in the list is.
for example, when I use this code
foreach(Exchange exchange in Bars.Instrument.MasterInstrument.Exchanges)
{
Print(exchange); // Default, Nasdaq, NYSE
}
for CAT I get Default and TSX as a result. I need to know which exchange the default is set to.
Thanks again,
Kayla
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
81 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
64 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
68 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
55 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment