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

5 Day High Low Bar

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

    5 Day High Low Bar

    I would like to display a horizontal line that represents the 5 day high and one displays the 5 day low on the price graph. Obviously, it would update for each bar. The line would only go back to the beginning of the 5th bar and would extend in a ray to the right side of the chart.

    How do I do that?

    #2
    I should add that the line would be the max 5 day high and the max 5 day low.

    Comment


      #3
      Use DrawRay(). You sound to be on daily bars so it is very easy to determine where 5 bars ago were. To determine the price just use MAX(High, 5)[0]. For the low you can use MIN(Low, 5)[0]. Then just draw the rays forward.
      Josh P.NinjaTrader Customer Service

      Comment


        #4
        I generally trade a 1 minute bar. Can this be done with a one minute bar?

        Comment


          #5
          Hi, please check this post from our sharing - http://www.ninjatrader-support2.com/...id=131&catid=1

          This tracks the 3 Day High / Low, it should be not hard to modify it for longer days back from there.
          BertrandNinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by arvidvanstaey, Today, 02:19 PM
          4 responses
          11 views
          0 likes
          Last Post arvidvanstaey  
          Started by samish18, 04-17-2024, 08:57 AM
          16 responses
          61 views
          0 likes
          Last Post samish18  
          Started by jordanq2, Today, 03:10 PM
          2 responses
          9 views
          0 likes
          Last Post jordanq2  
          Started by traderqz, Today, 12:06 AM
          10 responses
          18 views
          0 likes
          Last Post traderqz  
          Started by algospoke, 04-17-2024, 06:40 PM
          5 responses
          48 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Working...
          X