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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    118 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    166 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    85 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    130 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    89 views
    0 likes
    Last Post PaulMohn  
    Working...
    X