Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Chart to scroll like Pivot Point Indicator

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

    Chart to scroll like Pivot Point Indicator

    Hi there,

    I wanted to un-clutter my charts and have my moving averages display more cleanly like Pivots.cs. That is, Pivots.cs seems to only display the indicator in front of your eyes once you come close to it.

    I looked through the code in Pivots.cs and can't seem to find where it would be. I recall reading on the forum somewhere that an admin member said Pivots would display in front of your eyes.

    Also, I've used Z-Order and turned AutoScale = false, both not what I ideally want.

    Any ideas?

    #2
    Hello,

    Thank you for the question.

    The reason that you are able to always see the pivots indicator is that it is utilizing the Plot Override. It is essentially drawing over the chart rather than using the Add(new plot method

    You can find the drawing for the Pivots under its Misc section in the code.

    Unfortunately the Plot override is not a supported subject, we do have a few examples of its use though. One being the Pivots indicator and another being the CustomPlotSample indicator.

    The reason that this is "In front of your eyes" is that it is drawing over the entire chart. The Z-Order of the chart does not apply to the Plot override as it has its own ordering which is first drawn is the lowest level.

    Please let me know if I may be of additional assistance.

    Comment

    Latest Posts

    Collapse

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