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

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:	249
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 geddyisodin, Today, 05:20 AM
        2 responses
        16 views
        0 likes
        Last Post geddyisodin  
        Started by hazylizard, Today, 08:38 AM
        0 responses
        6 views
        0 likes
        Last Post hazylizard  
        Started by Max238, Today, 01:28 AM
        5 responses
        43 views
        0 likes
        Last Post Max238
        by Max238
         
        Started by giulyko00, Yesterday, 12:03 PM
        3 responses
        13 views
        0 likes
        Last Post NinjaTrader_BrandonH  
        Started by habeebft, Today, 07:27 AM
        1 response
        16 views
        0 likes
        Last Post NinjaTrader_ChristopherS  
        Working...
        X