Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

In Strategy AddPlot to panel (not overlay) plus add indicator with overlay

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

    In Strategy AddPlot to panel (not overlay) plus add indicator with overlay

    Hello everyone,

    I would like to as if it is possible to create a strategy that draws lines in an extra panel, so not overlay and add an indicator with AddChartIndicator() as overlay.

    Thanks in advance.
    Airwave
    NinjaTrader Ecosystem Vendor - Airwave

    #2
    Hi Airwave, thanks for posting.

    It is possible to plot and draw in a separate panel in a strategy. You will need this set up in State.SetDefaults:

    Code:
    IsOverlay = false; //plot in seperate panel
    DrawOnPricePanel = false; //place drawing objects on the panel
    AddPlot(Brushes.Red, "MyPlot"); //plot for the panel
    Best regards,
    -ChrisL

    Comment


      #3
      Hi Chris,

      thank you, that was, what I was doing. But when I then add an overlay Indicator with AddChartIndicator() this one is also been pushed into the separate panel although I want this stay on top of the bars.

      Thanks in advnace.
      Airwave
      NinjaTrader Ecosystem Vendor - Airwave

      Comment


        #4
        Hi Airwave, thanks for your reply.

        The indicator you are adding to the chart must be IsOverlay= false. I just tested with the SMA indicator and that is added to the price panel from a strategy.

        Best regards,
        -ChrisL

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        81 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        42 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        64 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        66 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        54 views
        0 likes
        Last Post CarlTrading  
        Working...
        X