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

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 cmtjoancolmenero, Yesterday, 03:58 PM
    5 responses
    28 views
    0 likes
    Last Post cmtjoancolmenero  
    Started by gbourque, Today, 06:39 AM
    2 responses
    14 views
    0 likes
    Last Post gbourque  
    Started by rexsole, Today, 08:39 AM
    0 responses
    4 views
    0 likes
    Last Post rexsole
    by rexsole
     
    Started by trilliantrader, Yesterday, 03:01 PM
    3 responses
    31 views
    0 likes
    Last Post NinjaTrader_Clayton  
    Started by Brevo, Today, 01:45 AM
    1 response
    14 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Working...
    X