Thank you for you help. This works, but it is a lot of trouble when you just want a print out to look at a chart and verify some numbers. It seems like there should be a way to print an exploration without having to save the file, print it out, and then go back and delete the file. If Report worked on Explore, it would be simple.
________________________________ From: gmorlosky <[email protected]> To: [email protected] Sent: Wednesday, July 1, 2009 9:10:24 AM Subject: [amibroker] Re: 2 questions regarding expolrations 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 amibro...@yahoogrou ps.com, 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 >
