Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Should I be using CountIf?

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

    Should I be using CountIf?

    I am trying to find out how many times a bar has closed below the current market price over a period of time.

    CountIf(delegate {return (Close[1] < Close[0]);}, 60) >= 3

    I was thinking I should be using the CountIf function, however Close[0] does not refer to the current market price.

    Any ideas how this should be done?

    Thanks

    #2
    Hello,

    Yes CountIf should work great for you. It will use the correct Close for the bar its referencing.

    Let me know if I can be of further assistance.
    BrettNinjaTrader Product Management

    Comment


      #3
      To Clarify further however, It will use the close price of the current bar its on for the test for CountIf(). ON rereading your first sentence I'm not so sure thats what you want. Please let me know if thats not what you want you would need to use a for loop to manually loop back through the bars and count it yourself.



      This post has an example of it should you need it.
      BrettNinjaTrader Product Management

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by argusthome, Yesterday, 10:06 AM
      0 responses
      17 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      16 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      14 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      9 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      38 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X