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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    148 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    84 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    129 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    124 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    102 views
    0 likes
    Last Post CarlTrading  
    Working...
    X