Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Symbol map for External Data Feed not working?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Symbol map for External Data Feed not working?

    When using the external data feed connection, it seems to me that the symbol map is not working correctly (at least not as I undestand it).

    I wrote a simple C# application to push quotes into NT using ntdirect.dll. So I call something like:
    Code:
    Ask(<instrumentName>, 1000.0, 1000);
    So in NT I created a new instrument in the instrument list:
    1. Instrument manager -> New
    2. Assign "VBSTEST" as master instrument name
    3. Select XETRA as exchange
    4. On the Misc-Tab I put "VBSEXT" as symbol name for "External"
    5. I add the new instrument VBSTEST to my default list


    So I expected I would now have to use the string "VBSEXT" as instrument string when calling the DLL functions (as I have set that as symbol mapping for External). But I see no price updates when I do so:
    Code:
    Ask("VBSEXT", 1000.0, 1000);
    But I do see updates when I call the DLL functions using the NT master instrument name:
    Code:
    Ask("VBSTEST", 1000.0, 1000);
    Did I misunderstand something? Or is this a bug maybe? Big thanks for your help in advance!

    #2
    Hello _vbs_,

    Thank you for your post.

    First, I need to mention that using the External data feed to push data from your own external application is not supported by NinjaTrader Support. This connection type was really created to connect to TradeStation and receive data.

    I've talked with the developers and they have let me know the mapped name works for the trade station email interface. The NTDirect.dll functions use master instrument name.

    So this is expected behavior.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    144 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    71 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    125 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    79 views
    0 likes
    Last Post PaulMohn  
    Working...
    X