Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

e7 real-time data issue

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

    e7 real-time data issue

    I'm having an issue getting real-time data to plot on my NT7 (latest version) charts for the E7 contract (or ME for dtniq feed). All other instruments I try appear to work fine. I have cycled thru the reset instruments procedure twice already. Also note that the E7 (or ME) plots fine on my investor rt charts. Any suggestions? Thx

    #2
    Abort Real Time Strategy

    Can I use a console sleep/abort on a real time Ninjatrader Strategy? Have the Console accept a certain key and have it abort or sleep on the strategy? Here's the code:
    // Wait 5 Minutes , then Resume
    if (endCountsw == 2) {
    while (ch != 0)
    {
    Print(
    " SLEEPING FOR FIVE MINUTES " );
    if (ToTime(Time[0]) != toTimeSave + 5
    && Position.MarketPosition != MarketPosition.Flat)
    {
    if (Position.MarketPosition == MarketPosition.Long)
    {
    ExitLong(
    "", "5 Exit Long");
    }
    else
    if (Position.MarketPosition == MarketPosition.Short)
    {
    ExitShort(
    "", "5 Exit Short");
    }
    }

    ch = Console.Read();
    if (ch == x || ch == X)
    { _bStop = true;}
    else
    if (ch > 0)
    {
    Print(
    " WAIT AS LONG AS YOU NEED - KEYBOARD RESPONSE - 1 to 9 OR MORE" );
    endCountsw =
    0;
    }
    }

    }

    Comment


      #3
      Hello detrader,

      Thank you for your post.

      Please first make sure you have the correct symbol configuration for this instrument: see screenshots

      Please let me know if this does not resolve the issue.
      Attached Files
      ChipNinjaTrader Customer Service

      Comment


        #4
        Hey NT_Chip,

        Thx for the prompt reply. I changed my settings to match does in your image and restarted my platform. My E7 charts still don't update in real-time. I pulled up a T&S window as well and while the instrument comes up (before it was just na), new prints aren't shown in the window.

        Thx

        Comment


          #5
          Hello,

          This is Brett further assisting for Chip.

          Can you please let me know what data feed provider you are connecthing through?

          I look forward to assisting you further.

          Comment


            #6
            Hey Brett,

            I'm using dtniq (w/cme emini).

            Thx

            Comment


              #7
              Hello,

              This does work on my side.

              You have 2 options, one is to contact IQFeed to check and make sure your account is enabled for this data. The other is to send your username and password for your IQFeed account to support at ninjatrader dot com attn: Brett in the subject line and reference this forum post.

              I look forward to assisting you further.

              Comment


                #8
                Hey Brett,

                Verified with DTN that my account includes the E7 (or @ME) contract. I also have an E7 chart running on Investor RT with no issues.

                Thx

                Comment


                  #9
                  Hello,

                  At this time since it's working on my side we would need to test your connection on our end. Please send a note to support at ninjatrader dot com and reference this forum post and include your IQFeed username and password for us to test your account as you should be recieving data.

                  Let me know if I can be of further assistance.

                  Comment

                  Latest Posts

                  Collapse

                  Topics Statistics Last Post
                  Started by Aviram Y, Today, 05:29 AM
                  0 responses
                  1 view
                  0 likes
                  Last Post Aviram Y  
                  Started by quantismo, 04-17-2024, 05:13 PM
                  3 responses
                  25 views
                  0 likes
                  Last Post NinjaTrader_Gaby  
                  Started by ScottWalsh, 04-16-2024, 04:29 PM
                  7 responses
                  34 views
                  0 likes
                  Last Post NinjaTrader_Gaby  
                  Started by cls71, Today, 04:45 AM
                  0 responses
                  6 views
                  0 likes
                  Last Post cls71
                  by cls71
                   
                  Started by mjairg, 07-20-2023, 11:57 PM
                  3 responses
                  216 views
                  1 like
                  Last Post PaulMohn  
                  Working...
                  X