Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Fixed plot in right margin area

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

    Fixed plot in right margin area

    Does anyone know how to place a line/text in a fixed space on the right side margin on NT8? Meaning that as you horizontally scroll to the left, the indicator remains fixed in the extended/margin area on the right side of the chart.

    I *think* the OnRender() function is the key, but I'm not sure what to do with it. https://ninjatrader.com/support/help.../?onrender.htm

    Thanks!
    Last edited by Cyph3r; 11-21-2020, 02:07 PM.

    #2
    Hello Cyph3r,

    While you cannot render in the price margin, you can render a line within the chart panel area on the right side.

    Draw.TextFixed() will allow you to draw text in the bottom right of the chart.


    OnRender() is the method run on each render pass where you can add objects to be rendered to the RenderTarget.

    Create a TextLayout object and set the text in the string text parameter, then draw the text with RenderTarget.DrawTextLayout().

    Included with NinjaTrader is the SampleCustomRender indicator that demonstrates how to render.

    I can also provide an example that renders text.
    Simple script that adds a background watermark of the instrument symbol (and expiry if a future) to the chart. (Updated July 10th, 2018 ‐ The opacity needed to be casted as a double and divided by 100 to be between 0 and 1) (Update: August 24th, 2021 – Subtracted the ChartPanel.Y so indicator can be […]



    The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The add-ons listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    558 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    324 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
    545 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    547 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X