Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Last Bar range

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

    Last Bar range

    Hello,

    I am having a hard time to figure out how to tell my strategy not to enter If the last bar is greater than 10pips in range?

    Thank you

    Francis

    #2
    Francis, there's a NinjaScript method to get the range of a bar - you could use that as part of your conditions and demand it being smaller than your acceptable treshhold.

    Comment


      #3
      Hey,

      I tried this :

      && Range()[1] < 10

      But it dident stop order to enter even if last bar was more than 10 tick.. Do I need to specifiy to calculate in tick or that im talking about the candle itself?

      Thanks!

      Francis

      Comment


        #4
        Hi Francis, that would be really the raw candle size itself - you could divide it by TickSize though to convert for your expression.

        ...&& (Range()[1] / TickSize) < 10

        Comment

        Latest Posts

        Collapse

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