StockFetcher Forums · Filter Exchange · you need to use my weekly rsi<5 and 20d <0.90- its killer<< 1 2 >>Post Follow-up
luc1grunt
622 posts
msg #57836
Ignore luc1grunt
12/9/2007 12:42:00 PM

There is no open exchange with posts against a particular method (squiggly lines). I don't use them, but I'm sure many on here do, and I'll bet many are profitable. Are those folks to be "swayed" to another method? Or berated into thinking another method is the only method and they are wrong for pusuing anything else?

There is no "my way or the highway" validation, so why are there "jabs" towards this method or that.

My issue was the response to questions. If you do not want inquisitive or even ignorant questions, do not post.

Simple really.....just like trading.

TheRumpledOne
6,407 posts
msg #57848
Ignore TheRumpledOne
12/9/2007 3:35:55 PM

"so why are there "jabs" towards this method or that. "

The "jabs" are in fun.



traderrmr
7 posts
msg #58038
Ignore traderrmr
12/12/2007 8:42:28 PM

First I would like to say that I really appreciate all the work that you Traders are putting into your Screens, Especially TRO, Dude you are Awesome. I have been on SF for a few weeks and still having a hard time getting around. I am reading as much as possible and trying to get the hang of this. I have been a professional trader for at least fifteen years, and yes I started charting with Daily graphs, IBD, a ruler and a calculator, like I am sure some old timers did. Can you please give a brief explaination on how to best use your screen? what is this screen trying to do. Thanks again and happy trading

TheRumpledOne
6,407 posts
msg #58047
Ignore TheRumpledOne
modified
12/12/2007 11:32:34 PM

traderrmr:

I believe you are asking about the 20d idea of MARY4MONEY.

When 20d is at a local minimum ( and the value is below 0.90 )AND the stock is above the ma(200), MARY4MONEY believes it will rocket back up.

MARY4MONEY then buys the CALL OPTIONS and rakes it in.

Fetcher[
/* MARY4MONEY 2Od CALCULATION */

set{20d,close/ma(20)}

add column 20d
add column 20d 52 week low
add column industry
draw 20d

20d below 0.90
close above ma(200)
weekly rsi(2) below 5

stock is optionable

sort column 5 ascending


]




MARY4MONEY
806 posts
msg #58054
Ignore MARY4MONEY
12/13/2007 5:37:09 AM

it works best when you can match is to the qqqq bottom- here is the 11-26 bottom--Performance results for your filter covering the dates:
Monday November 26, 2007 to Wednesday December 12, 2007

Change Offset
<< Week · Day Previous Next Day · Week >>
Results For Next... Overall Adv(%) Dec(%) Adv vs Dec Unch IXIC(%) DJIA(%)
1 Day +3.16% 17 (+4.15%) 3 (-2.45%)
0 +1.57% +1.69%
2 Days +11.90% 20 (+11.90%) 0 (n/a)
0 +4.80% +4.28%
3 Days +12.78% 20 (+12.78%) 0 (n/a)
0 +5.00% +4.46%
4 Days +13.26% 19 (+14.00%) 1 (-0.90%)
0 +4.72% +4.93%
1 Week +11.77% 17 (+14.52%) 3 (-3.84%)
0 +3.78% +4.48%
Current +14.39% 16 (+21.19%) 4 (-12.79%)
0 +5.12% +5.73%



MARY4MONEY
806 posts
msg #58055
Ignore MARY4MONEY
12/13/2007 5:39:47 AM

8-16 bottom and the other big thing it tells you is which stocks have a tendency to rise the fastest when the qqqq is coming off its bottom--Performance results for your filter covering the dates:
Thursday August 16, 2007 to Wednesday December 12, 2007

Change Offset
<< Week · Day Previous Next Day · Week >>
Results For Next... Overall Adv(%) Dec(%) Adv vs Dec Unch IXIC(%) DJIA(%)
1 Day +3.55% 28 (+4.34%) 4 (-2.02%)
0 +2.20% +1.82%
2 Days +6.04% 30 (+6.48%) 2 (-0.49%)
0 +2.35% +2.15%
3 Days +7.45% 30 (+8.14%) 2 (-2.79%)
0 +2.87% +1.91%
4 Days +12.50% 31 (+12.91%) 1 (-0.25%)
0 +4.15% +3.04%
1 Week +12.03% 31 (+12.44%) 1 (-0.82%)
0 +3.70% +3.04%
1 Month +25.58% 30 (+27.60%) 2 (-4.61%)
0 +8.79% +7.55%
3 Month +24.01% 24 (+37.20%) 8 (-15.57%)
0 +5.81% +0.88%
Current +35.62% 25 (+50.03%) 7 (-15.83%)
0 +8.98% +4.89%
32 matching stocks



MARY4MONEY
806 posts
msg #58056
Ignore MARY4MONEY
12/13/2007 5:45:52 AM

also backtesting over long period is a waste of time- you need to test from each new bottom because along the way many stocks will fall out- you can see the 8-16 bottom give you 74% winners but the 11-26 bottom gives you 100% winners- you have to remember over the longer period once the stock hits it >98% rsi-2 it will fall especially with bad earning like csco and crox did

TheRumpledOne
6,407 posts
msg #58065
Ignore TheRumpledOne
12/13/2007 10:59:17 AM

Fetcher[
/* MARY4MONEY 2Od CALCULATION */

set{20d,close/ma(20)}

SET{qqqlow,IND(qqq,CLOSE)}
SET{qqqlow5,qqqlow equal qqqlow 5 day low }
SET{qqqlow20,qqqlow equal qqqlow 20 day low }
SET{qqqlow50,qqqlow equal qqqlow 50 day low }
SET{qqqlow200,qqqlow equal qqqlow 200 day low }

add column 20d
add column 20d 52 week low
add column industry
add column qqqlow5
add column qqqlow20
add column qqqlow50
add column qqqlow200

draw 20d

20d below 0.90
close above ma(200)
weekly rsi(2) below 5

stock is optionable

sort column 5 ascending
]



TheRumpledOne
6,407 posts
msg #58066
Ignore TheRumpledOne
modified
12/13/2007 11:09:38 AM

Fetcher[

/* MARY4MONEY 2Od CALCULATION */

set{20d,close/ma(20)}

SET{qqqlow,IND(qqq,CLOSE)}
SET{qqqlow5,qqqlow equal qqqlow 5 day low }
SET{qqqlow20,qqqlow equal qqqlow 20 day low }
SET{qqqlow50,qqqlow equal qqqlow 50 day low }
SET{qqqlow200,qqqlow equal qqqlow 200 day low }

set{ckma200, count(close above ma(200), 1) }
set{ck20d, count(20d below 0.90 , 1) }
set{ckwkrsi2, count(weekly rsi(2) below 5 , 1) }

add column 20d
add column 20d 52 week low

add column ckma200
add column ck20d
add column ckwkrsi2
add column industry
add column qqqlow5
add column qqqlow20
add column qqqlow50
add column qqqlow200

draw 20d

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)

sort column 5 ascending
]



SFMc01
358 posts
msg #58067
Ignore SFMc01
12/13/2007 11:14:01 AM

TRO: Respectfully, is there more to the filter than this? I backtested what you entered for 2 years and no stocks were selected.

StockFetcher Forums · Filter Exchange · you need to use my weekly rsi<5 and 20d <0.90- its killer<< 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.