Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

VOL indicator tick by tick?

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

    VOL indicator tick by tick?

    The standard VOL indicator is updating after the bar closes, I want it to update tick by tick like other charting softwares, how can I set the indicator value to update tick by tick since the Volume dataseries is giving values after the close only

    protected override void OnBarUpdate()
    {
    Value.Set(Volume[0]);
    }
    Thanks in advance

    #2
    In the properties set the 'Calculate on Bar Close' parameter to false.

    Comment


      #3
      Ad_trader,

      Thank you for your post.

      StockTrader is correct. You can set the CalculateOnBarClose set to false which will calculate the strategy tick by tick.
      Cal H.NinjaTrader Customer Service

      Comment


        #4
        Thank you both for the quick reply, its funny when I did try that before posting it didn't work but now it is working, I think I was watching a thin stock for testing.

        Comment

        Latest Posts

        Collapse

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