Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Changing default plot display behavior question

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

    Changing default plot display behavior question

    In a new indicator have a series of plots which we want the user
    to be able to change the way the plot is displayed on the panel.

    The online docs mention that there are undocumented features.

    The default behavior shows the name such as "PriorDay Close" to the left most portion
    of the line plotted on the panel. The plotted line goes only part way across the chart.
    We wish to optionally show the plots across the screen and suppress the display of the name.
    The indicator we are replacing had that behavior which is the reason we are trying to support
    that particular look.



    We have for instance a plot in the Initialize() area such as....
    ....
    Add(new Plot(new Pen(Color.HotPink,4), PlotStyle.Line,"PriorDay Close "));



    We can see how to keep the plots from being shown in the panel which controls options.
    That is be ensuring that
    PlotsConfigurable = true;
    genDataSeries = new DataSeries(this);

    What is it that needs to happen for us to secure our objective in the alternative
    display of the plots.

    Thanks in advance.

    #2
    redviking121,

    You most likely want to view the Plot() method for that indicator. Unfortunately, as you have seen in the documentation, this method is outside the scope of what we can support.
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    50 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    127 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    69 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    42 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    46 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X