PureBytes Links
Trading Reference Links
|
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 amibroker@xxxxxxxxxxxxxxx, "gmorlosky" <gmorlosky@xxx> 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 amibroker@xxxxxxxxxxxxxxx, 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
> >
>
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|