Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Plot in Different Panel

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

    Plot in Different Panel

    I have an indicator which looks for and plots greater than average volume on a single bar. It runs in a separate panel from the main instrument panel, however, when I detect a large volume bar, I would like to highlight the actual price bar. Is there a way I can do that even though the indicator is plotting in a different panel. I would like to either add a dot above or below the bar, or better yet, paint the bar an entirely different and unique color. Is that possible? If so, could you point me to some sample code to accomplish this?
    Thanks ahead of time for your help.
    DaveN

    #2
    Hi Daven,

    Thank you for your note.

    Yes, this is possible.

    You would want to use BarColor = Color.*Color*.
    Code:
    BarColor = Color.Blue;
    This will change the color of the bar for that particular bar you are testing for.

    Also, you can use any of the Draw Objects and place them at the price data series such as High, Open, Low, or Close.

    Here is a link to the online help guide for the BarColor and Draw Objects
    http://www.ninjatrader.com/support/h...l?barcolor.htm

    Let me know if I can be of further assistance.
    Cal H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    585 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    340 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    554 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    552 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X