Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Bar index for second bar types

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

    Bar index for second bar types

    I'd like to use the SUM indicator to give me a sum of the last 100 secs of volume. But the indicator appears to give the last 100 data points.

    Is there a way to modify the seconds bar type so that even if there was no volume printed at a time stamp, that zero volume still counts as as data point?

    #2
    Hello edmanta1109,

    Thanks for your message.

    The BarsType's OnDataPoint method would still be event based, and I would not recommend incorporating a timer for AddBar and UpdateBar to be called from the timer to create a 0 volume bars.

    Instead, I would recommend adding a timer in your indicator, and then using the timer to count how much volume has passed by collecting it in OnMarketData. I have attached an example that can be used to provide further direction, however it should be noted that the timer may not be completely in sync with the time based bars since the time based bars are event based and based on incoming data. The solution provided should be enough to move forward, however.

    Please let me know if I can be of further assistance.
    Attached Files

    Comment


      #3
      Jim,

      Thank you for providing the example, I will look at it a bit closer to understand.

      Edgar

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      89 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      135 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      68 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      119 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      69 views
      0 likes
      Last Post PaulMohn  
      Working...
      X