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

Overiding Plot in Chart window and indicator window at the same time

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

    Overiding Plot in Chart window and indicator window at the same time

    Hi I am currently overriding plot to draw strings on a fixed X / Y scale like below

    Code:
    public override void Plot(Graphics graphics, Rectangle bounds, double min, double max)
    		{ 
                       "Drawing strings here"
    		}
    So which ever window the indicator is in will naturally be the window that is automatically selected to draw the text.

    So my question...

    Is is possible to select the main chart window and draw text on a fixed x/y scale here as well as in the indicator window from the same indicator?

    I understand that if the indicator is set to "Overlay = true" that i can then draw text on the main window but I also need to draw text in the indicator window, therefor my indicator is always set to overlay = false.


    Thanks in advance for any suggestions.

    #2
    Hello marty087,

    Thank you for writing in. There is currently no documented way to draw on multiple panels in NinjaTrader 7. You could accomplish this using an indicator pair: One indicator which draws on the main panel and provides signals to the second indicator which draws in its own panel, or vice versa.

    Please let me know if I may be of further assistance.
    Michael M.NinjaTrader Quality Assurance

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by ghoul, Today, 06:02 PM
    3 responses
    14 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by jeronymite, 04-12-2024, 04:26 PM
    3 responses
    44 views
    0 likes
    Last Post jeronymite  
    Started by Barry Milan, Yesterday, 10:35 PM
    7 responses
    20 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by AttiM, 02-14-2024, 05:20 PM
    10 responses
    180 views
    0 likes
    Last Post jeronymite  
    Started by DanielSanMartin, Yesterday, 02:37 PM
    2 responses
    13 views
    0 likes
    Last Post DanielSanMartin  
    Working...
    X