Volume histogram and reset on new day

Forums ProRealTime English forum ProBuilder support Volume histogram and reset on new day

Viewing 1 post (of 1 total)
  • #13788

    A request that was addressed to ProRealTime:

    I want to SUM volume like a histogram.

    I want this to work in a tick chart but also in larger frames.

    For tickchart this follows:

    Buy volume/positive volume:
    If close is above last close then add its volume as positive volume. And if next close is on the same price or above last close then also add volume to positive volume.

    Selling volume/ negative volume:
    If close is < the close[1] then add its volume as negative volume. And if next close is on the same price or below last close then also add volume to negative volume.

    Remember, close price can be equal close price like 30 times in a tick chart, i think this may be some of the tricky part.

    Think in terms of a tick chart and you can get a better visualization of it.

    I hope this will also work in like 1 hour chart.

     

    Suggestion for an anwser:

    You can set the variable zeroonnewday as you prefer.
    If you want to set the value as “0” at the beginning of the day, please  type zeroonnewday=1, otherwise type zeroonnewday=0

     

Viewing 1 post (of 1 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login