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

Is it possible to plot in two windows from same script?

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

    Is it possible to plot in two windows from same script?

    I plot several averages on the price window. This works fine. I wold also like to plot a gating/debug signal in a window below the main price window. Is this possible from the same script?

    #2
    Hello,

    Thank you for the question,

    An Indicator can only plot to a single panel, this means that the actual Plot's will all be in one panel. You can Plot to a panel and then place DrawingObjects on the main chart panel so technically one indicator can draw in two panels in that sense but the Plots or lines would all be in the same panel.

    For this you would either need to use two separate indicators to be easy.

    If you need a single script to plot in multiple panels you would still need to use two indicators but you can use the StrategyPlot example which would allow you to control the indicators through a strategy and plot in multiple panels of your choice.
    When running a strategy on a chart you may find the need to plot values onto a chart. If these values are internal strategy calculations that are difficult to migrate to an indicator, you can use the following technique to achieve a plot. NinjaTrader 8 With NinjaTrader 8 we introduced strategy plots which provide the ability


    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by helpwanted, Today, 03:06 AM
    1 response
    7 views
    0 likes
    Last Post sarafuenonly123  
    Started by Brevo, Today, 01:45 AM
    0 responses
    7 views
    0 likes
    Last Post Brevo
    by Brevo
     
    Started by aussugardefender, Today, 01:07 AM
    0 responses
    5 views
    0 likes
    Last Post aussugardefender  
    Started by pvincent, 06-23-2022, 12:53 PM
    14 responses
    242 views
    0 likes
    Last Post Nyman
    by Nyman
     
    Started by TraderG23, 12-08-2023, 07:56 AM
    9 responses
    384 views
    1 like
    Last Post Gavini
    by Gavini
     
    Working...
    X