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 charlesugo_1, 05-26-2026, 05:03 PM
          0 responses
          72 views
          0 likes
          Last Post charlesugo_1  
          Started by DannyP96, 05-18-2026, 02:38 PM
          1 response
          152 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 05-11-2026, 05:56 AM
          0 responses
          162 views
          0 likes
          Last Post CarlTrading  
          Started by CarlTrading, 05-10-2026, 08:12 PM
          0 responses
          100 views
          0 likes
          Last Post CarlTrading  
          Started by Hwop38, 05-04-2026, 07:02 PM
          0 responses
          288 views
          0 likes
          Last Post Hwop38
          by Hwop38
           
          Working...
          X