Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Plot setting

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

    Plot setting

    Hello

    I really need your assistance with one issue...
    I wrote my custom indicator "HiLoOpenIndicator" and the indicator is displaying High prices, Low prices and Open prices of 3 previous days..
    The indicator is working fine, the only problem what I have is setting of the Plots which are drawing the values..
    (please see attached picture)

    The values are changing once per day of course - when indicator recalculate the prices of 3 previous days - and the way how the changes are drawn by the plots is confusing...
    I would like to NOT display this changing line - I want to delete them - and display just the new lines for the new day.

    What should I do?

    Thank you
    Attached Files

    #2
    Hello,

    Thank you for your forum note.

    Unfortuantley this is not possible with this plot type. This would require getting into creating your own plot type which is not supported Unfortunatley.

    An alternative however may be using hashmarks plotstyle instead of just line? This would get some natural spaces in there and prevent this from occuring. You would however have hashmark lines.

    Let me know if I can be of further assistance.
    BrettNinjaTrader Product Management

    Comment


      #3
      Hello

      and what about this code


      it's not my code, it is written by somebody esle, so I dont understand the code..
      but when you will import and use the indicator you will see that the indicator is drawing plots into chart, but just on some parts of chart. So there really are white empty spaces.. so how did he do it?

      Comment


        #4
        He overrided the plot method, which is not supported. You're welcome to view the code and try a similar implementation, but we are unable to tell you exactly how to do it or offer support if something doesn't work right.
        Ryan M.NinjaTrader Customer Service

        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
        549 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X