Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Drawing a line in the indicator pane

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

    Drawing a line in the indicator pane

    I tried placing a DrawHorizontalLine() call in the OnStartUp() function, but this drew the line in the instrument pane, and I would like it to go in the indicator pane.

    Even better, I'd like to be able to allow the user to input the value of the line, and the color. Do I do this with a Plot, or should it be an actual horizontal line?

    #2
    Hello JoshDance,
    Thanks for writing in and I am happy to assist you.

    To draw a line on the indicator pane please add the below code in the Initialize section of the code:
    Code:
    this.DrawOnPricePanel = false;


    To draw a plot as an horizontal line, please refer to the ConstantLines indicator that comes with NinjaTrader.

    Please let me know if I can assist you any further.
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Thanks, this did the trick.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      577 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      334 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
      553 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      551 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X