Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Checking that a condition occurred during session

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

    Checking that a condition occurred during session

    Hello,

    For example, I want see if the price, anytime during the current session, was below some moving average.

    I was thinking about using the MRO, but I run on Range bars, so not sure how to see if most recent occurence was less than some time back.

    Am I on the right track here?

    #2
    Hello coolmoss,
    Thanks for writing in and I am happy to assist you.

    Please you this code to check if price was below SMA(14)
    Code:
    int i = MRO(delegate{return Close[0] < SMA(14)[0];}, 1, Bars.BarsSinceSession);
    You might want to replace Close[0] with Low[0] in case SMA has been above low but below close.

    Please let me know if I can assist you any further.
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Man, you guys are simply awesome. To get answers so freakin fast just makes my day a whole lot more enjoyable.

      Wish I could buy 'ya all a round!

      Comment


        #4
        Hello coolmoss,
        Glad your issue was resolved.
        Please let me know if I can assist you any further.
        JoydeepNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        164 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        318 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        246 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        350 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        179 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Working...
        X