Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

BarsSinceSession

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

    BarsSinceSession

    Does Bars.BarsSinceSession work in indicators?

    I created a new indicator with the wizard, add one variable and this line of code, nothing else, and it won't compile:

    numberBars = Bars.BarsSinceSession;

    #2
    Hello coolmoss,
    Yes, Bars.BarsSinceSession works in indicators too.

    Please refer here to know more about it
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Hi Joydeep,

      Can you suggest any reason why the indicator won't compile?

      This is totality of code:

      protected override void OnBarUpdate()
      {
      // Use this method for calculating your indicator values. Assign a value to each
      // plot below by replacing 'Close[0]' with your own formula.
      numberBars = Bars.BarsSinceSession;
      Bars.Set(4);
      }

      One other thing of interest: I start typing "Bars", then hit the "." and the editor pops up with the properties list for the method. On this pop up, BarsSinceSession does not appear.

      Comment


        #4
        Hello coolmoss,
        Have you named a custom plot/data series as Bars. If so then please change it and see if you can compile it or not.

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

        Comment


          #5
          Thanks! That was it. I inadvertently named the data series "bars". I have no idea what I was thinking.

          Comment


            #6
            Hello coolmoss,
            Glad to know everything is running fine at your end.

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

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            579 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            334 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            101 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            554 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            551 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X