StockFetcher Forums · Filter Exchange ·  And The Hits Just Keep On Coming!!!<< 1 2 3 4 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #42006
Ignore TheRumpledOne
3/14/2006 7:43:59 AM

You still didn't define divergence.

Edward de Bono's Message for Today - 14th March 2006


Socially we need to devalue critical thinking and negativity. At present we enjoy it too much and we esteem it too much. We must learn to say: "Poor fellow, he can only be negative."

© Edward de Bono, 1991. "Handbook for the Positive Revolution"
Published by Penguin Viking Books, 1991.



TheRumpledOne
6,407 posts
msg #42007
Ignore TheRumpledOne
3/14/2006 7:48:33 AM

Fetcher[
/* POSITIVE DIVERGENCE DISPLAY */

set{nd2,count( close below close 2 days ago,1) * count( rsi(2) above rsi(2) 2 days ago,1)}

set{nd3,count( close below close 3 days ago,1) * count( rsi(2) above rsi(2) 3 days ago,1)}

set{nd4,count( close below close 4 days ago,1) * count( rsi(2) above rsi(2) 4 days ago,1)}

Set{n2, nd4 * 10}
Set{n3, nd3 * 100}
Set{n4, nd2 * 1000}

set{na, n2 + n3}
Set{PD2345, na + n4}

add column PD2345

/* END POSITIVE DIVERGENCE DISPLAY */

close is above 20
close is below open
RSI(2)is above RSI(2)2 days ago
and RSI(2)is decreasing 1 day
60-day slope of close is above 0
Do not draw 60-day slope of close
Draw EMA(13)
Set{Bullpower, high minus ema(13)}
Set{Bearpower, low minus ema(13)}
set{BLb,days(BullPower is above BullPower 1 day ago,100)}
set{BLa,days(BullPower is below BullPower 1 day ago,100)}
set{BLxBL, BLa - BLb}
set{BRb,days(BearPower is above BearPower 1 day ago,100)}
set{BRa,days(BearPower is below BearPower 1 day ago,100)}
set{BRxBR, BRa - BRb}
Draw Bullpower
Draw Bearpower
add column BLxBL
add column BRxBR
Draw Bullpower
Draw Bearpower
average volume(90)is above 100000
volume is above 100000
sort column 2 descending
offset 1 days


/* MP CCIWLR ANALYZER DISPLAY */

/* NORMALIZE accumulation distribution */

set{adval, INDPOSITION(accumulation distribution, 60) * 100 }

/* NORMALIZE momentum(12) */

set{moval, INDPOSITION(momentum(12), 60) * 100}

/* NORMALIZE CCI(14) */

set{ccval, INDPOSITION(CCI(14), 60) * 100 }

/* NORMALIZE williams %r(10) */

set{wrval, INDPOSITION(williams %r(10), 60) * 100 }


/* DRAW THE MP CCIWLR CHART */

and draw wrval
and draw adval on plot wrval
and draw moval on plot wrval
and draw ccval on plot wrval

add column adval
add column ccval
add column moval
add column wrval

adval is above 80
ccval is below 30
moval is below 30
wrval is below 30

]



Hey Riggs,

All you have to do is use my POSITIVE DIVERGENCE DISPLAY and let the results speak for themselves. It's either there or it isn't!

Unless, of course, you're afraid too!!



TheRumpledOne
6,407 posts
msg #42008
Ignore TheRumpledOne
modified
3/14/2006 8:00:26 AM

Fetcher[

/* POSITIVE DIVERGENCE DISPLAY 2 - 5 days */

set{nd2,count( close below close 2 days ago,1) * count( rsi(2) above rsi(2) 2 days ago,1)}

set{nd3,count( close below close 3 days ago,1) * count( rsi(2) above rsi(2) 3 days ago,1)}

set{nd4,count( close below close 4 days ago,1) * count( rsi(2) above rsi(2) 4 days ago,1)}

Set{n2, nd4 * 10}
Set{n3, nd3 * 100}
Set{n4, nd2 * 1000}

set{na, n2 + n3}
Set{PD2345, na + n4}

add column PD2345

/* END POSITIVE DIVERGENCE DISPLAY */

close is above 20
close is below open
RSI(2)is above RSI(2)2 days ago
and RSI(2)is decreasing 1 day
60-day slope of close is above 0
Do not draw 60-day slope of close
Draw EMA(13)
Set{Bullpower, high minus ema(13)}
Set{Bearpower, low minus ema(13)}
set{BLb,days(BullPower is above BullPower 1 day ago,100)}
set{BLa,days(BullPower is below BullPower 1 day ago,100)}
set{BLxBL, BLa - BLb}
set{BRb,days(BearPower is above BearPower 1 day ago,100)}
set{BRa,days(BearPower is below BearPower 1 day ago,100)}
set{BRxBR, BRa - BRb}
Draw Bullpower
Draw Bearpower
add column BLxBL
add column BRxBR
Draw Bullpower
Draw Bearpower
average volume(90)is above 100000
volume is above 100000
sort column 2 descending
offset 2 days


/* MP CCIWLR ANALYZER DISPLAY */

/* NORMALIZE accumulation distribution */

set{adval, INDPOSITION(accumulation distribution, 60) * 100 }

/* NORMALIZE momentum(12) */

set{moval, INDPOSITION(momentum(12), 60) * 100}

/* NORMALIZE CCI(14) */

set{ccval, INDPOSITION(CCI(14), 60) * 100 }

/* NORMALIZE williams %r(10) */

set{wrval, INDPOSITION(williams %r(10), 60) * 100 }


/* DRAW THE MP CCIWLR CHART */

and draw wrval
and draw adval on plot wrval
and draw moval on plot wrval
and draw ccval on plot wrval

add column adval
add column ccval
add column moval
add column wrval

adval is above 80
ccval is below 30
moval is below 30
wrval is below 30
]



Fetcher[

/* Positive Divergence 6 - 9 days*/

set{nd2,count(close below close 6 days ago,1) * count(rsi(2) above rsi(2) 6 days ago,1)}}


set{nd3,count(close below close 7 days ago,1) * count(rsi(2) above rsi(2) 7 days ago,1)}


set{nd4,count(close below close 8 days ago,1) * count(rsi(2) above rsi(2) 8 days ago,1)}

set{nd5,count(close below close 9 days ago,1) * count(rsi(2) above rsi(2) 9 days ago,1) }

Set{n1, nd5 * 1}
Set{n2, nd4 * 10}
Set{n3, nd3 * 100}
Set{n4, nd2 * 1000}

Set{na, n1 + n2}
Set{nb, n3 + n4}
Set{PD6789, na + nb}

add column PD6789

/* END POSITIVE DIVERGENCE DISPLAY */

close is above 20
close is below open
RSI(2)is above RSI(2)2 days ago
and RSI(2)is decreasing 1 day
60-day slope of close is above 0
Do not draw 60-day slope of close
Draw EMA(13)
Set{Bullpower, high minus ema(13)}
Set{Bearpower, low minus ema(13)}
set{BLb,days(BullPower is above BullPower 1 day ago,100)}
set{BLa,days(BullPower is below BullPower 1 day ago,100)}
set{BLxBL, BLa - BLb}
set{BRb,days(BearPower is above BearPower 1 day ago,100)}
set{BRa,days(BearPower is below BearPower 1 day ago,100)}
set{BRxBR, BRa - BRb}
Draw Bullpower
Draw Bearpower
add column BLxBL
add column BRxBR
Draw Bullpower
Draw Bearpower
average volume(90)is above 100000
volume is above 100000
sort column 2 descending
offset 2 days


/* MP CCIWLR ANALYZER DISPLAY */

/* NORMALIZE accumulation distribution */

set{adval, INDPOSITION(accumulation distribution, 60) * 100 }

/* NORMALIZE momentum(12) */

set{moval, INDPOSITION(momentum(12), 60) * 100}

/* NORMALIZE CCI(14) */

set{ccval, INDPOSITION(CCI(14), 60) * 100 }

/* NORMALIZE williams %r(10) */

set{wrval, INDPOSITION(williams %r(10), 60) * 100 }


/* DRAW THE MP CCIWLR CHART */

and draw wrval
and draw adval on plot wrval
and draw moval on plot wrval
and draw ccval on plot wrval

add column adval
add column ccval
add column moval
add column wrval

adval is above 80
ccval is below 30
moval is below 30
wrval is below 30
]



See Riggs, let the computer do the work. It will tell you exactly where the divergence is. But you will have to use a column to get that information!

You'll notice in the first filter a couple of stocks didn't have divergence the last 2 - 5 days but the second filter shows they had divergence in the last 6 - 9 days.

You may call that BELLS AND WHISTLES but, to me, that's just making the computer do it's job.

And for the record, Riggs, the HolyGrail and I posted divergence on StockFetcher long before you graced our presence.

What's really funny, the first post in this thread mentioned divergence with RSI(2) but you took RSI(2) out of the WARM display! So how are we supposed to be able to see the divergence?

MAY ALL YOUR FILLS BE COMPLETE.




WALLSTREETGENIUS
983 posts
msg #42015
Ignore WALLSTREETGENIUS
modified
3/14/2006 11:37:50 AM

Funny how your results are NOW matching my results. LOL! Gee Avery, it's not becoming of you to conform. But I guess you had to Huh? Your filter is now finally showing REAL divergence. Glad I could help.

- RIGGS -



TheRumpledOne
6,407 posts
msg #42026
Ignore TheRumpledOne
modified
3/14/2006 3:03:59 PM

Nothing funny, Riggs.

Look at the code... it's the same!

Just a limitation of SF that I can only check 4 day's worth of divergence at a time.

There may be a way around that now with advanced SF... haven't checked.





greenbacksclub
10 posts
msg #42142
Ignore greenbacksclub
3/16/2006 7:35:24 PM

Is there a reason why all the candles are bunched along the top of the charts on WALLSTREETGENIUS's screens?


WALLSTREETGENIUS
983 posts
msg #42153
Ignore WALLSTREETGENIUS
modified
3/16/2006 9:42:54 PM

Greenbackclub -

Yeah...I know why....It's because you missed the boat!!! Had you been in these when I told you to get in, you ALSO would have been making 3-8% in a weeks time. See how fast a week goes by? I'm guessing I NOW have everyone's attention huh????


RIGGS



alf44
2,025 posts
msg #42154
Ignore alf44
3/16/2006 9:49:58 PM

...you've definitely "got our attention" !

Like a horrible car wreck...it's difficult to look away !


Regards,

alf44



PS. BTW...I thought you said you were leaving !



WALLSTREETGENIUS
983 posts
msg #42158
Ignore WALLSTREETGENIUS
3/16/2006 10:56:13 PM

alfred said....

"...you've definitely "got our attention" !

Like a horrible car wreck...it's difficult to look away !


Regards,

alf44



PS. BTW...I thought you said you were leaving !
_______________________


....or a beautiful blond walking down Melrose Ave....

.....or even a '65 GTO doing high 9's in a 1/4 mile...

...and even an AWESOME filter builder with an ego as big as his.....

ps. BTW...I'm still here b/c NOBODY was able to meet the criteria(find a single one.)I think even YOU alfred, couldn't find one. Just like I said...how's that for confidence?


THE MIGHTY ONE!!!




StockFetcher Forums · Filter Exchange ·  And The Hits Just Keep On Coming!!!<< 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.