Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Duration of volume bar (in seconds)

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

    Duration of volume bar (in seconds)

    Hello,

    What is the best way to calculate the duration in seconds of a volume based bar?

    My first inclination would be to subtract Time[1] - Time[0] and then convert that to an int.

    Is this the right way to go about this?

    If not, what is the proper way to do this?

    Thanks!

    #2
    Hello WalterSkinner,

    Thanks for your post.

    Yes, that would work.

    You have some options depending on what size of number you are looking for.

    (Time[0] - Time[1]).TotalMilliseconds;

    (Time[0] - Time[1]).TotalSeconds;

    (Time[0] - Time[1]).TotalMinutes;

    (Time[0] - Time[1]).TotalHours;

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    85 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    143 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    83 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    256 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    334 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X