Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

range of a candle

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

    range of a candle

    In the "indicator" thread I looked at the NR7 indicator. Would it be possible to have some kind of indicator that gives a similiar signal (vertical highlight) if the range of a bar is > x ?

    #2
    Not sure I completely follow but there is an indicator named Range() that you can use to get the range of a bar.
    RayNinjaTrader Customer Service

    Comment


      #3
      Yes I've seen that indicator. I'm using that now. But I would like to have a visual "highlight" of that bar (if range is bigger than value x) on my chart.

      Comment


        #4
        Thanks for clarifying.

        You would have to code this in NinjaScript.

        if (Range() > X) BarColor = HighLightColor;

        something like that.
        RayNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CaptainJack, 05-29-2026, 05:09 AM
        0 responses
        253 views
        0 likes
        Last Post CaptainJack  
        Started by CaptainJack, 05-29-2026, 12:02 AM
        0 responses
        164 views
        0 likes
        Last Post CaptainJack  
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        169 views
        1 like
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        251 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        203 views
        0 likes
        Last Post CarlTrading  
        Working...
        X