PureBytes Links
Trading Reference Links
|
<font size=2 color="#993366"
face=Arial>I know ATR(14) is Average True Range……………I never thought of looking at
that.
<font size=2 color="#993366"
face=Arial>
<font size=2 color="#993366"
face=Arial>Pardon my ignorance, but it means the most the stock has gone up or down,
per day, over the last 14 days has been “x” [in
your examples .291 and .33]
<font size=2 color="#993366"
face=Arial>
<font size=2 color="#993366"
face=Arial>You think I should incorporate that into the filter?
<font size=2 color="#993366"
face=Arial>
<font size=2 color=black
face=Tahoma>-----Original
Message-----
From: richandellen
[mailto:richandellen@xxxxxxxxxxx]
Sent: Tuesday, April 15, 2003
10:17 AM
To: Metastockusers@xxxxxxxxxxxxxxx
Subject: Re: [Metastockusers]
EXPLORER
<span
>
<font size=2 color=black
face=Arial>I just
checked 2 of your picks..adm and ala..and noticed that the atr(14) is only .291
and .33 respectively..not even 1/2 point..<span
>
<font size=2 color=black
face=Arial>Does
this concern you?
<font size=2 color=black
face=Arial>-----
Original Message ----- <span
>
<font size=2 color=black
face=Arial>
From:<font size=2 color=black
face=Arial> <a
href="" title="uhehs@xxxxxxxx">uhehs@xxxxxxxx
<font size=2 color=black
face=Arial>To:<span
> <a
href=""
title="Metastockusers@xxxxxxxxxxxxxxx">Metastockusers@xxxxxxxxxxxxxxx <font
size=2 color=black face=Arial>
<font size=2 color=black
face=Arial>Sent:<span
> Tuesday, April 15, 2003
9:06 AM<span
>
<font size=2 color=black
face=Arial>Subject:<font size=2 color=black
face=Arial> RE:
[Metastockusers] EXPLORER<span
>
<font size=3 color=black
face="Times New Roman"> <font
color=black>
<span
class=EmailStyle20>Dave, I noticed the
same. I’m going to continuously
scan day to day and maybe new additions will provide an earlier signal.
<span
class=EmailStyle20>
<span
class=EmailStyle20>Any ideas on your end?
<span
class=EmailStyle20>
<font size=2
color=black face=Tahoma>-----Original Message-----
From: DAVID H. LINTON
[mailto:dhlinton@xxxxxxxxxxxx]
Sent: Tuesday, April 15, 2003 8:56
AM
To: <a
href="">Metastockusers@xxxxxxxxxxxxxxx
Subject: Re: [Metastockusers]
EXPLORER
<font size=3
color=black face="Times New Roman"> <font
color=black>
<font size=2
color=black face="Times New Roman">I
ran your scan. I got essentially the same list plus DG minus UIS. As you go
through the charts, one thing is very clear, the signal is late. You want a
scan that, for most of this list of stocks, would have pointed them out on Mar
31st or Apr 1st.
<font size=2
color=black face="Times New Roman">David<font
color=black>
<font size=3
color=black face="Times New Roman"> <font
color=black>
<font size=3
color=black face="Times New Roman">-----
Original Message -----
<font size=2 color=black
face=Arial>
From:<font size=2 color=black
face=Arial> <a
href="" title="uhehs@xxxxxxxx">uhehs@xxxxxxxx
<font size=2 color=black
face=Arial> <font
size=2 color=black face=Arial>
<font size=2 color=black
face=Arial>To:<span
> <a
href=""
title="Metastockusers@xxxxxxxxxxxxxxx">Metastockusers@xxxxxxxxxxxx com <font
size=2 color=black face=Arial>
<font size=2 color=black
face=Arial>Sent:<span
> April 14, 2003 11:20 PM<font
size=2 color=black face=Arial>
<font size=2 color=black
face=Arial>Subject:<font size=2 color=black
face=Arial>
[Metastockusers] EXPLORER<span
>
<font size=3 color=black
face="Times New Roman"> <font
color=black>
<span
class=EmailStyle19>OK, I’m calling it a night.
<span
class=EmailStyle19>Here’s what I’ve come up
with from your collective inputs.
Remember, this is only the Long Exploration. I’ll put together the Short tomorrow.
<span
class=EmailStyle19>Thank you to all who wrote
me personally with their input.
Especially the Instant Messenger comrade, we got a lot of brainstorming
done.
<span
class=EmailStyle19>
<span
class=EmailStyle19>I came up with 14 stocks
from my local data. I’ll watch
them trade over the next few days and see where improvements can be made.
<span
class=EmailStyle19>Here they are ADM, ALA,
AMD, AOL, ASKJ, CE, GSPN, NTAP, PCG, RSAS, TMPW, UIS, WMB, X.
<span
class=EmailStyle19>
<span
class=EmailStyle19>I’m really amazed how this
came together just over the last few hours. Keep offering suggestions. If someone sees a pattern I may be overlooking, EMAIL IT.
<span
class=EmailStyle19>The next step might be to
develop a System to test. That’s
were I’m going to draw a blank, so help is needed.
<span
class=EmailStyle19>
<span
class=EmailStyle19>The Filter code follows:
<span
class=EmailStyle19>
<span
class=EmailStyle19>C>=5 AND C<=15 AND
<span
class=EmailStyle19>
<span
class=EmailStyle19>(C>SAR(.02,.2)) AND
<span
class=EmailStyle19>
<span
class=EmailStyle19>(MACD()>Mov(MACD(),9,E))
AND
<span
class=EmailStyle19>(MACD()>0) AND
<span
class=EmailStyle19>
<span
class=EmailStyle19>((PDI(14)-MDI(14))>0)
AND
<span
class=EmailStyle19>
<span
class=EmailStyle19>(Mov(V,14,S)>10000) AND
(V>10000) AND
<span
class=EmailStyle19>
<span
class=EmailStyle19>(Mov(C,7,E)>Mov(C,14,E))
AND
<span
class=EmailStyle19>
<span
class=EmailStyle19>((ADX(14)>PDI(14)) OR
(ADX(14)>Mov(ADX(14),14,S))) AND
<span
class=EmailStyle19>
<span
class=EmailStyle19>((AroonUp(14)-AroonDown(14))>0
OR ((AroonUp(14)-AroonDown(14))>Mov((AroonUp(14)-AroonDown(14)),14,S)) OR
(Mov((AroonUp(14)-AroonDown(14)),14,S)>0)) AND
<span
class=EmailStyle19>
<span
class=EmailStyle19>OBV()>(Mov(OBV(),14,E))
AND
<span
class=EmailStyle19>
<span
class=EmailStyle19>RSI(14)>50 AND
<span
class=EmailStyle19>
<span
class=EmailStyle19>RSI(14)<70 AND
<span
class=EmailStyle19>
<span
class=EmailStyle19>((RMI(C,14,14)>60) OR
(RMI(C,14,14)>Mov(RMI(C,14,14),7,E))) AND
<span
class=EmailStyle19>
<span
class=EmailStyle19>((PFE(C,14,7)>0) OR
(PFE(C,14,7)>Mov(PFE(C,14,7),7,E)) OR
<span
class=EmailStyle19>(Mov(PFE(C,14,7),7,S)>0))
<font size=3 color=black
face="Times New Roman">
<span
>To unsubscribe
from this group, send an email to:<font size=2 color=black
face="Courier New">
Metastockusers-unsubscribe@xxxxxxxxxxx
<span
>Your use of Yahoo!
Groups is subject to the Yahoo!
Terms of Service.<span
>
<font size=3
color=black face="Times New Roman"><br
>
<font size=2 color=black
face="Courier New">To unsubscribe from this group, send an email to:<font
size=2 color=black face="Courier New">
Metastockusers-unsubscribe@xxxxxxxxxxx
<span
>Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service.<span
>
<font size=3 color=black
face="Times New Roman"> <font
color=black>
<font size=3 color=black
face="Times New Roman">
<span
>To unsubscribe
from this group, send an email to:<font size=2 color=black
face="Courier New">
Metastockusers-unsubscribe@xxxxxxxxxxx
<span
>Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service.<span
>
<font size=3 color=black
face="Times New Roman"><br
>
<font size=2 color=black
face="Courier New">To unsubscribe from this group, send an email to:<font
size=2 color=black face="Courier New">
Metastockusers-unsubscribe@xxxxxxxxxxx
<span
>Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service.<span
>
Yahoo! Groups Sponsor
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|