One additional caveat, if you colorize your columns and you use colorpalegreen, instead use ColorRGB( 204, 255, 204 ), so that the color is retained in HTML and Excel.
--- In [email protected], "gmorlosky" <gmorlo...@...> wrote: > > 1. In Automatic Analysis, look for the File button and the pulldown beside it > will allow the export to HTML ( to keep all the colors - format), which I > then import into Excel to sort or manipulate. > > 2. The idea behind an exploration is simple - one variable called filter > controls which symbols/quotes are accepted. If "true" (or 1) is assigned to > that variable for given symbol/quote it will be displayed in the report. I > use Filter = 1; to use every ticker. > > --- In [email protected], James <jamesmemphis@> wrote: > > > > 1. I created an exploration just adding columns of some indicators so I can > > check values. I would like to print the exploration out so I can refer to > > it while looking at charts. Is this possible? > > > > 2. In this case, there was no filter for the exploration, so I just said > > Filter = C > 0. Is this the right way to do this or is there a more > > accepted way. > > > > TIA, James > > >
