StockFetcher Forums · Filter Exchange · 90% chance to make 1%<< 1 2 3 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #61370
Ignore TheRumpledOne
modified
4/11/2008 1:29:00 PM

Fetcher[

set{Xgapup, count(gap > 0, 1)}
set{Xgapdn, count(gap < 0, 1)}

set{cl1lo, close 1 day ago - low}
set{hicl1, high - close 1 day ago }

set{fillsgu, count(cl1lo > 0, 25)}
set{fillsgd, count(hicl1 > 0, 25)}
add column gap
set{GU25, count(Xgapup > 0, 25)}
set{GD25, count(Xgapdn > 0, 25)}
and add column GU25
and add column GD25
add column fillsgd
add column fillsgu
and add column separator

set{LProfit%, percent high greater than open}
set{SProfit%, percent open greater than low}
set{lp1,lprofit% 1 day ago}
set{lp2,lprofit% 2 days ago}
set{lp3,lprofit% 3 days ago}
set{lp4,lprofit% 4 days ago}
set{sp1,sprofit% 1 day ago}
set{sp2,sprofit% 2 days ago}
set{sp3,sprofit% 3 days ago}
set{sp4,sprofit% 4 days ago}
add column LProfit%
add column lp1
add column lp2
add column lp3
add column lp4
and add column separator
add column SProfit%
add column sp1
add column sp2
add column sp3
add column sp4

/* Long Profit Statistics Display */

set{z1, count(SProfit% > 1.0 , 25)}
set{z2, count(SProfit% > 2.0 , 25)}
set{l1, count(LProfit% > 1.0 , 25)}
set{l2, count(LProfit% > 2.0 , 25)}
Set{rr,l1/z1}


and add column separator
and add column L1{L>1%}
and add column L2{L>2%}
and add column Z1{S>1%}
and add column Z2{S>2%}
Add column rr
add column average day range(5)

symlist(spf)

sort column 27 descending
]



Just wanted to see how your filter displayed SPF - Nice presentation!

Looks like SPF is a "POPPER" and a "GAP FILLER", what a great, as in profitable, combination.





drew9
171 posts
msg #61400
Ignore drew9
4/11/2008 9:45:20 PM

I also was wondering if anyone is trading this filter or variations? I certainly like the percentages but wondered how to best go about it. Would a trailing stop be your best bet? If so what amount would you use? I like the concept here but one wrong day can certainly hurt the profits. What stop loss would you use? Any insights?

Thanks

Drew

TheRumpledOne
6,407 posts
msg #61441
Ignore TheRumpledOne
4/13/2008 6:33:34 PM

Fetcher[

set{Xgapup, count(gap > 0, 1)}
set{Xgapdn, count(gap < 0, 1)}

set{cl1lo, close 1 day ago - low}
set{hicl1, high - close 1 day ago }

set{fillsgu, count(cl1lo > 0, 25)}
set{fillsgd, count(hicl1 > 0, 25)}
add column gap
set{GU25, count(Xgapup > 0, 25)}
set{GD25, count(Xgapdn > 0, 25)}
and add column GU25
and add column GD25
add column fillsgd
add column fillsgu
and add column separator

set{LProfit%, percent high greater than open}
set{SProfit%, percent open greater than low}
set{lp1,lprofit% 1 day ago}
set{lp2,lprofit% 2 days ago}
set{lp3,lprofit% 3 days ago}
set{lp4,lprofit% 4 days ago}
set{sp1,sprofit% 1 day ago}
set{sp2,sprofit% 2 days ago}
set{sp3,sprofit% 3 days ago}
set{sp4,sprofit% 4 days ago}
add column LProfit%
add column lp1
add column lp2
add column lp3
add column lp4
and add column separator
add column SProfit%
add column sp1
add column sp2
add column sp3
add column sp4

/* Long Profit Statistics Display */

set{z1, count(SProfit% > 1.0 , 25)}
set{z2, count(SProfit% > 2.0 , 25)}
set{l1, count(LProfit% > 1.0 , 25)}
set{l2, count(LProfit% > 2.0 , 25)}
Set{rr,l1/z1}


and add column separator
and add column L1{L>1%}
and add column L2{L>2%}
and add column Z1{S>1%}
and add column Z2{S>2%}
Add column rr
add column average day range(5)

symlist(ISRG,POT,TITN,RIMM,CF,BUCY,KOP,ATW,MDR,PCLN,RRC,GHM,NEU,SID,MA,MON,SWN,MOS,BIDU,FSTR,TNE,CCH,NGS,RIO,RIG,ARD,KWK,AGU,PQ,SD,TTES,CLR,GENC,SQM,AFSI,CLB,LKQX,EOC,WDC,FTI,SNHY,HK,CEDC,FLS,CMG,CTRP,MPWR,TNH,BLK,CMED,JST,ISYS,MFLO,BBL,WFT,GME,URBN,VIVO,DE,GTLS,KEX,BDE,BMI,DNR,HOS,CSX,FAST,FST,GGB,MTL,VIP,CNQR,ENI,NOV,RDC,BAP,ANSS,DWSN,GEF,PDE,NE,KSU,POWI,AIRM,CHL,CSH,OTEX,SVR,RSTI,EXPO,ECA,BVN,APA,CELG,GTI,KNDL,WFR,GDI,ACAP,ROS
)

sort column 27 descending
]



TheRumpledOne
6,407 posts
msg #61512
Ignore TheRumpledOne
4/15/2008 5:15:47 PM

Fetcher[
/* moqual statistics display filter */

set{Xgapup, count(gap > 0, 1)}
set{Xgapdn, count(gap < 0, 1)}

set{cl1lo, close 1 day ago - low}
set{hicl1, high - close 1 day ago }

set{fillsgu, count(cl1lo > 0, 25)}
set{fillsgd, count(hicl1 > 0, 25)}
add column gap
set{GU25, count(Xgapup > 0, 25)}
set{GD25, count(Xgapdn > 0, 25)}
and add column GU25
and add column GD25
add column fillsgd
add column fillsgu
and add column separator

set{LProfit%, percent high greater than open}
set{SProfit%, percent open greater than low}
set{lp1,lprofit% 1 day ago}
set{lp2,lprofit% 2 days ago}
set{lp3,lprofit% 3 days ago}
set{lp4,lprofit% 4 days ago}
set{sp1,sprofit% 1 day ago}
set{sp2,sprofit% 2 days ago}
set{sp3,sprofit% 3 days ago}
set{sp4,sprofit% 4 days ago}
add column LProfit%
add column lp1
add column lp2
add column lp3
add column lp4
and add column separator
add column SProfit%
add column sp1
add column sp2
add column sp3
add column sp4

/* Long Profit Statistics Display */

set{z1, count(SProfit% > 1.0 , 25)}
set{z2, count(SProfit% > 2.0 , 25)}
set{l1, count(LProfit% > 1.0 , 25)}
set{l2, count(LProfit% > 2.0 , 25)}
Set{rr,l1/z1}


and add column separator
and add column L1{L>1%}
and add column L2{L>2%}
and add column Z1{S>1%}
and add column Z2{S>2%}
Add column rr
add column average day range(5)

/* SELECTION CRITERIA */

CLOSE ABOVE .50
RSI(2) BELOW 1
VOLUME ABOVE 300000
AVERAGE VOLUME(90) ABOVE 300000

sort column 27 descending
]



StockFetcher Forums · Filter Exchange · 90% chance to make 1%<< 1 2 3 >>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.