Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Plot VOLMA() on top of VolumeUpDown()

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

    Plot VOLMA() on top of VolumeUpDown()

    I am new but can't figure out how to plot the VOLMA on top of the VolumeUpDown indicator?

    This of course works fine and displays the indicator:
    Add(VolumeUpDown());

    However I cannot get anything like this to work:
    Add(VolumeUpDown() & VOLMA(7) & VOLMA(30));

    I know it is possible because if use the GUI for "Indicators" on the chart I can select all 3 of the above to be displayed and set the "Panel" on the VOLMA's to match the Panel of the VolumeUpDown indicator.

    I can supply screenshots if this doesn't come across clear. Thanks!

    #2
    tpscrat, please check into this link for how to designate panel for the indicators to plot when adding them from a strategy -

    BertrandNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by samish18, Yesterday, 08:31 AM
    2 responses
    8 views
    0 likes
    Last Post elirion
    by elirion
     
    Started by Mestor, 03-10-2023, 01:50 AM
    16 responses
    389 views
    0 likes
    Last Post z.franck  
    Started by rtwave, 04-12-2024, 09:30 AM
    4 responses
    31 views
    0 likes
    Last Post rtwave
    by rtwave
     
    Started by yertle, Yesterday, 08:38 AM
    7 responses
    29 views
    0 likes
    Last Post yertle
    by yertle
     
    Started by bmartz, 03-12-2024, 06:12 AM
    2 responses
    23 views
    0 likes
    Last Post bmartz
    by bmartz
     
    Working...
    X