StockFetcher Forums · Public Filter List · Capture Powerfull Reversals<< >>Post Follow-up
pateljr
11 posts
msg #44432
Ignore pateljr
5/30/2006 8:08:22 PM

Fetcher[
Show stocks low reached a new 4 week low and low is more than 1 percent below low 1 day ago and close is more than .15 percent above open and volume is more than 25% above average volume (5) and volume is above 250000 and close is above .60
]



For logic, check U TURN signal on <a href="http://www.profitfromprices.com">http://www.profitfromprices.com</a>



mystiq
650 posts
msg #83516
Ignore mystiq
modified
11/26/2009 4:07:06 AM

Fetcher[
set{ra,count(open < low 1 day ago,1)}
set{rb,count(close > close 1 day ago,1)}
set{rc,count(close > open 1 day ago,1)}
set{rd,count(volume > volume 1 day ago,1)}
set{re,count(low < low 1 day ago,1)}
set{rx, ra + rb}
set{ry, rc + rd}
set{rz, rx + ry}
set{uturn, rz + re}


set{ra2,count(close 1 day ago < open 1 day ago,1)}
set{rb2,count(close > open,1)}
set{rc2,count(low < low 1 day ago,1)}
set{rd2,count(low < low 2 days ago,1)}
set{re2,count(close > close 1 day ago,1)}
set{rf2,count(volume > volume 1 day ago,1)}
set{rx2, ra2 + rb2}
set{ry2, rc2 + rd2}
set{rz2, re2 + rf2}
set{rz1, rx2 +ry2}
set{dailyreversal, rz1 + rz2}

add column uturn
add column dailyreversal

]



karennma
8,057 posts
msg #86939
Ignore karennma
1/24/2010 9:03:19 PM

mystiq:
the "uturn" column tells me what?


mystiq
650 posts
msg #87017
Ignore mystiq
1/26/2010 12:12:00 AM

karennma
- Ignore karennma 1/24/2010 9:03:19 PM

mystiq:
the "uturn" column tells me what?


on "uturn" count of five(5) signals reversal
on "dailyreversal" count of six(6) signals reversal



chetron
2,817 posts
msg #87024
Ignore chetron
1/26/2010 9:03:50 AM

like this???????????


Fetcher[
set{ra,count(open < low 1 day ago,1)}
set{rb,count(close > close 1 day ago,1)}
set{rc,count(close > open 1 day ago,1)}
set{rd,count(volume > volume 1 day ago,1)}
set{re,count(low < low 1 day ago,1)}
set{rx, ra + rb}
set{ry, rc + rd}
set{rz, rx + ry}
set{uturn, rz + re}


set{ra2,count(close 1 day ago < open 1 day ago,1)}
set{rb2,count(close > open,1)}
set{rc2,count(low < low 1 day ago,1)}
set{rd2,count(low < low 2 days ago,1)}
set{re2,count(close > close 1 day ago,1)}
set{rf2,count(volume > volume 1 day ago,1)}
set{rx2, ra2 + rb2}
set{ry2, rc2 + rd2}
set{rz2, re2 + rf2}
set{rz1, rx2 +ry2}
set{dailyreversal, rz1 + rz2}
set{var1,count(dailyreversal above 5.5,1)}
set{var2,count(uturn above 5.5,1)}
set{var3,var1 + var2}

add column uturn
add column dailyreversal

draw dailyreversal
draw uturn
draw var2 on plot var1

var3 above .5
do not draw var3

]






mahkoh
1,065 posts
msg #97663
Ignore mahkoh
11/28/2010 4:59:05 PM

Just joined. My first contribution here, still struggling with the syntaxes.
This should tweak the scan in that it scans for u-turns with relatively large volume instead of a fixed multiple.

Fetcher[

date offset = 0

pattern is bullish engulfing

/* and day range is above 5 percent */

and Average Volume(30) is above 300000
and close is between 3 and 50

set {newlow, count( low reached new 3 week low , 1)}
set {buzz , volume / volume 1 day ago}
set {5dbuzz , volume/average volume(5)}

and add column buzz
and add column 5dbuzz
and add column newlow

sort column 5 descending
]



StockFetcher Forums · Public Filter List · Capture Powerfull Reversals<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.