Volume up bars, down bars

Forums ProRealTime English forum ProBuilder support Volume up bars, down bars

  • This topic has 3 replies, 3 voices, and was last updated 1 month ago by avatarJS.
Viewing 4 posts - 1 through 4 (of 4 total)
  • #244701

    I need help with an indicator that meets the following conditions:

    The indicator should display the sum of the volume for all up bars over the past 15 bars.
    It should also display the sum of the volume for all down bars over the past 15 bars.
    The results should be shown in a line chart.

    Thankful for help

    #244702
    JS

    Hereby the indicator:

    3 users thanked author for this post.
    #244750

    Hello,

    it seems interesting but I cannot understand its purpose.

    Someone can tell me which is its practical use?

    Thanks in advance

    #244752
    JS

    For example, you can use this indicator as an extra confirmation when you want to open a position:

    If myLongConditions and UpVolume>DownVolume then

    If myLongConditions and UpVolume>AvgVolume then

    If myShortConditions and DownVolume>10000 then

    2 users thanked author for this post.
Viewing 4 posts - 1 through 4 (of 4 total)

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