PureBytes Links
Trading Reference Links
|
Jose,
I'm afraid that would only work for 1 of the stocks . The reality is
that there will be hundreds of these alerts across over 2000
stocks. I guess I am looking for a way of asking "is there one of
my expert alerts triggered today on any of these stocks" across the
entire data base. I just assume that the trigger "looks" the same
in the code whatever the actual formula (candlestick is a
doji,Volume is 5*average for the last 5 weeks etc..
--- In equismetastock@xxxxxxxxxxxxxxx, "Jose Silva"
<josesilva22@xxx> wrote:
>
> Try something like this in your exploration filter:
>
> ---8<-----------------------
> UpperAlert:=120;
> LowerAlert:=75;
>
> Cross(C,UpperAlert) OR Cross(LowerAlert,C)
> ---8<-----------------------
>
>
> jose '-)
> http://www.metastocktools.com
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "notharold" <notharold@>
> wrote:
> >
> > I am only looking to alert for specific prices, e.g. when stock
xxx
> > goes above 120 or below 75. Sometimes these events can take
months
> > to happen, so I don't want to check each chart every day, I'd
rather
> > just search the entire data base.
> >
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, "Jose Silva"
> > <josesilva22@> wrote:
> >
> > Which conditions do you want to be alerted to?
> >
> >
> > jose '-)
> > http://www.metastocktools.com
> >
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, "notharold" <notharold@>
> > wrote:
> >
> > I want to set up some alerts which when triggered will be
identified
> > by the explorer. How do you filter for these alerts with the
> > explorer?
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|