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 kinfxhk, 07-14-2026, 09:39 AM
        0 responses
        90 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 10:18 AM
        0 responses
        92 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 09:50 AM
        0 responses
        70 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 07:21 AM
        0 responses
        87 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-11-2026, 02:11 AM
        0 responses
        64 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X