StockFetcher Forums · Filter Exchange · KISS OF DEATH FILTER - GET YOUR SHORTS ON!!<< 1 2 3 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #39617
Ignore TheRumpledOne
12/17/2005 3:18:58 PM

Fetcher[
/* KISS OF DEATH FILTER */

set{E36b,days(ema(3) is above ema(6),100)}
set{E36a,days(ema(3) is below ema(6),100)}
set{E3xE6, E36a - E36b}

set{E50200b,days(ma(50) is above ma(200),100)}
set{E50200a,days(ma(50) is below ma(200),100)}
set{M50xM200, E50200a - E50200b}

set{E1326b,days(ema(13) is above ema(26),100)}
set{E1326a,days(ema(13) is below ema(26),100)}
set{E13xE26, E1326a - E1326b}

set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{CxC, CCa - CCb}

set{E5b,days(close is above ema(5),100)}
set{E5a,days(close is below ema(5),100)}
set{CxE5, E5a - E5b}


set{E50b,days(close is above ma(50),100)}
set{E50a,days(close is below ma(50),100)}
set{CxM50, E50a - E50b}

set{E200b,days(close is above ma(200),100)}
set{E200a,days(close is below ma(200),100)}
set{CxM200, E200a - E200b}


set{T10, count(10 day slope of the close above 0,1)}
set{T60, count(60 day slope of the close above 0,1)}
set{T200, count(200 day slope of the close above 0,1)}

Set{a1, T200 * 1}
Set{a2, T60 * 10}
Set{a3, T10 * 100}

Set{aa, a1 + a2}
Set{TREND, aa + a3}

set{v, volume 1 day ago}
set{volinc, volume - v}
set{volpc, volinc / v}
set{volpct, volpc * 100}

set{VolZ, days(volume < 1,100)}
set{VolUp, days(volume is below volume 1 day ago,100)}
set{VolDn, days(volume is above volume 1 day ago,100)}
set{VolCnt, VolUp - VolDn}

set{vck1, volume 1 day ago }
set{vck, volume / vck1 }
set{vdbl, days(vck < 2, 100)}


set{PARBuy, count(close crossed above Parabolic SAR, 5) }
set{DMIBuy, count( di(14) Difference crossed above 0 , 5) }
set{DMIBuyX, count( di(14) Difference above 0 , 1) }

set{PARSell, count(close crossed below Parabolic SAR, 5) }
set{DMISell, count( di(14) Difference crossed below 0, 5) }
set{DMISellX, count( di(14) Difference below 0, 1) }

set{PARSBuy1, PARBuy * DMIBuy}
set{PARSBuy, PARSBuy1 * DMIBuyX}

set{PARSSell1, PARSell * DMISell}
set{PARSSell, PARSSell1 * DMISellX}

set{PARSTrade, PARSBuy + PARSSell}

set{OpLo, open - low}

set{WRb,days(Williams %R(10) is above Williams %R(10) 1 day ago,100)}
set{WRa,days(Williams %R(10) is below Williams %R(10) 1 day ago,100)}
set{WRxWR, WRa - WRb}

and add column VolCnt
and add column Vdbl
and add column volpct

and add column OpLo
and add column Trend

and add column CxC {CxC_}
and add column CxE5 {CxE5}

and add column E3xE6 {E3xE6}
and add column E13xE26 {E13xE26}


and add column CxM50
and add column CxM200
and add column M50xM200

add column rsi(2)
add column weekly rsi(2)

add column PARSBuy
add column PARSSell

add column WRxWR

and draw RSI(2)
and draw ema(5)

and draw Williams %R(10)

and draw Parabolic SAR
and draw +di(14)

and draw -di(14)
and draw adx(14)
and draw di(14) difference

SET{EMADIFF, EMA(13) - EMA(26)}

E13xE26 CROSSED BELOW 1
EMA(13) BELOW EMA(13) 1 DAY AGO
EMA(26) BELOW EMA(26) 1 DAY AGO

CLOSE ABOVE 20
VOLUME ABOVE 1000000
AVG VOLUME(30) ABOVE 1000000

sort column 5 descending
]



When the ema(13) crosses below the ema(26), that's the KISS OF DEATH!

Get your shorts on and watch the price plunge!

MAY ALL YOUR FILLS BE COMPLETE.


TheRumpledOne
6,407 posts
msg #39659
Ignore TheRumpledOne
12/18/2005 6:56:30 PM

Fetcher[
/* KISS OF DEATH FILTER */

set{E1326b,days(ema(13) is above ema(26),100)}
set{E1326a,days(ema(13) is below ema(26),100)}
set{E13xE26, E1326a - E1326b}

do not draw E13xE26

set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{CxC, CCa - CCb}

set{E5b,days(close is above ema(5),100)}
set{E5a,days(close is below ema(5),100)}
set{CxE5, E5a - E5b}

set{OpLo, open - low}

and add column OpLo

and add column CxC {CxC_}
and add column CxE5 {CxE5}

and add column E13xE26 {E13xE26}

SET{EMADIFF, EMA(13) - EMA(26)}

E13xE26 CROSSED BELOW 1
EMA(13) BELOW EMA(13) 1 DAY AGO
EMA(26) BELOW EMA(26) 1 DAY AGO

CLOSE ABOVE 20
VOLUME ABOVE 1000000
AVG VOLUME(30) ABOVE 1000000

sort column 5 descending

/* Multiple ZOOM LENS */

/* NORMALIZE momentum(12) */

set{moval22, INDPOSITION(momentum(12), 22) * 100}
set{moval60, INDPOSITION(momentum(12), 60) * 100}
set{movalwk, INDPOSITION(weekly momentum(12), 26) * 100}


/* NORMALIZE williams %r(10) */

set{wrval22, INDPOSITION(williams %r(10), 22) }
set{wrval60, INDPOSITION(williams %r(10), 60) }
set{wrvalwk, INDPOSITION(weekly williams %r(10), 26)}


/* PLOT CRITERIA */

draw moval22
draw moval60 on plot moval22
draw movalwk on plot moval22

draw wrval22
draw wrval60 on plot wrval22
draw wrvalwk on plot wrval22

add column moval22
add column moval60
add column movalwk

add column wrval22
add column wrval60
add column wrvalwk

add column industry

]



I added ZOOM LENS code and removed a bunch of code so the non advanced users can run this filter.

MAY ALL YOUR FILLS BE COMPLETE.


arthur702
38 posts
msg #39677
Ignore arthur702
12/19/2005 7:13:53 PM

rumpled, what exactly does this filter look for, can you explain. thanks.


TheRumpledOne
6,407 posts
msg #39681
Ignore TheRumpledOne
12/20/2005 8:14:24 AM

This filter find stock where the ema(13) crossed below the ema(26).

SHORT THESE STOCKS.

Don't be greedy.

You'll make steady profits.

HTH


alf44
2,025 posts
msg #39688
Ignore alf44
12/20/2005 2:08:50 PM

In my opinion, the best thing about this scan is the "syntax gymnastics" that TRO has done ! The methods he has come up with (in this and other scans he has written) to display things like...

Consecutive Down Closes (cxc)
Days Close below EMA5 (cxe5)
Number of Days EMA13 below EMA26 (e13xe26)

...are really very cool and ingenious !

I have been taking some of these methods and reworking them to suit my needs for some time now. These sorts of techniques has completely changed the way I use StockFetcher !

TRO has my total respect for creating and sharing them !

As for this particular scan though...basically a Dual Moving Average xover approach...it's not really my cup-o-tea !


Regards,

alf44





alf44
2,025 posts
msg #39689
Ignore alf44
12/20/2005 2:10:58 PM

duh..."HAVE" completely changed the way I use StockFetcher !



TheRumpledOne
6,407 posts
msg #39700
Ignore TheRumpledOne
12/20/2005 8:15:08 PM

Alf... thanks but...

The STOCK DASHBOARD gives you just about every standard technical display. Many called it BELLS AND WHISTLES.

The WARM FILTER DISPLAY and ZOOM LENS allows you to create charts that pinpoint tops/bottoms. Of course, you can tweak the selection to find stocks with indicator in the exact chart position you want.

The POSITIVE DIVERGENCE and TREND columns are nice pieces of code.

The BOOLEAN LOGIC IMPLEMENTATION gave SF users a way to implement much needed tools.

Of course, without the help of Cegis and Yepher, I would still be struggling with some of these. Thanks again!!

As far as the above KISS OF DEATH FILTER, had you shorted 1000 shares of the stocks on the list the past 2 days, you would grossed over $4,000 a day. These would be daytrades, in/out before the close. Just look at the OpLo column. See how profitable this "crossover" filter really is?!

MAY ALL YOUR FILLS BE COMPLETE.




alf44
2,025 posts
msg #39703
Ignore alf44
12/20/2005 8:32:24 PM

I'm aware of the "STOCK DASHBOARD" etc...

It was one of those I was referring to when I mentioned "other scans" in my previous post.

I also concur with your cegis and Yepher comment. Much of what little I know about the SF logic stuff I gathered from going back and reading many of cegis' old posts. Wish he was still here !

But...at least we still got you ! :)

I wasn't knocking this filter ! I just said FOR ME...a 13/26 EMA crossover is not really my "cup-o-tea" !


Regards,

alf44




TheRumpledOne
6,407 posts
msg #39858
Ignore TheRumpledOne
1/2/2006 12:47:56 AM

Alf...

Have you looked at the performance of this filter since I posted it?

If you daytrade 1000 shares, it prints $100 bills!!




markcrisp
187 posts
msg #40134
Ignore markcrisp
1/11/2006 8:12:46 AM

Guess not.... :-)


StockFetcher Forums · Filter Exchange · KISS OF DEATH FILTER - GET YOUR SHORTS ON!!<< 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.