StockFetcher Forums · Filter Exchange · simple bottom fishing filter<< 1 2 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #56450
Ignore TheRumpledOne
11/5/2007 4:16:47 PM

"what is your advise on the best way to play this last filter. "

Well you don't "play" a filter... you TRADE STOCKS.

Best way to trade these stocks is to WAIT FOR GREEN. That means if today's price is holding above the previous close then you can go long.
It is THAT SIMPLE.

Search the forum for "WAIT FOR GREEN" and you'll see the posts by wallman aka muddy.



TheRumpledOne
6,407 posts
msg #57835
Ignore TheRumpledOne
12/9/2007 12:32:04 PM

Fetcher[
/* BOTTOM FINDER */

pattern is incomplete double-bottom(2)

set{A0, count(close equal close 5 day low, 1)}
set{A1, count(close equal close 13 day low, 1)}
set{A2, count(close equal close 26 day low, 1)}
set{A3, count(close equal close 50 day low, 1)}
set{A4, count(close equal close 200 day low, 1)}


set{rr1,5 * a0}
set{rr2,8 * a1} /* 8 = 13 - 5 */
set{rr3,13 * a2} /* 13 = 26 - 13 */
set{rr4,24 * a3} /* 24 = 50 - 26 */
set{rr5,150 * a4} /* 150 = 200 - 50 */
set{rra,rr1 + rr2}
set{rrb,rra + rr3}
set{rrc,rrb + rr4}
set{rr,rrc + rr5}

rr above 0

and add column rr

and add column close 5 day low
and add column close 13 day low
and add column close 26 day low
and add column close 50 day low
and add column close 200 day low

sort column 5 descending

]



TheRumpledOne
6,407 posts
msg #58025
Ignore TheRumpledOne
modified
12/12/2007 5:31:02 PM

Fetcher[
/* BOTTOM FINDER with SYMLIST*/

SYMLIST(BIDU,DRYS,FSTR,ISRG,PCLN,STP,AAPL,POT,RIMM,VIP,CMG,VSEC,FCSX,GIGM,SNCR,BGC,VMW,FTK,BUCY,CMED,LIFC,CF,MTL,EDU,HDB,MA,SID,TKC,LFC,ABB,TEF,GOOG,SSRX,TDG,CNH,ININ,NOV,PFWD,FCX,TTES,BCSI,CTRP,GME,GRMN,MICC,SYNA,DLB,MORN,ITU,MBT,SLT,WX,MR,ATW,HMSY,BHP,WFR,BAP,BBL,BLK,DSX,ESRX,HRBN,SNHY,CAM,LKQX,TISI,AGU,ARD,AMZN,TELOZ,BOOM,CPLA,GLDN,KOP,BTJ,GTI,MEE,SWN,PDA,CCH,FTI,PCP,SDA,OTEX,SNDA,VIVO,BBD,DE,ABAX,FLIR,SXE,GSOL,CHL,CLB,ARGN,EJ,FMCN,DWSN,CYNO)

set{A0, count(close equal close 5 day low, 1)}
set{A1, count(close equal close 13 day low, 1)}
set{A2, count(close equal close 26 day low, 1)}
set{A3, count(close equal close 50 day low, 1)}
set{A4, count(close equal close 200 day low, 1)}


set{rr1,5 * a0}
set{rr2,8 * a1} /* 8 = 13 - 5 */
set{rr3,13 * a2} /* 13 = 26 - 13 */
set{rr4,24 * a3} /* 24 = 50 - 26 */
set{rr5,150 * a4} /* 150 = 200 - 50 */
set{rra,rr1 + rr2}
set{rrb,rra + rr3}
set{rrc,rrb + rr4}
set{rr,rrc + rr5}

set{ xrange , high - low }

set{ middlex, xrange * 2 }
set{ middle, middlex + low }

set{ midcl, middle - close }

rr above 0

add column midcl

and add column rr

and add column close 5 day low
and add column close 13 day low
and add column close 26 day low
and add column close 50 day low
and add column close 200 day low

sort column 5 descending

]



marine2
963 posts
msg #58048
Ignore marine2
12/12/2007 11:36:00 PM

Shelupinin, add these two lines to your filter and you will reduce the bad stocks from your results.

StockFetcher Forums · Filter Exchange · simple bottom fishing filter<< 1 2 >>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.