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 zstheorist, Today, 07:52 PM
      0 responses
      3 views
      0 likes
      Last Post zstheorist  
      Started by pmachiraju, 11-01-2023, 04:46 AM
      8 responses
      149 views
      0 likes
      Last Post rehmans
      by rehmans
       
      Started by mattbsea, Today, 05:44 PM
      0 responses
      5 views
      0 likes
      Last Post mattbsea  
      Started by RideMe, 04-07-2024, 04:54 PM
      6 responses
      33 views
      0 likes
      Last Post RideMe
      by RideMe
       
      Started by tkaboris, Today, 05:13 PM
      0 responses
      5 views
      0 likes
      Last Post tkaboris  
      Working...
      X