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

Ticks per hour

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

    Ticks per hour

    Is there a way to have an indicator that would tell me how many ticks were produced per hour. For example each bar would look back 60 minutes and calculate how many ticks were made. Is this even possible and if so how would I do something like this?

    Thanks, Steven

    #2
    Steven,

    I made something like this.

    It sort of slow because it calculates based on 100 ticks at a time since you can have 25000 ticks or more per hour. For every 100 ticks, it increments a counter, then multiplies by 100 at the end to estimate ticks for each hour within +- 100 ticks.

    Keep in mind this is going to look an awful lot like volume. In fact it should look almost exactly like volume.

    The Smoothing parameter is for if you want to take a moving average of the ticks/hour.

    Please find it attached.

    Please let me know if I may assist further.
    Attached Files
    Last edited by NinjaTrader_AdamP; 11-07-2011, 03:06 PM.
    Adam P.NinjaTrader Customer Service

    Comment


      #3
      Thanks I will give it a try...

      Comment


        #4
        StevenV

        You will notice that its almost exactly like volume in appearance.
        Adam P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Brevo, Today, 01:45 AM
        0 responses
        6 views
        0 likes
        Last Post Brevo
        by Brevo
         
        Started by aussugardefender, Today, 01:07 AM
        0 responses
        3 views
        0 likes
        Last Post aussugardefender  
        Started by pvincent, 06-23-2022, 12:53 PM
        14 responses
        242 views
        0 likes
        Last Post Nyman
        by Nyman
         
        Started by TraderG23, 12-08-2023, 07:56 AM
        9 responses
        384 views
        1 like
        Last Post Gavini
        by Gavini
         
        Started by oviejo, Today, 12:28 AM
        0 responses
        6 views
        0 likes
        Last Post oviejo
        by oviejo
         
        Working...
        X