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 argusthome, 03-08-2026, 10:06 AM
        0 responses
        61 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        39 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        21 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        23 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        51 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X