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 Belfortbucks, Today, 09:29 PM
        0 responses
        6 views
        0 likes
        Last Post Belfortbucks  
        Started by zstheorist, Today, 07:52 PM
        0 responses
        7 views
        0 likes
        Last Post zstheorist  
        Started by pmachiraju, 11-01-2023, 04:46 AM
        8 responses
        151 views
        0 likes
        Last Post rehmans
        by rehmans
         
        Started by mattbsea, Today, 05:44 PM
        0 responses
        6 views
        0 likes
        Last Post mattbsea  
        Started by RideMe, 04-07-2024, 04:54 PM
        6 responses
        33 views
        0 likes
        Last Post RideMe
        by RideMe
         
        Working...
        X