StockFetcher Forums · Filter Exchange · This Is The Last Filter You Will Ever Need Part III<< 1 2 3 4 5 ... 6 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #41342
Ignore TheRumpledOne
2/18/2006 9:51:40 PM

Fetcher[
/* Dynamic Support/Resistance with TRADE PLANNER DISPLAY */

/* PRICE POSITION PERCENT DISPLAY */

/* enter your Upper Limit criteria */
set{UpperLim, High 8 week High}

/* enter your Lower Limit criteria */
set{LowerLim, Low 8 week Low}

set{LimDiff, UpperLim minus LowerLim}
set{PPDiff, CLOSE minus LowerLim}
set{PPDiv, PPDiff / LimDiff}
set{BallOn, PPDiv * 100}

set{PCT, LimDiff / LowerLim}

set{HiOp,high - open}
set{OpLo, open - low}

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

set{HHb,days(High is above High 1 day ago,100)}
set{HHa,days(High is below High 1 day ago,100)}
set{HixHi, HHa - HHb}

set{LLb,days(Low is above Low 1 day ago,100)}
set{LLa,days(Low is below Low 1 day ago,100)}
set{LoxLo, LLa - LLb}


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

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

/* column display */

add column HiOp
add column OpLo

add column BallOn
add column UpperLim {Resist}
add column LowerLim {Support}

/* PLOTS */

draw UpperLim on plot price
draw LowerLim on plot price

/* Trade Planner Filter Display - Simple */

set{ iAccountSize , 25000 }
set{ iPercentRisk, .02}
set{ iMarginMult , 1}
set{ iMaxDrawDownPct, .05}
set{ iEntryPrice , close}

set{ iShares, 0 }
set{ iProtectiveStop , 0}

set{ iTargetPrice , 0}
set{ iRewardRatio , 2}

set{ xMaxDollars, iAccountSize * iMarginMult }


set{ xTradeRisk, xMaxDollars * iPercentRisk }

set{ xShares , xMaxDollars / iEntryPrice }

set{ xShareRisk , xTradeRisk / xShares }


set{ xStop , iEntryPrice - xShareRisk }

set{ xtp, xShareRisk * iRewardRatio }
set{ xTarget , xtp + iEntryPrice }


add column xShares
add column xStop
add column xTarget
add column xTradeRisk

and add column clxcl
and add column VlXvl
and add column Vdbl
add column HixHi
add column LoxLo

add column industry

/* MP RSIWLR ANALYZER DISPLAY */

/* NORMALIZE accumulation distribution */

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

/* NORMALIZE momentum(12) */

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

/* NORMALIZE rsi(2) */

set{rsval, RSI(2) }

/* NORMALIZE williams %r(10) */

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


/* DRAW THE MP RSIWLR CHART */

and draw wrval
and draw adval on plot wrval
and draw moval on plot wrval
and draw rsval on plot wrval

add column adval
add column rsval
add column moval
add column wrval

show stocks where close is between 0 and 3000
and average volume(90)is above 100000
and volume is above 100000

draw Bollinger Bands(20)

Set{Bullpower, high minus ema(13)}
Set{Bearpower, low minus ema(13)}

Bullpower has been decreasing the last 1 day
Bearpower has been increasing the last 1 day

/* RIGGS WARM SELECTION */

ADVAL ABOVE 75
MOVAL BELOW 30
RSVAL BELOW 30
WRVAL BELOW 30

LOW BELOW BOTTOM LINEAR REGRESSION LINE(60)

Draw Bullpower
Draw Bearpower

sort column 2 descending
]



This version has my dynamic support/resistance and trade planner display.

MAY ALL YOUR FILLS BE COMPLETE.


riggs
313 posts
msg #41343
Ignore riggs
2/18/2006 10:00:42 PM

Avery -

Relax! Did I ever once blame you? No, I did not! In fact I took all the blame. Was I emailing you non-stop when my stocks kept falling? No, in fact never once! I kept a cool head and took my losses like a man and changed gears. In fact, you didn't even know I was trading "WARM" until you asked for a payment of sorts. It was only then I told you the bad news.

That is why I never told you what I bought or did etc. In fact, I would be a fool to do that with my experience and know-how. So you're right "I plowed into it" thinking it was the holy grail. I don't have time to have someone hold my hand while I'm running a trading room. So I licked my wounds and bounced back! And now I see your "Zoom Lens" from a different perspective.

So what are you so defensive about? You'd think I was banging your door down or something, when in fact, you've been doing that to me. I cannot disclose to you over the internet what I bought, because what I bought and sold is the business of my employer and his only. Please tell me you understand, because I'm growing tired of dodging that very question.

Avery, When I said I was "pissed", I meaned it! But pissed at myself for thinking this was something more than what it was. Surely you must know that b/c I NEVER blamed you EVER! Right????? So dude, have a cream soda and relax! Nobody's faulting you here. In fact all's I ever do is "pump you up!"


RIGGS


riggs
313 posts
msg #41344
Ignore riggs
2/18/2006 10:19:43 PM

Avery -

About YOUR filter....You only have 6 hits. what about these stocks, and how is it that they got left out? Just to name a few.....


BAS
NILE
WXS
DQE
BFAM
OPWV
ACW
CAKE
TINY
OO
SVM
AZMN


All of these ALSO, have my new criteria, but did not make YOUR list. Just curious, how did that happen?


RIGGS


riggs
313 posts
msg #41345
Ignore riggs
2/18/2006 10:34:53 PM

Nevermind. I found the answer.....


TheRumpledOne
6,407 posts
msg #41346
Ignore TheRumpledOne
2/18/2006 10:41:41 PM

"Relax! Did I ever once blame you? No, I did not! In fact I took all the blame. Was I emailing you non-stop when my stocks kept falling? No, in fact never once! I kept a cool head and took my losses like a man and changed gears. In fact, you didn't even know I was trading "WARM" until you asked for a payment of sorts. It was only then I told you the bad news."

Never said you blamed me.

"That is why I never told you what I bought or did etc. In fact, I would be a fool to do that with my experience and know-how. So you're right "I plowed into it" thinking it was the holy grail. I don't have time to have someone hold my hand while I'm running a trading room. So I licked my wounds and bounced back! And now I see your "Zoom Lens" from a different perspective."

Since you never told me what you did, I never had the chance to show you how to use the filter or where you went "wrong".

"So what are you so defensive about? You'd think I was banging your door down or something, when in fact, you've been doing that to me. I cannot disclose to you over the internet what I bought, because what I bought and sold is the business of my employer and his only. Please tell me you understand, because I'm growing tired of dodging that very question. "

I understand on the one hand it is the "business of your employer" but on the other hand, since you were using the filter I provided and you were not successful. So I wanted to help you become successful in using the filter.
"Banging your door"? Just trying to stay in touch... you know follow up, follow through, etc...

"Avery, When I said I was "pissed", I meaned it! But pissed at myself for thinking this was something more than what it was. Surely you must know that b/c I NEVER blamed you EVER! Right????? So dude, have a cream soda and relax! Nobody's faulting you here. In fact all's I ever do is "pump you up!""

I have no idea what you were thinking. It's a filter! Never said you blamed me. For the record, I HATE CREAM SODA! To me is tastes like %*$^%)!






riggs
313 posts
msg #41313
Ignore riggs
modified
2/18/2006 10:56:30 PM

Come on guys...you know I had to get your undevided attention right? Listen I mentioned to all of you a while back that you needed to pay close attention to TRO'S "WARM ZOOM LENS." Back then I didn't quite understand how to use it, but I knew THERUMPLEDONE was onto something big.

He(TRO)told me that "when all four(4)lines come together at the bottom, get ready to load the boat!" Well I did and lost about 17K during the week he emailed the filter to me. To say the least I was pissed! Not to mention my boss thought I had finally lost it! Well, but I knew deep in my heart there was something about this "ZOOM LENS" that I started looking at all my stocks through ZOOM LENS, and realized something that stood out big time! THERUMPLRDONE had been misusing it, and gave me the wrong direction. I forgive you TRO! (just kidding bro!)

What you need to look for is the "adval" to be above 75 and the other 3 RSVAL, WRVAL, MOVAL to be below 30! When this happens there will be a POP! When "ADVAL"(Accumulation Distribution)is well above the other 3, it's much like DMA in that it's ringing a bell to get the other indicators up there as well.

So what are you looking for? First look at the 4 "columns." rsval, adval, moval, wrval. You want the "adval" to be above 75, and again the other three to be below 30. Then you want to look at your Bullpower/Bearpower indicators. If Bullpower is decreasing or flat, and Bearpower is INCREASING from below "0", that is your entry signal! Take a look for yourself. Also, if you see divergence between Bull & Bear Power, then you are looking at a "long" position! So all of this has been coded for you. DO NOT EVER AGAIN UNDERESTIMATE BULLPOWER/BEARPOWER! I told all of you a couple of months ago that I would find a way to incorporate this indicator into the right filter and this is it!!!


*************** THE RUMPLEDONE HAS DONE IT AGAIN! *****************


Fetcher[show stocks where close is between 0 and 3000
and average volume(90)is above 100000
and volume is above 100000
draw Bollinger Bands(20)
Set{Bullpower, high minus ema(13)}
Set{Bearpower, low minus ema(13)}
Bullpower has been decreasing the last 1 day
Bearpower has been increasing the last 1 day
Draw Bullpower
Draw Bearpower
sort column 2 descending
Offset 20 days

/* MP RSIWLR ANALYZER DISPLAY */

/* NORMALIZE accumulation distribution */

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

/* NORMALIZE momentum(12) */

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

/* NORMALIZE rsi(2) */

set{rsval, RSI(2) }

/* NORMALIZE williams %r(10) */

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


/* DRAW THE MP RSIWLR CHART */

and draw wrval
and draw adval on plot wrval
and draw moval on plot wrval
and draw rsval on plot wrval

add column adval
add column rsval
add column moval
add column wrval

ADVAL ABOVE 75
RSVAL BELOW 30
MOVAL BELOW 30
WRVAL BELOW 30
]





*************** WITH A LITTLE HELP FROM THE MIGHTY RIGGS! ***********



Enjoy everyone!


RIGGS















stocktrader
294 posts
msg #41349
Ignore stocktrader
2/18/2006 11:07:35 PM

RIGGS and TRO,

Thanks for this filter, I like it.
I've added some constraints for bearpower and bullpower.
One can back-test this now for any number of historical days and see that it always performs. Since I'm primarily a day trader the real-time entry is good. If I want to hold a diversified portfolio the prospects look excellent as well.

Thanks very much for RSIWLR & Bullpower/Bearpower!


Fetcher[show stocks where close is between 1 and 500
and average volume(90)is above 100000
and volume is above 100000
draw Bollinger Bands(20)
Set{Bullpower, high minus ema(13)}
Set{Bearpower, low minus ema(13)}
Draw Bullpower
Draw Bearpower
sort column 2 descending

/* MP RSIWLR ANALYZER DISPLAY */

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

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

/* NORMALIZE rsi(2) */
set{rsval, RSI(2) }

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

/* DRAW THE MP RSIWLR CHART */
and draw wrval
and draw adval on plot wrval
and draw moval on plot wrval
and draw rsval on plot wrval
and draw Linear Regression Line(60)

bearpower is between -0.5 to 0
bullpower is between -0.2 to 0
adval above 75
wrval below 30
moval below 30
rsval below 30

add column rsval
add column adval
add column moval
add column wrval

chart-length is 4 months
]




riggs
313 posts
msg #41362
Ignore riggs
2/18/2006 11:57:07 PM

stocktrader -

Always glad to help! You know that.....


RIGGS.


riggs
313 posts
msg #41377
Ignore riggs
modified
2/19/2006 2:30:07 AM

Noticed on today's results, Oakley INC.(OO) had some major insider trading yesterday. Their Chairman James Jannard just purchased some 80,000 shares for a total of 1.2 Million! That's alot of money for Motorcross & ski goggles. Not to mention, they bought some rinky-dink company with about 5 Million in debt just B-4 earnings. Somethings up....I'm in!!!


RIGGS.



TheRumpledOne
6,407 posts
msg #41692
Ignore TheRumpledOne
modified
3/2/2006 8:07:58 PM

What's the reason for the offset?

Wouldn't those stocks be old news by now?

Here's the filter without the offset:

Fetcher[
show stocks where close is above 2
and average volume(90)is above 100000
and volume is above 100000
draw Bollinger Bands(20)
Set{Bullpower, high minus ema(13)}
Set{Bearpower, low minus ema(13)}
Bullpower has been decreasing the last 1 day
Bearpower has been increasing the last 1 day
Draw Bullpower
Draw Bearpower
sort column 2 descending


/* 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

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

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



It's not the indicator, it's how you use it!

It not what you trade, it's how you trade it!


StockFetcher Forums · Filter Exchange · This Is The Last Filter You Will Ever Need Part III<< 1 2 3 4 5 ... 6 >>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.