Determine the volume of a bar
-
Can anyone show me which block to use to determine the volume of a candle which can be used in a formula?
-
@jbraench You can do it this way:

-
@l-andorrà
Thank you. This is exactly what i need. -
@jbraench You're welcome.
-
what if I wanted to find tick volume for 7 days, at once?
-
@jsauter86 Then you will need a loop searching for all volume values and adding them up into a single variable. Maybe roar can help with that.