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 DannyP96, 05-18-2026, 02:38 PM
    1 response
    34 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    117 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    72 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    228 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    314 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X