Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Checking for a reversal bar

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

    Checking for a reversal bar

    Hi, this seems really easy, but I couldn't figure out how to make it work.

    I am using range charts and I want to identify reversal bars.

    I tried this, and although it seems very straightforward, it doesn't work:

    Code:
    bIsReversalBarDown = false;                    
    if (Open[0] > Close[1] && Low[0] == Close[0])
        {                    
            bIsReversalBarDown = true;
            BackColor = Color.Green;
        }
    Reversal bars are not marked green in the indicator panel. What am I doing wrong?

    #2
    Hi Lonneman,

    Syntax looks ok. Are you getting any error messages in log tab of control center? You may be running into this issue:
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Thank you, that solved it.

      Comment


        #4
        Request for REVERSAL BAR INDICATOR WITH ALERT

        Wow! I was needing exactly the same thing. A reversal bar indicator with audio and visual alert. A reversal bar simply being a bar with higher close than open (after a bar with a lower close than open) or a lower close than open (after a bar with a higher close than open). Would be extremely helpful! Thoughts anyone?

        Comment


          #5
          Southsea,

          If you're interested in creating on your own, can see this page for help working with [ ] brackets. It looks like you're just looking to compare price values over a few bars.

          Ryan M.NinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by CaptainJack, 05-29-2026, 05:09 AM
          0 responses
          173 views
          0 likes
          Last Post CaptainJack  
          Started by CaptainJack, 05-29-2026, 12:02 AM
          0 responses
          91 views
          0 likes
          Last Post CaptainJack  
          Started by charlesugo_1, 05-26-2026, 05:03 PM
          0 responses
          129 views
          0 likes
          Last Post charlesugo_1  
          Started by DannyP96, 05-18-2026, 02:38 PM
          1 response
          209 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 05-11-2026, 05:56 AM
          0 responses
          186 views
          0 likes
          Last Post CarlTrading  
          Working...
          X