Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Next Bar Close

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

    Next Bar Close

    Hello,

    I'm not sure if I am posting in the right category. I am wondering whether an indicator already exists that will print the next Bar close for a RANGE BAR.

    This indicator should show 2 values, one for the bar open if the current bar closes up AND the next bar open if the current bar closes down?

    Thanks in Advance,

    Danny.

    #2
    Hello DannyS,

    Thank you for writing in.

    I am not aware of an indicator that already exists that does this. Though this forum thread will remain open for any community members that may know of this.

    This would be possible to create with a custom programmed indicator.

    The code would use the Open price and then add the number of ticks set in the data series range value to this by calling BarsPeriod.Value.

    For example:

    Print(Open[0]+(BarsPeriod.Value * TickSize));

    This would print the price where the up trend would break.

    Print(Open[0]-(BarsPeriod.Value * TickSize));

    This would print the price where the down trend would break.

    Below is a link to the help guide on BarsPeriod.
    http://www.ninjatrader.com/support/h...barsperiod.htm
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thank You ChelseaB,

      I'm not entirely versed in the Ninjatrader Custom Programming but I'm sure this will be simple to do. I was hoping a simple indicator like this already exists.

      Thank You anyway!

      Comment


        #4
        I have coded an indicator last year that plots targets for the range bar high and low. With an offset of 1 tick, it would plot the possible open levels for the next bar.
        Attached Files

        Comment


          #5
          Share Indicator?

          Harry,

          Would you be willing to share the indicator you wrote for this?

          I have been looking for one and do not do programming.

          Thanks in advance

          Comment


            #6
            Originally posted by optiontraderz View Post
            Harry,

            Would you be willing to share the indicator you wrote for this?

            I have been looking for one and do not do programming.

            Thanks in advance
            I will come back to you via private message.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by CarlTrading, 03-31-2026, 09:41 PM
            1 response
            128 views
            1 like
            Last Post NinjaTrader_ChelseaB  
            Started by CarlTrading, 04-01-2026, 02:41 AM
            0 responses
            74 views
            1 like
            Last Post CarlTrading  
            Started by CaptainJack, 03-31-2026, 11:44 PM
            0 responses
            116 views
            2 likes
            Last Post CaptainJack  
            Started by CarlTrading, 03-30-2026, 11:51 AM
            0 responses
            110 views
            1 like
            Last Post CarlTrading  
            Started by CarlTrading, 03-30-2026, 11:48 AM
            0 responses
            89 views
            0 likes
            Last Post CarlTrading  
            Working...
            X