Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Calculate actual high or low of bar

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

    Calculate actual high or low of bar

    I want to Calculate actual high or low (like Renko chart type) in indicator.Can you provide some code.

    Thank you

    #2
    Hello yeshujbp,

    The high or low of the bar would be the High[0] or Low[0] returned from the bar series.

    Below are public links to the help guide.
    https://ninjatrader.com/support/help...en-us/high.htm
    https://ninjatrader.com/support/help.../en-us/low.htm

    Are you wanting to ignore the bar information and collect ticks and find the highest high or lowest low reached while the bar was open?

    You could add a 1 tick series with AddDataSeries(), update a highest high variable and lowest low variable on the added series, and then reset the variables when the primary series closes.
    The AdvanceDecline indicator does something similar.
    https://ninjatraderecosystem.com/use...vance-decline/


    The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The add-ons listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Hi
      Thank reply

      I want to draw a line on actual high (on green bar) or low( on red bar) like this file.so what is actual high or low point in bar
      Click image for larger version

Name:	Capture2.PNG
Views:	310
Size:	25.6 KB
ID:	1051739

      Comment


        #4
        Hello yeshujbp,

        The high of the current bar is High[0].

        The low of the current bar is Low[0].

        Below are links to the help guide.

        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        81 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        42 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        64 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        66 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        54 views
        0 likes
        Last Post CarlTrading  
        Working...
        X