Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.
    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by wzgy0920, 04-20-2024, 06:09 PM
    2 responses
    27 views
    0 likes
    Last Post wzgy0920  
    Started by wzgy0920, 02-22-2024, 01:11 AM
    5 responses
    32 views
    0 likes
    Last Post wzgy0920  
    Started by wzgy0920, 04-23-2024, 09:53 PM
    2 responses
    74 views
    0 likes
    Last Post wzgy0920  
    Started by Kensonprib, 04-28-2021, 10:11 AM
    5 responses
    193 views
    0 likes
    Last Post Hasadafa  
    Started by GussJ, 03-04-2020, 03:11 PM
    11 responses
    3,235 views
    0 likes
    Last Post xiinteractive  
    Working...
    X