Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

About end of day vertical line on chart

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

    About end of day vertical line on chart

    Hi , There is a white color vertical line on futures chart(NQ 06-19 1min) at time 1700 . How to remove that ? I can't find any setting to remove it. Please help.thanks.

    #2
    Originally posted by joysync View Post
    Hi , There is a white color vertical line on futures chart(NQ 06-19 1min) at time 1700 . How to remove that ? I can't find any setting to remove it. Please help.thanks.
    I think you might be referring to the "Trading hours break line" which is a property of the chart bars (double click on it), you can set this property to "Off".
    RayNinjaTrader Customer Service

    Comment


      #3
      Hi Ray, How to set it off in the script?
      Below seem like don't work.
      if (ChartBars != null)
      { ChartBars.TradingHoursBreakLine.TradingHoursBreakL ineVisible.Off; }

      Comment


        #4
        Hello joysync,

        Thank you for your reply.

        TradingHoursBreakLine is in the ChartBars.Properties class, this code was able to set the TradingHoursBreakLineVisible enum to Off.

        Code:
        if (ChartBars != null) 
        { 
            this.ChartBars.Properties.TradingHoursBreakLine.TradingHoursBreakLineVisible = TradingHoursBreakLineVisible.Off;
        }
        All the best wishes!

        Comment


          #5
          Thinks chrisL. I will try it later.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Hwop38, 05-04-2026, 07:02 PM
          0 responses
          174 views
          0 likes
          Last Post Hwop38
          by Hwop38
           
          Started by CaptainJack, 04-24-2026, 11:07 PM
          0 responses
          329 views
          0 likes
          Last Post CaptainJack  
          Started by Mindset, 04-21-2026, 06:46 AM
          0 responses
          252 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by M4ndoo, 04-20-2026, 05:21 PM
          0 responses
          356 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by M4ndoo, 04-19-2026, 05:54 PM
          0 responses
          182 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Working...
          X