Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 andrewtrades, Today, 04:57 PM
        1 response
        8 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by chbruno, Today, 04:10 PM
        0 responses
        6 views
        0 likes
        Last Post chbruno
        by chbruno
         
        Started by josh18955, 03-25-2023, 11:16 AM
        6 responses
        436 views
        0 likes
        Last Post Delerium  
        Started by FAQtrader, Today, 03:35 PM
        0 responses
        7 views
        0 likes
        Last Post FAQtrader  
        Started by rocketman7, Today, 09:41 AM
        5 responses
        19 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Working...
        X