Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

VolumeUpDown indicator

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

    VolumeUpDown indicator

    Is it possible to compare the condition based on whether the Volume is Up/Down?

    DarkCyan (Volume Up) or Crisom (Volume Down

    I would like to

    if (VolumeUpDown is Volume Up)
    do something


    if (VolumeUpDown is Volume Down)
    do something


    I have no difficulties getting the value.


    Thank you!

    #2
    Hello johnnybegoode,

    Thanks for your post.

    The VolumeUpDown indicator uses the price candle direction to assign the color to the total volume of the bar. So in the case of a down bar (Close < Open) the volume bar is colored Crimson. In the case of an up bar (Close >=Open) the volume bar is colored darkcyan.

    In your strategy then, you need only check the condition of the price bar, Close>=Open or Close<Open

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    169 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    88 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    128 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    208 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    185 views
    0 likes
    Last Post CarlTrading  
    Working...
    X