Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Intraday gap

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

    Intraday gap

    Hello,

    I'm trying out nt7. In it's default settings, it doesn't display the overnight session data as nt6.5 does.
    Where is the setting i should check?

    thanks

    (for the screenshot timestamps, i'm gmt+1)
    Attached Files

    #2
    This is expected as per default it uses the symbol's RTH hours - you can select for example the 24 / 5 or 24 / 7 session template in the instrument properties to chart all sessions.

    Comment


      #3
      NinjaTrader_Bertrand,

      Thanks

      Comment


        #4
        Hello,

        I've the same problem in scripts.
        say a 5min "6E 03-10" charts, and i want to plot "6E 03-10" 5min and "6E 03-10" 10min i do the following:

        Add(new Plot(Color.FromKnownColor(KnownColor.Orange), PlotStyle.Line, "Plot0"));
        Add(new Plot(Color.FromKnownColor(KnownColor.Black), PlotStyle.Line, "Plot1"));
        Add("6E 03-10",PeriodType.Minute, 10);

        next:
        Plot0.Set(Close[0]);
        Plot1.Set(Closes[1][0]);

        and:
        [Browsable(false)]
        [XmlIgnore()]
        public DataSeries Plot0
        {
        get { return Values[0]; }
        }

        [Browsable(false)]
        [XmlIgnore()]
        public DataSeries Plot1
        {
        get { return Values[1]; }
        }


        i get this screenshot:

        how i do to toggle the 24/7 in the script or to set nt7 24/7 by default?

        thanks

        Comment


          #5
          forgot the screenshot
          (the black line is the 10min)

          basically it doesn't display gaps if chart timing matches the:
          Add("6E 03-10",PeriodType.Minute, timing);
          Attached Files

          Comment


            #6
            You can set the default per symbol under Tools > Instrument Manager > your 6E master symbol (Session template under Definition tab).

            Also - is this on the latest beta 6?

            Comment


              #7
              NinjaTrader_Bertrand,

              I see, it's working.
              Yes, it's with the beta6.
              Anyway to set it for all instruments?

              thanks

              Comment


                #8
                Great, no unfortunately not - either select the template 'on the fly' as you create a chart or set the default for each master instrument as described.

                Comment


                  #9
                  NinjaTrader_Bertrand

                  ta

                  Comment


                    #10
                    Trying to get a gobex chart out of NT7

                    Trying to set up a globex chart in NT7 is hard work, as yet i have not got one. I want a globex (day and overnight sessions) using a 60min chart. Problem is i want my 60min to start at the half hour NOT on the hour. So far i can't see a way it can be done as NT7 has no time settings as in NT6.... This is a must as i don't use indicators. Can anyone help?

                    Comment


                      #11
                      Keith, for this you would need to define a custom session template for your use in the new Session Manager (Tools > Session Manager), then use this as template as you create the new Globex 60min chart.

                      Comment

                      Latest Posts

                      Collapse

                      Topics Statistics Last Post
                      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
                      0 responses
                      597 views
                      0 likes
                      Last Post Geovanny Suaza  
                      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                      0 responses
                      343 views
                      1 like
                      Last Post Geovanny Suaza  
                      Started by Mindset, 02-09-2026, 11:44 AM
                      0 responses
                      103 views
                      0 likes
                      Last Post Mindset
                      by Mindset
                       
                      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
                      0 responses
                      556 views
                      1 like
                      Last Post Geovanny Suaza  
                      Started by RFrosty, 01-28-2026, 06:49 PM
                      0 responses
                      555 views
                      1 like
                      Last Post RFrosty
                      by RFrosty
                       
                      Working...
                      X