Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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
    JimNinjaTrader Customer Service

    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 ETFVoyageur, Yesterday, 02:04 PM
      5 responses
      38 views
      0 likes
      Last Post ETFVoyageur  
      Started by Creamers, 04-27-2024, 05:32 AM
      6 responses
      43 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by iceman2018, Today, 11:46 AM
      1 response
      6 views
      0 likes
      Last Post NinjaTrader_Erick  
      Started by Torontobluejays, Yesterday, 08:43 AM
      4 responses
      23 views
      0 likes
      Last Post Torontobluejays  
      Started by Ticks_66, Today, 09:50 AM
      2 responses
      14 views
      0 likes
      Last Post Ticks_66  
      Working...
      X