StockFetcher Forums · Filter Exchange · Who really wants to find the next NTRI?<< 1 ... 5 6 7 8 9 ... 31 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #41891
Ignore TheRumpledOne
3/10/2006 8:57:34 PM

"TRO, Thank you for all the amazing work you have done. This filter is amazing....and I have a question,
What "four lines" are you refering to in the "Warm Filter"? I have searched the forums and looked at all of the "warm filter crossover displays", and the "last filter you will ever need" results and all I see when I click on the three month chart is a chart with Bollinger bands and candles, and the usuall under that.
What am I missing? "

Fetcher[
/* FINDING THE NEXT NTRI FILTER */

/* TREND DISPLAY */

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}

ADD COLUMN TREND

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

/* enter your Lower Limit criteria */
set{LowerLim, Low 12 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)}

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}

set{RChg, count( UpperLim equal UpperLim 1 day ago, 1 ) }
set{SChg, count( LowerLim equal LowerLim 1 day ago, 1 ) }

/* Volatility Direction Filter Display */

set{BBDiff, Upper Bollinger Band(20) - Lower Bollinger Band(20) }

set{BBDb,days(BBDiff is above BBDiff 1 day ago,100)}
set{BBDa,days(BBDiff is below BBDiff 1 day ago,100)}
set{BBTrend, BBDa - BBDb}

set{ATRb,days(ATR(14) is above ATR(14) 1 day ago,100)}
set{ATRa,days(ATR(14) is below ATR(14) 1 day ago,100)}
set{ATRTrend, ATRa - ATRb}

/* profit had you bought the open 5 days ago and sold at the high */

set{High5, High 5 day High}
set{Profit, High5 - open 5 days ago}

/* column display */

add column HiOp
add column OpLo
add column Profit

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

add column RChg
add column SChg

AND ADD COLUMN BBTrend
AND ADD COLUMN ATRTrend

/* PLOTS */

draw UpperLim on plot price
draw LowerLim on plot price

/* 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 wrval
add column adval
add column rsval
add column moval

and add column clxcl
and add column VlXvl
and add column Vdbl

add column HixHi
add column LoxLo

add column Bullpower
add column Bearpower
add column BLxBL
add column BRxBR

/* Selection Criteria */

UpperLim above 1
LowerLim below 1

close below 5

avg vol(5) above 500000
avg vol(30) above 500000

add column industry

Sort column 5 descending
]



I added the WARM FILTER DISPLAY to the Next NTRI FILTER.

You should see the WARM DISPLAY now. It should be the bottom chart.

HTH.

MAY ALL YOUR FILLS BE COMPLETE.


TheRumpledOne
6,407 posts
msg #41892
Ignore TheRumpledOne
modified
3/10/2006 9:19:27 PM

"You are way ahead of my knowledge about trading.

I think there are many more like me trying to understand the different columns on your interesting filter.

Can you please explain (if you can) a little about those columns to use them in conjunction/precedence with other columns/indicators. Some columns are explanatory.

But I think having all the explanation placed together will help to understand how to read your filter.

If it is too much to ask then discard this posting. ;o)

Thanks for all your filters that you post. But it becomes difficult to understand how to use all the great info in them. "

No, it's not too much to ask.

But it's too much to answer...LOL... just kidding...

Column

Trend - 10/60/200 day trend based on slope of the close 1 = up , 0 = down

HiOp - High minus Open... tells me the potential for scalping

OpLo - Open minus Low... tells me how much cheaper I could have bought the stock

Profit - how much I could have made, had I bought the stock at the open 5 days ago.

BallOn - The support line is 0 and the resistance line is 100, this is like a temperature gauge. But I think in terms of football yard markers. Remember the GridIron?

Resist - dynamic resistance based on High 5 Day High

Support - dynamic support based on Low 5 Day Low

rchg - 1 if resistance changed, 0 if same as yesterday

schg - 1 if support changed, 0 if same as yesterday

bbtrend - consecutive days bollinger bands getting wider(+)/narrower(-)

atrtrend - consecutive days Average True Range getting wider(+)/narrower(-)

wrval - normalized williams %r(10) (scale of 0 - 100)

adval - normalized accumulation/distribution (scale of 0 - 100)

rsval - rsi(2)

moval - normalized momentum(12) (scale of 0 - 100)

clxcl - consecutive days close above(+)/below(-) previous day's close

vlxvl - consecutive days volume above(+)/below(-) previous day's volume

vdbl - consecutive days volume doubled

hixhi - consecutive days high above(+)/below(-) previous day's high

loxlo - consecutive days low above(+)/below(-) previous day's low

bullpower/bearpower - ask Riggs...lol

blxbl - consecutive days Bullpower increasing(+)/decreasing(-)

brxbr - consecutive days Bearpower increasing(+)/decreasing(-)

That should bring you up to speed on what the columns mean.

Now, how to use them... that's been debated.

One thing for sure, any stock that doubles it's volume 2 days in a row, has to double it the first day so look for stocks with VDBL = 1.

Look to buy stocks bouncing off of dynamic support.

Look to buy stocks that are trending up... TREND = 1, 10, 11, 100, 110, 111

Look to buy stocks after the Bollinger Bands and ATR have been contracting at least 2 days or more. The longer they contract, the bigger the pop (in theory).

Look to buy stocks that have volume increasing.

Look to buy UPTRENDING stocks that have bottomed in the WARM display.

Look to buy stocks breaking through previous dynamic resistance.

I sure hope you spell my name right on the donation money order you're going to send me after you take home some profit. :)

MAY ALL YOUR FILLS BE COMPLETE.





TheRumpledOne
6,407 posts
msg #41897
Ignore TheRumpledOne
3/11/2006 12:39:10 AM

www.stockscores.com says:

Symbol .|.. Last ..|.Threshold .|.. Change | Signal |Sentiment ..|

ACKHQ ..|.. $0.72 ..|.. $0.76 ..|.. 0.13 ..|.. 36 ..|.. 34 ..|
ATAR ..|.. $0.76 ..|.. $0.93 ..|.. -0.01 ..|.. 28 ..|.. 24 ..|
AVNX ..|.. $2.39 ..|.. $1.34 ..|.. 0.12 ..|.. 62 ..|.. 69 ..|
BPUR ..|.. $1.25 ..|.. $1.31 ..|.. 0.05 ..|.. 75 ..|.. 71 ..|
BWLRF ..|.. $0.87 ..|.. $0.91 ..|.. 0.02 ..|.. 60 ..|.. 65 ..|
CAMH ..|.. $1.85 ..|.. $1.94 ..|.. 0.15 ..|.. 75 ..|.. 57 ..|
CHTR ..|.. $1.00 ..|.. $1.05 ..|.. -0.02 ..|.. 28 ..|.. 31 ..|
CPTC ..|.. $1.07 ..|.. $1.12 ..|.. 0.02 ..|.. 45 ..|.. 37 ..|
CTCH ..|.. $1.23 ..|.. $1.29 ..|.. -0.02 ..|.. 70 ..|.. 61 ..|
CVM ..|.. $0.83 ..|.. $0.87 ..|.. 0.02 ..|.. 81 ..|.. 72 ..|
CWPC ..|.. $4.63 ..|.. $4.94 ..|.. 0.04 ..|.. 59 ..|.. 57 ..|
CYTR ..|.. $1.50 ..|.. $1.58 ..|.. 0.02 ..|.. 77 ..|.. 75 ..|
DCN .. |.. N/A ..|.. $0.69 ..|.. n/a ..|.. N/A ..|.. N/A ..|
DCNAQ ..|.. $1.09 ..|.. $1.14 ..|.. 0.21 ..|.. 40 ..|.. 33 ..|
DEZ ..|.. $5.16 ..|.. $4.54 ..|.. 0.08 ..|.. 57 ..|.. 61 ..|
DOIG ..|.. $1.60 ..|.. $2.25 ..|.. -0.14 ..|.. 26 ..|.. 45 ..|
DVW ..|.. $1.64 ..|.. $1.30 ..|.. -0.02 ..|.. N/A ..|.. N/A ..|
DYMTF ..|.. $1.40 ..|.. $1.47 ..|.. -0.01 ..|.. 67 ..|.. 72 ..|
EMFP ..|.. $1.82 ..|.. $1.91 ..|.. 0.19 ..|.. 66 ..|.. 70 ..|
EZM ..|.. $1.42 ..|.. $1.49 ..|.. -0.03 ..|.. 29 ..|.. 49 ..|
FSRT ..|.. $0.49 ..|.. $0.51 ..|.. n/a ..|.. 55 ..|.. 54 ..|
GNBT ..|.. $2.20 ..|.. $1.61 ..|.. 0.02 ..|.. 67 ..|.. 67 ..|
GTCB ..|.. $1.03 ..|.. $1.08 ..|.. -0.01 ..|.. 30 ..|.. 46 ..|
INFO ..|.. $0.56 ..|.. $0.71 ..|.. 0.04 ..|.. 66 ..|.. 54 ..|
IVAN ..|.. $2.67 ..|.. $2.56 ..|.. 0.10 ..|.. 76 ..|.. 76 ..|
MBAY ..|.. $1.15 ..|.. $1.21 ..|.. -0.01 ..|.. 53 ..|.. 39 ..|
NXXI ..|.. $1.36 ..|.. $1.24 ..|.. 0.02 ..|.. 59 ..|.. 70 ..|
OWENQ ..|.. $1.28 ..|.. $2.00 ..|.. 0.06 ..|.. 36 ..|.. 39 ..|
PPHM ..|.. $1.32 ..|.. $1.56 ..|.. -0.01 ..|.. 65 ..|.. 58 ..|
PRTL ..|.. $0.80 ..|.. $0.99 ..|.. -0.02 ..|.. 37 ..|.. 51 ..|
PTSC ..|.. $1.69 ..|.. $0.76 ..|.. -0.06 ..|.. 2 ..|.. 16 ..|
SUWN ..|.. $1.50 ..|.. $1.42 ..|.. 0.05 ..|.. 64 ..|.. 51 ..|
SVVS ..|.. $1.01 ..|.. $1.06 ..|.. 0.05 ..|.. 74 ..|.. 73 ..|
TGB ..|.. $1.66 ..|.. $1.74 ..|.. -0.04 ..|.. 34 ..|.. 52 ..|
UDSG ..|.. $1.65 ..|.. N/A ..|.. n/a .....|.. 53 ..|.. 50 ..|
URIX ..|.. $1.38 ..|.. $1.45 ..|.. -0.01 ..|.. 69 ..|.. 74 ..|
WNDXQ ..|.. $0.30 ..|.. $0.42 ..|.. 0.02 ..|.. 42 ..|.. 37 ..|
XSNX ..|.. $1.93.. |.. $1.20 ..|.. 0.13 ..|..69 ...|..69




kliebert
17 posts
msg #41905
Ignore kliebert
3/11/2006 3:12:42 PM

Question on the warm filter. I have been trying to implement it into my trading.
When moval, adval, rsval have bottomed, should not wrval be at the top? The first three bottom out when it is over sold, but I think wrval tops out when it is oversold. Am I missing something? Trying to make sense of all of this.


TheRumpledOne
6,407 posts
msg #41907
Ignore TheRumpledOne
modified
3/11/2006 4:20:28 PM

"The Williams %R, developed by Larry Williams, is an oversold/overbought oscillator which ranges between -100% and 0%. Computed by dividing the difference of the high over the last n periods and the most recent close by the difference of the extreme high and lows. Common interpretations of the Williams %R involve oversold signals generated below -80% and overbought signals generated above -20%."

When Williams %R = 0, wrval = 100.

When Williams %R = -100, wrval = 0.

So when Williams %R is oversold ( < -80 ), wrval is < 20.

Perhaps you are confusing it with %R.

HTH.




itrademan
70 posts
msg #41908
Ignore itrademan
3/11/2006 5:11:53 PM

Thanks TRO for the column details.



TheRumpledOne
6,407 posts
msg #41982
Ignore TheRumpledOne
3/13/2006 3:54:39 PM

Anyone trading CAMH?

Missed that one today... too busy with other stocks!

XSNX still heading north!!


stocktrader
294 posts
msg #41985
Ignore stocktrader
3/13/2006 6:07:27 PM

Missed that one!

Had this in my filter to weed out a few....

market is not OTCBB
market is not AMEX

Needless to say, I've removed the lines to prevent missing out on the likes of CAMH and others. It's hard to stay focused when watching too many....

I did dip into SVVS for a 5% cash gain.....but would have liked to have ~24% on CAMH



TheRumpledOne
6,407 posts
msg #41986
Ignore TheRumpledOne
3/13/2006 7:06:44 PM

BPUR made a nice move today too!




stocktrader
294 posts
msg #41989
Ignore stocktrader
3/13/2006 7:29:09 PM

BPUR ran up in the last part of the day....missed that one too :(
It broke resistance and "maybe" it will run a little more tomorrow.....


StockFetcher Forums · Filter Exchange · Who really wants to find the next NTRI?<< 1 ... 5 6 7 8 9 ... 31 >>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.