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 Mindset, 04-21-2026, 06:46 AM
          0 responses
          44 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by M4ndoo, 04-20-2026, 05:21 PM
          0 responses
          54 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by M4ndoo, 04-19-2026, 05:54 PM
          0 responses
          34 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by cmoran13, 04-16-2026, 01:02 PM
          0 responses
          94 views
          0 likes
          Last Post cmoran13  
          Started by PaulMohn, 04-10-2026, 11:11 AM
          0 responses
          56 views
          0 likes
          Last Post PaulMohn  
          Working...
          X