StockFetcher Forums · Filter Exchange · Find Bull and Bear Flags<< 1 2 3 4 >>Post Follow-up
moby
314 posts
msg #77693
Ignore moby
8/19/2009 2:20:03 PM

wow Chetron, you are slick, nice filter writing, thanks !

chetron
2,817 posts
msg #77694
Ignore chetron
8/19/2009 2:23:25 PM

YOU' RE VERY WELCOME.

johnpaulca
12,036 posts
msg #77695
Ignore johnpaulca
8/19/2009 3:25:36 PM

*** Written by Chetron
*** Long Profit Percent Statistics Display by Avery

Fetcher[
/* TACHIKAWA */

SET{VAR1,COUNT(DAY RANGE ABOVE Average Day Range(30),1)}
set{var3,abs(average day range(30))}
set{var2a,var3 - day range}
set{var2,abs(var2a)}

SET{VAR11,COUNT(DAY RANGE ABOVE Average Day Range(10),1)}
set{var13,abs(average day range(10))}
set{var12a,var13 - day range}
set{var12,abs(var12a)}


draw var3 on plot var2
add column average day range(30)
add column var2
ADD COLUMN VAR1

DRAW VAR11 ON PLOT VAR1

draw var13 on plot var12
add column average day range(10)
add column var12
ADD COLUMN VAR11


average day range(30) above 10
average day range(10) above 10
average day range(30) below average day range(10)
CLOSE BETWEEN 1 AND 20
VOLUME ABOVE 1000000



SORT COLUMN 8 DESCENDING
* Long Profit Percent Statistics Display */

set{xRange, high - low}
set{AvgRng, cma(xRange,5) }
set{HiOp, high - open}
set{Long_Profit, HiOp/open }

set{B10A, count(Long_Profit > .10 , 100)}

set{A10A, count(Long_Profit > .10 , 1)}
set{chg, sum( A10A - A10A 1 day ago ,5)}

and add column B10A {GT10%}
B10A > 10

and add column AvgRng
avgrng > 0.20

add column chg{(wk)}
add column rvi(2,2)
]








13th_floor
724 posts
msg #77698
Ignore 13th_floor
8/19/2009 8:11:12 PM

You 2 guys are slick...those scans bring up some wicked trading stocks

johnpaulca
12,036 posts
msg #77702
Ignore johnpaulca
8/19/2009 10:15:04 PM

13th...I added the RVI(2) to sort beginning with the highest number(correcting stocks)

Eman93
4,750 posts
msg #77754
Ignore Eman93
modified
8/21/2009 12:15:39 AM

Added a tweak............

Fetcher[SET{VAR1,DAYS(DAY RANGE gained more than 8 ,13)}
VAR1 BELOW 15
ADD COLUMN AVERAGE DAY RANGE(10)
ADD COLUMN AVERAGE DAY RANGE(30)

DAY RANGE BELOW AVERAGE DAY RANGE
price is between 1 and 20
average day range is above 3
volume above 100000
AVERAGE DAY RANGE(30) ABOVE 10
AVERAGE DAY RANGE(10) ABOVE 10


SORT COLUMN 5 DESCENDING

/* Emans Bull Flag finder*/

5 day slope of close > -0.3
5 day slope of close < 0.07
low > low 5 days ago
add column high {TAKE ACTION}
add column ind
]




Eman93
4,750 posts
msg #77755
Ignore Eman93
8/21/2009 12:24:43 AM

TSEM

see how the Parobolic SAR swaped today from above to below....

ChopStockTrader
5 posts
msg #100782
Ignore ChopStockTrader
5/18/2011 8:10:38 PM

I know this is going to sound really simple but this is all I do to scan for flags. Generally I am ignoring the stock price...the main characteristics of flags are a sudden increase in volume. You still have to eye ball it a bit because this catches some washouts as well.

show stocks where average volume(3) is 200% more than average volume(30)
and price is between .3 and 20
average day range (30) is above 5
volume above 10000

StockFetcher Forums · Filter Exchange · Find Bull and Bear Flags<< 1 2 3 4 >>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.