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 Segwin, 05-07-2018, 02:15 PM
        10 responses
        1,767 views
        0 likes
        Last Post Leafcutter  
        Started by Rapine Heihei, 04-23-2024, 07:51 PM
        2 responses
        30 views
        0 likes
        Last Post Max238
        by Max238
         
        Started by Shansen, 08-30-2019, 10:18 PM
        24 responses
        943 views
        0 likes
        Last Post spwizard  
        Started by Max238, Today, 01:28 AM
        0 responses
        9 views
        0 likes
        Last Post Max238
        by Max238
         
        Started by rocketman7, Today, 01:00 AM
        0 responses
        7 views
        0 likes
        Last Post rocketman7  
        Working...
        X