Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Bar Timer based on second bars

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

    Bar Timer based on second bars

    What modifications would be needed to make the BarTimer indicator work with second bars? (say 30 seconds per bar)
    thanks

    #2
    Kenb,

    You could try changing the line :

    timer.Interval = 100;

    To

    timer.Interval = 1;

    However likely you would also need to change a lot of the other methods in the " #region Miscellaneous" section to display milliseconds. Unfortunately this would be unsupported by use but it is entirely possible.

    You can read about the "timer" this indicator is using here : http://msdn.microsoft.com/en-us/libr...ing.timer.aspx
    Adam P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    93 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    48 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    31 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    34 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    70 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X