Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Vertical lines at times

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

    Vertical lines at times

    I am looking to automatically add a vertical line at two times daily. I coincidentally found an indicator entitled "Vertical Line at Time". This indicator appears to do exactly what I want it to do, but when I apply the indicator it removes the horizontal and vertical gridlines from the chart. I thought the indicator might have disabled the "Grid Line - horizontal" and "Grid Line - vertical" options in the chart properties, but those are still enabled. I would like to be able to add two vertical lines two times daily (8:30am and 2pm) and still retain the overall chart gridlines. I wanted to make sure I'm not overlooking something with this indicator, or to see if someone knows of another script that would work. Thanks!

    #2
    Hi LANwarr1or, thanks for your question and welcome to the NinjaTrader forum.

    The in State.SetDefaults state of the script on lines 64 and 65 these properties are set to false, which will remove the grid lines:

    Code:
    DrawHorizontalGridLines                    = false;
    DrawVerticalGridLines                        = false;
    You can open up the indicator from the NinjaScript editor and change the "false" to "true", then press F5 on the keyboard to compile, then re-add the indicator to your chart and the grid lines will stay rendered.

    Please let me know if I can assist any further.
    Chris L.NinjaTrader Customer Service

    Comment


      #3
      That worked perfectly. I was able to make the changes, compile the code, and re-add the indicator. Thanks for the quick help!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Waxavi, 04-19-2024, 02:10 AM
      2 responses
      37 views
      0 likes
      Last Post poeds
      by poeds
       
      Started by chbruno, Yesterday, 04:10 PM
      1 response
      44 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by Max238, Today, 01:28 AM
      1 response
      24 views
      0 likes
      Last Post CactusMan  
      Started by giulyko00, Yesterday, 12:03 PM
      2 responses
      10 views
      0 likes
      Last Post giulyko00  
      Started by r68cervera, Today, 05:29 AM
      0 responses
      4 views
      0 likes
      Last Post r68cervera  
      Working...
      X