Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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
    Paul H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Max238, Today, 01:28 AM
    4 responses
    33 views
    0 likes
    Last Post Max238
    by Max238
     
    Started by r68cervera, Today, 05:29 AM
    1 response
    7 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by geddyisodin, Today, 05:20 AM
    1 response
    11 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by timko, Today, 06:45 AM
    2 responses
    13 views
    0 likes
    Last Post NinjaTrader_ChristopherJ  
    Started by habeebft, Today, 07:27 AM
    0 responses
    6 views
    0 likes
    Last Post habeebft  
    Working...
    X