PureBytes Links
Trading Reference Links
|
Thanks, Graham.
Steve
--- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxxx> wrote:
> you cannot just have a scan hard set to a single watchlist, but you
> can code in that only tickrs within a certain list are used. Just
add
> AND InWatchlist(2);
> in this case the watchlist is # 2.
> to your buy= or Filter= statements
>
> eg
>
> make certain you scan on all stocks
>
>
> On 6/24/05, steve_almond <steve2@xxxx> wrote:
> > Graham,
> >
> > Yes, I understand this normal usage. I wondered if I could
override
> > the "Defined Filter" and always select a particular watchlist for
> > this scan.
> > Imagine the situation where a dozen scans are done each day,
each on
> > a different (but always the same for each scan) watchlist. Rather
> > than select the appropriate watchlist for each scan, the
watchlist
> > could he hardwired into the relevant scan AFL.
> >
> > Steve
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxxx>
wrote:
> > > in AA window you can select the watchlist in Apply To section
under
> > > Filter button
> > > Just select which watchlist you want in the Filter button
window
> > >
> > > On 6/24/05, steve_almond <steve2@xxxx> wrote:
> > > > If I want to associate a scan with the same watchlist each
time
> > I run
> > > > it (for example always using the N100 stocks in
> > a "addtocomposite"
> > > > scan), can I select the watchlist in my scan AFL?
> > > > I thought I might be able to use "Categorygetsymbols
> > > > (categoryWatchlist, 2), for example, but it doesn't seem to
work.
> > > >
> > > > Any help, much appreciated.
> > > >
> > > > Steve
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Please note that this group is for discussion between users
only.
> > > >
> > > > To get support from AmiBroker please send an e-mail directly
to
> > > > SUPPORT {at} amibroker.com
> > > >
> > > > For other support material please check also:
> > > > http://www.amibroker.com/support.html
> > > >
> > > >
> > > > Yahoo! Groups Links
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Cheers
> > > Graham
> > > http://e-wire.net.au/~eb_kavan/
> >
> >
> >
> >
> > Please note that this group is for discussion between users only.
> >
> > To get support from AmiBroker please send an e-mail directly to
> > SUPPORT {at} amibroker.com
> >
> > For other support material please check also:
> > http://www.amibroker.com/support.html
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>
>
> --
> Cheers
> Graham
> http://e-wire.net.au/~eb_kavan/
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|