Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Vertical Line at specific time

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

    #16
    Hi ChelseaB,

    Got it. I added the time series you suggested above and it worked and put the vertical line on all of the 6:30 bars. Thanks. From the answers above from Jesse, I was hoping the vertical line(s) would run all the way down the chart into the indicator panels. Is that possible?
    Attached Files

    Comment


      #17
      Hello Ttrade12,

      Unfortunately, not with a single indicator. You would need to add an indicator instance to each panel and have DrawOnPricePanel as false.
      Chelsea B.NinjaTrader Customer Service

      Comment


        #18
        Hi ChelseaB,

        Ok, thanks. How do I add an indicator instance to each panel? And where does the DrawOnPricePanel false come in?

        Comment


          #19
          Hi ChelseaB,


          Never mind. I figured it out. Thanks!

          Comment


            #20
            Hello Trade12,

            Right-click the chart and select Indicators. From the Available list select the indicator and click add to add an instance. In the properties on the right, select the panel number from the Panel drop-down.

            DrawOnPricePanel set to false allows drawing objects to appear on the panel of the indicator instead of on the price panel.
            Chelsea B.NinjaTrader Customer Service

            Comment


              #21
              Originally posted by NinjaTrader_PaulH View Post
              Hello narese13,

              Thanks for your post.

              It looks like the indicator author has set the properties of the indicator to not draw horizontal and vertical gridelines. If you remove the indicator from the chart the gridlines should return.

              You may want to contact the indicator author if you would like that behavior changed.

              If you want to change the indicator to prevent that, you would need to edit the indicator with New>Ninjascript editor and then select indicators folder and then select the indicator BzvVerticalLineAtTimeV1

              Once the code is open in the code window, change the two properties:

              DrawHorizontalGridLines = false;
              DrawVerticalGridLines = false;

              by replacing the word false with true

              Then right mouse click and select "Compile.."

              When you then apply the indicator to a chart it will not remove the gridlines.
              hey paul can you add an update to make the heikien ashi8 change wick colours or just match the candle body color. a million people have been asking for this since nt8 inception. i dont program ive tried to learn to simply make the wicks the same colour as the candle body and failed. been trying to do this for 12 months. i could pay someone but i got quote for 999 to make the wicks the same colour. i dont even want to pay for somehting thats natively available on every other trading platform

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by Geovanny Suaza, 02-11-2026, 06:32 PM
              0 responses
              557 views
              0 likes
              Last Post Geovanny Suaza  
              Started by Geovanny Suaza, 02-11-2026, 05:51 PM
              0 responses
              324 views
              1 like
              Last Post Geovanny Suaza  
              Started by Mindset, 02-09-2026, 11:44 AM
              0 responses
              101 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Started by Geovanny Suaza, 02-02-2026, 12:30 PM
              0 responses
              545 views
              1 like
              Last Post Geovanny Suaza  
              Started by RFrosty, 01-28-2026, 06:49 PM
              0 responses
              547 views
              1 like
              Last Post RFrosty
              by RFrosty
               
              Working...
              X