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 Super Bardock, 04-16-2025, 11:52 AM
    4 responses
    38 views
    0 likes
    Last Post Super Bardock  
    Started by dmengrosy, Yesterday, 11:11 PM
    0 responses
    3 views
    0 likes
    Last Post dmengrosy  
    Started by Cameronpanek1, Yesterday, 09:43 PM
    0 responses
    14 views
    0 likes
    Last Post Cameronpanek1  
    Started by roykesler16, Yesterday, 09:12 PM
    0 responses
    5 views
    0 likes
    Last Post roykesler16  
    Started by iantriestrading, 04-19-2025, 10:23 AM
    3 responses
    56 views
    0 likes
    Last Post iantriestrading  
    Working...
    X