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 sjsj2732, 03-23-2026, 04:31 AM
      0 responses
      69 views
      0 likes
      Last Post sjsj2732  
      Started by NullPointStrategies, 03-13-2026, 05:17 AM
      0 responses
      312 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      306 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      146 views
      1 like
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      105 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Working...
      X