Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

indicator line at bottom of Price Panel

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

    indicator line at bottom of Price Panel

    i've searched the threads for ways to do this but couldn't really find anything...
    is there a way to put an indicator line at the bottom of the price panel, like the time remaining indicator, that keeps a fixed position just off the bottom of the Price Panel.
    I wanted to move some color coding from the bars to a Price Panel line without using color background.
    thanks,
    wes

    #2
    You would need to make a custom plot to do this. If you look at the source code for the BarTimer you'll find a Plot method which you can over ride and from here you can do any sort of custom plotting you wish.

    public override void Plot(Graphics graphics, Rectangle bounds, double min, double max)
    {

    // custom plotting goes here
    }
    I would also suggest looking at the CustomPlotSample under Tools--> Edit NinjaScript--> Indicator and this should give you a brief tutorial on these methods.
    MatthewNinjaTrader Product Management

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    571 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    331 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    549 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    550 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X