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 Christopher_R, Today, 12:29 AM
    0 responses
    6 views
    0 likes
    Last Post Christopher_R  
    Started by sidlercom80, 10-28-2023, 08:49 AM
    166 responses
    2,235 views
    0 likes
    Last Post sidlercom80  
    Started by thread, Yesterday, 11:58 PM
    0 responses
    3 views
    0 likes
    Last Post thread
    by thread
     
    Started by jclose, Yesterday, 09:37 PM
    0 responses
    7 views
    0 likes
    Last Post jclose
    by jclose
     
    Started by WeyldFalcon, 08-07-2020, 06:13 AM
    10 responses
    1,415 views
    0 likes
    Last Post Traderontheroad  
    Working...
    X