Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Plot Line Length

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

    Plot Line Length

    Can anyone please tell me how I can add a user defined parameter to plot a specific length for the PriorOHLC and CurrentOHL horizontal lines and add a text label eg. PH to PrevHigh?

    Thanks.

    #2
    You would want to use DrawText() for your text. Adjust the y and yPixelOffset values to tell it where you want it to draw.

    To get a line that is not indefinite use DrawLine(). You can input the start and end bars. Keep the y values the same at start and end to get a horizontal line.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Appreciate your response Josh...

      For a total programming newbie, can you please explain just where in the code these lines should be placed. I've had numerous attempts but they won't compile.
      Attached Files

      Comment


        #4
        Generally inside the OnBarUpdate() method. Unfortunately it is not that cut and dry though, but hopefully that is enough to get you going. Due to bandwidth reasons we cannot program these for you, but if you wish you can also try contacting one of the NinjaScript Consultants here: http://www.ninjatrader.com/webnew/pa...injaScript.htm
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        650 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        370 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        109 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        574 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        577 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X