I think I see what your saying, but I want all the individual plots on screen as their own indicator in their own panes and also the composite plot as it's own indicator in it's own pane. Problem is that the composite indicator will present the values of the first #Include and not the value of the composite.
--- In [email protected], "treatmentinprogress" <[EMAIL PROTECTED]> wrote: > > Put the plot in a param statement. On tha main tab that has the > #include, toggle the plots off vis the param window. Then have the > include code on a seperate tab (bottom tabs) and toggle the plots > off for that window. That way you can easiliy access the code to > change it if you need to. > > Another Brian > Automated Trading - blog.tipster.ca > > --- In [email protected], "marketmonk777" <RedEyes777@> > wrote: > > > > How about making a copy of the #Include file, renaming it to > > #filename_woPlot and removing all Plot statements? > > > > --- In [email protected], "gmorlosky" <gmorlosky@> wrote: > > > > > > I want to include my indicators using #include in a composite > indicator > > > that takes their values and plots something, but I don't want > their > > > plots as I will have my own plot in this composite indicator. > How do I > > > stop those #includes from plotting ? > > > > > >
