PureBytes Links
Trading Reference Links
|
<x-html>
<html>
<font size=3>cola = close...colb = volume.....colc=
blank...cold=</font><font size=3 color="#990000">CROSS(CLOSE, SAR(0.02,
0.20))</font><font size=3>
..colf=</font><font size=3 color="#990000">XDN:=SAR(0.02,0.2)>C;</font><font size=3>
<br>
</font><font size=3 color="#990000">Cross(Sum(XDN,4)=4,
0.5)</font><font size=3> ..filter=cola > 25 AND colb > 5000 AND
colf <> 0<br>
<br>
<br>
<br>
<blockquote type=cite cite><blockquote type=cite cite><blockquote type=cite cite>At
03:55 PM 9/20/00 -0700, you wrote:</blockquote></blockquote>Thank you for
posting the concept of an SAR exploration. Would you please post the
complete exploration i.e. what columns to put what formulae etc. ? <br>
<br>
Jim wrote: <br>
<blockquote type=cite cite>looks like it works just fine...i got adbe and
syy from the sp500..both up today...... <br>
<br>
<br>
At 11:57 AM 9/20/00 -0700, you wrote: <br>
<blockquote type=cite cite>Heidi, <br>
<br>
I don't know if you've gotten any replies off line on this one, but
here's one way to do it: <br>
<br>
To screen for your conditions, you have to create a new
exploration. In one of the columns of the explorer, you would place
the following in the dialogue box <br>
<br>
</font><font size=3 color="#990000">XDN:=SAR(0.02,0.2)>C;</font><font size=3>
<br>
</font><font size=3 color="#990000">Cross(Sum(XDN,4)=4,
0.5)</font><font size=3> <br>
<br>
I've used a "sum()" function to make sure that I don't capture
situations where the Parabolic SAR flipped five days ago, but within the
following four days flipped back. The 4 in the second line suggests
that the closing price has been below the Parabolic SAR for 4 days; you
can change these two 4's to any number you prefer. <br>
<br>
For a stock that's just changed to a close above the Parabolic SAR use
<br>
<br>
</font><font size=3 color="#990000">CROSS(CLOSE, SAR(0.02,
0.20))</font><font size=3> <br>
<br>
in another column when you build your exploration. I haven't had a
chance to test these out yet, but that's the gist of what you would use.
<br>
<br>
Dave Nadeau <br>
<br>
Heidi Stubner wrote: <br>
<blockquote type=cite cite>Please assist me in building a formula: <br>
<br>
How could I screen stocks that were above the Parabolic SAR 5 days ago,
and <br>
now have fallen below? <br>
<br>
Also, stocks which just became a buy by trading above the SAR today
<br>
(previous day it traded below). <br>
<br>
Thanks so much.</blockquote></blockquote><br>
<br>
</font><font face="Courier New, Courier" size=3>Jim...</font> <br>
<font face="Courier New, Courier" size=3>Atlanta,
GA</font></blockquote></blockquote><br>
<font face="Courier New, Courier" size=3>Jim...<br>
Atlanta, GA</font></html>
</x-html>
|