Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Plot Overprint

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

    Plot Overprint

    Hi,

    I have two plots on my indicator. Occasionally both plots print a dot at the same bar. Is there any way to get the dot from one indicator to print on top of the other dot so that both dots can be seen at the bar? Thank you.

    #2
    Hello Zeos6,

    Thank you for your note.

    There would be no way to print one on top of the other so both are visible.
    What you could do is add an offset in the case they are the same. For example if both plot values are going to be equal, you could add 5% to one of the plot values, so that it will be different enough so that its visual.

    For example,

    Code:
    if(plot2Value == Plot1Value)
    {
    plot2Value = plot2Value * 1.05;
    }
    Then set your plots.

    Please let us know if you need further assistance.
    Alan P.NinjaTrader Customer Service

    Comment


      #3
      Thanks for the reply Allan. I kind of figured that. It would be nice, however, to have an overprint option for the plot output, or have some way to overprint the output of Plot.

      Comment


        #4
        Hello Zeos6,

        I will submit a feature request for this.

        Please let us know if you need further assistance.
        Alan P.NinjaTrader Customer Service

        Comment


          #5
          For anyone interested, this effect can be achieved with using ZOrder in your indicators.

          Comment

          Latest Posts

          Collapse

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