Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Count number of Horizontal Lines

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

    Count number of Horizontal Lines

    Hi,

    I would like to count the number of horizontal lines on my chart.

    I could count the total number of drawn objects using DrawObjects.Count, but I could not find a way to count the number of horizontal lines.

    My purpose is to detect if more than 1 horizontal line is present.

    Any assistance is greatly appreciated.

    #2
    Try using the example here.

    Comment


      #3
      Originally posted by bltdavid View Post
      Try using the example here.
      Hi thanks for the reply, but the link is not working

      Comment


        #4
        Interesting, it works for me.

        That link should be going here,

        Comment


          #5
          Hello Rainmakersg,

          Apologies, our forum is having technical issues that is currently being worked out by our IT.

          The url bltdavid was trying to provide is in text below.
          Code:
          https://ninjatrader.com/support/helpGuides/nt8/chartobjects.htm
          You could also loop through the DrawObjects collection and compare the object to HorizontalLine.
          Code:
          https://ninjatrader.com/support/helpGuides/nt8/drawingtools_drawobjects.htm
          https://ninjatrader.com/support/helpGuides/nt8/horizontalline.htm
          Increment an Int (integer) to count the number of times this matches in the loop.
          Code:
          https://ninjatrader.com/support/forum/forum/ninjatrader-8/platform-technical-support-aa/104533-strategy-builder-syntax?p=812260#post812260
          Chelsea B.NinjaTrader Customer Service

          Comment


            #6
            Thanks so much, I will give it a try.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by CaptainJack, 05-29-2026, 05:09 AM
            0 responses
            232 views
            0 likes
            Last Post CaptainJack  
            Started by CaptainJack, 05-29-2026, 12:02 AM
            0 responses
            150 views
            0 likes
            Last Post CaptainJack  
            Started by charlesugo_1, 05-26-2026, 05:03 PM
            0 responses
            161 views
            1 like
            Last Post charlesugo_1  
            Started by DannyP96, 05-18-2026, 02:38 PM
            1 response
            243 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by CarlTrading, 05-11-2026, 05:56 AM
            0 responses
            198 views
            0 likes
            Last Post CarlTrading  
            Working...
            X