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" <[EMAIL PROTECTED]> 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 ? > > >
