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 cmoran13, 04-16-2026, 01:02 PM
          0 responses
          43 views
          0 likes
          Last Post cmoran13  
          Started by PaulMohn, 04-10-2026, 11:11 AM
          0 responses
          25 views
          0 likes
          Last Post PaulMohn  
          Started by CarlTrading, 03-31-2026, 09:41 PM
          1 response
          162 views
          1 like
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 04-01-2026, 02:41 AM
          0 responses
          98 views
          1 like
          Last Post CarlTrading  
          Started by CaptainJack, 03-31-2026, 11:44 PM
          0 responses
          158 views
          2 likes
          Last Post CaptainJack  
          Working...
          X