StockFetcher Forums · Filter Exchange · Who really wants to find the next NTRI?<< 1 ... 16 17 18 19 20 ... 31 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #42861
Ignore TheRumpledOne
4/10/2006 8:39:30 AM

kanuk
- Ignore kanuk 4/9/2006 4:59:39 PM

TRO:
What is the reason you use a 3,5 and 10 day trend for the DIME version of NTRI and a 10,60 and 200 day trend for the 'regular' version of NTRI. I suspect it's because of the volatility of dime stocks. Am I correct?
===============================================================================

No reason at all.

I was just "messing around".

You never know what you'll discover.

It seems like the 10 day trend going from 0 to 1 is the "look into the future".

I wanted to see if the 3 and/or 5 day trend was any help.

Remember, do NOT confuse the display columns with the selection criteria.

The display columns are to be used to analyze the selections.

HTH.


TheRumpledOne
6,407 posts
msg #42862
Ignore TheRumpledOne
4/10/2006 8:42:31 AM

stocks1984
- Ignore stocks1984 4/9/2006 2:22:03 PM

my question for you rumple is that with the sub penny filter, what exactly do you look for regarding the data you provided with return results, when buying a stock based on your Sub penny filter? I am new to stockfetcher and have read many of your posts over filters that you have created. They seem to be well organized to the tee and when the results pull up i noticed many stocks that i have been following are on this scan. Now that im playing the sub penny broads. I am using your sub penny filter scan. If you get this message before Mondays trading close please look at the results for April 7th. If you have time could you please explain which indicators of the scans that you provided in your sub penny filter, which you look at for potential profit results. Thank and good luck to you all in your trading!




stocks1984
- Ignore stocks1984 4/9/2006 2:39:24 PM

Or do you have another sub penny filter that you know of that gives you results for the short term or a potential breakout for the week? just curious thanks again
==============================================================================
stocks1984:

Once again, I was just "messing around".

I was testing the method of selection. I figured if it worked on $1.00 then it should work on .10 and .01 as well.

But with sub-pennies and pennies too, make sure you look at the DOLLAR VOLUME as opposed to looking only at volume. If a stock is only trading $50,000 a day, I wouldn't be too quick to buy $5,000 worth.

HTH.






TheRumpledOne
6,407 posts
msg #42844
Ignore TheRumpledOne
modified
4/10/2006 9:02:59 AM

Fetcher[
/* FINDING THE NEXT NTRI FILTER - for week of April 10, 2006 */

/* ENHANCED 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}
set{T10a,days(10 day slope of the close below 0, 100)}
set{T60a,days(60 day slope of the close below 0, 100)}
set{T200a,days(200 day slope of the close below 0, 100)}

ADD COLUMN TREND
ADD COLUMN T10a
ADD COLUMN T60a
ADD COLUMN T200a

draw T10a
draw T60a on plot t10a
draw T200a on plot t10a


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

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

/* Narrow Channel Breakout Display */

set{ High20, high 20 day high}
set{ Low20, low 20 day low}

set{ New20High, count( high above High20 1 day ago , 1 ) }
set{ New20Low, count( low below Low20 1 day ago , 1 ) }

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

add column New20High
add column New20Low

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 15

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

add column industry

Sort column 5 descending
]




www.stockscores.com says...

Symbol |.. Last .. |Threshold .| Change .| Signal.|Sentiment|..
AANI ..|.. $1.16 ..|.. $1.22 ..|.. n/a ..|.. 69 ..|.. 82 ..|..
AIDO ..|.. $0.59 ..|.. $0.62 ..|.. n/a ..|.. 44 ..|.. 58 ..|..
ATAR ..|.. $0.62 ..|.. $0.65 ..|.. n/a ..|.. 29 ..|.. 27 ..|..
AVNX ..|.. $3.16 ..|.. $3.32 ..|.. n/a ..|.. 66 ..|.. 73 ..|..
BCGI ..|.. $2.85 ..|.. $2.99 ..|.. n/a ..|.. 62 ..|.. 77 ..|..
BWLRF ..|.. $1.38 ..|.. $1.45 ..|.. n/a ..|.. 66 ..|.. 80 ..|..
CAMH ..|.. $2.60 ..|.. $2.73 ..|.. n/a ..|.. 58 ..|.. 44 ..|..
CHTR ..|.. $1.07 ..|.. $1.12 ..|.. n/a ..|.. 37 ..|.. 38 ..|..
CTCH ..|.. $1.03 ..|.. $1.08 ..|.. n/a ..|.. 61 ..|.. 61 ..|..
CVM ..|.. $1.49 ..|.. $1.56 ..|.. n/a ..|.. 53 ..|.. 63 ..|..
CYTR ..|.. $2.22 ..|.. $2.33 ..|.. n/a ..|.. 98 ..|.. 83 ..|..
DCNAQ ..|.. $1.63 ..|.. $1.71 ..|.. n/a ..|.. 36 ..|.. 34 ..|..
DPBM ..|.. $0.16 ..|.. $0.16 ..|.. n/a ..|.. N/A ..|.. N/A ..|..
DVW ..|.. $2.10 ..|.. $2.21 ..|.. n/a ..|.. N/A ..|.. N/A ..|..
DYMTF ..|.. $1.65 ..|.. $1.73 ..|.. n/a ..|.. 68 ..|.. 71 ..|..
EZM ..|.. $2.09 ..|.. $2.19 ..|.. n/a ..|.. 54 ..|.. 60 ..|..
GNBT ..|.. $2.66 ..|.. $2.79 ..|.. n/a ..|.. 53 ..|.. 54 ..|..
GTCB ..|.. $1.02 ..|.. $1.07 ..|.. n/a ..|.. 29 ..|.. 37 ..|..
IESRQ ..|.. $1.10 ..|.. $1.16 ..|.. n/a ..|.. 66 ..|.. 60 ..|..
IIP ..|.. $1.22 ..|.. $1.28 ..|.. n/a ..|.. 88 ..|.. 81 ..|..
ISV ..|.. $2.38 ..|.. $2.50 ..|.. n/a ..|.. 74 ..|.. 70 ..|..
IVAN ..|.. $2.62 ..|.. $2.75 ..|.. n/a ..|.. 56 ..|.. 64 ..|..
MNEAF ..|.. $1.18 ..|.. $1.24 ..|.. n/a ..|.. 69 ..|.. 69 ..|..
NSOL ..|.. $1.35 ..|.. $1.42 ..|.. n/a ..|.. 54 ..|.. 53 ..|..
NWTMF ..|.. $0.88 ..|.. $0.92 ..|.. n/a ..|.. 69 ..|.. 70 ..|..
NXXI ..|.. $2.42 ..|.. $2.54 ..|.. n/a ..|.. 55 ..|.. 66 ..|..
OTD ..|.. $2.82 ..|.. $2.96 ..|.. n/a ..|.. 35 ..|.. 57 ..|..
PPHM ..|.. $1.41 ..|.. $1.48 ..|.. n/a ..|.. 62 ..|.. 64 ..|..
PRTL ..|.. $0.75 ..|.. $0.79 ..|.. n/a ..|.. 33 ..|.. 31 ..|..
PTSC ..|.. $1.33 ..|.. $1.40 ..|.. n/a ..|.. 2 ..|.. 5 ..|..
SMOD ..|.. $9.10 ..|.. $9.56 ..|.. n/a ..|.. 55 ..|.. 64 ..|..
STTK ..|.. $0.77 ..|.. $0.81 ..|.. n/a ..|.. 54 ..|.. 42 ..|..
SVVS ..|.. $1.65 ..|.. $1.73 ..|.. n/a ..|.. 85 ..|.. 78 ..|..
TGB ..|.. $2.58 ..|.. $2.71 ..|.. n/a ..|.. 66 ..|.. 73 ..|..
TGC ..|.. $1.12 ..|.. $1.18 ..|.. n/a ..|.. 62 ..|.. 68 ..|..
URIX ..|.. $1.65 ..|.. $1.73 ..|.. n/a ..|.. 62 ..|.. 63 ..|..
WNDXQ ..|.. $0.33 ..|.. $0.34 ..|.. n/a ..|.. 48 ..|.. 43 ..|..
XSNX ..|.. $2.11 ..|.. $2.21 ..|.. n/a ..|.. 51 ..|.. 47 ..|..



TheRumpledOne
6,407 posts
msg #42864
Ignore TheRumpledOne
4/10/2006 9:14:03 AM

stocktrader
- Ignore stocktrader 4/8/2006 7:31:40 PM

Question: What is the best filter on the SF site?

Answer: The Next NTRI filter!

In 4 weeks I've made some $16,000 from this filter.
=============================================================================

Does that mean I get that vacation now?




stocktrader
294 posts
msg #42872
Ignore stocktrader
4/10/2006 12:54:44 PM

TheRumpledOne 4/10/2006 9:14:03 AM

Does that mean I get that vacation now?

-------------

lol! Barely give me a chance to line my pockets :)

If you have PayPal, I'll dump $1,000 into your account right now!


stocktrader
294 posts
msg #42875
Ignore stocktrader
4/10/2006 3:58:24 PM

Another $1,800 today!

SHORTing BRCD and KRY !
Using the WARM display....and the secret RSI(2).

Did I mention how great the Next NTRI filter is?


stocktrader
294 posts
msg #42876
Ignore stocktrader
4/10/2006 8:35:31 PM

I just transferred $1,000 into TRO's account.

Why did I do this?

Not because TRO need it, but to show a small token of appreciation of all the work he does for FREE.

The Next NTRI filter has made me almost $20,000 in a little over 4 weeks.

There is no other filter on the SF site that is better than this one.

My filter search is over. I just rake in money now.

Thanks TRO.


leaddog
38 posts
msg #42878
Ignore leaddog
4/10/2006 9:32:40 PM

stocktrader
<<4/10/2006 3:58:24 PM

<<Another $1,800 today!

<<SHORTing BRCD and KRY !
<<Using the WARM display....and the secret RSI(2).

<<Did I mention how great the Next NTRI filter is?

First I feel that it is very sporting of you to show your appreciation to TRO.

I am trying to understand your use of the filter and how you chose BRCD and KRY to short using the filter. It took me awhile to understand RSI(2) so maybe I am a bit slow.


stocktrader
294 posts
msg #42879
Ignore stocktrader
4/10/2006 10:23:45 PM

Thanks, it is good sport.

I chose BRCD and KRY based on the filter in this post, set for 1 day ago (Friday).

This is essentially the Next NTRI filter that I adjusted to be over $5 due to my broker limitation.

The trades went this way....

1) Review of the charts before market open.
2) All tickers loaded up in the trading platform and sorted by RSVAL (RSI(2)).
3) TRADE.

I waited a short time after the market opened to see what tickers were going to breakdown.

Another thing that I do is scale in and scale out. On both BRCD and KRY I sold short -2000 shares in each. After a short (no pun intended) while if I believe the trade is going my way, I'll sell short again. In this case, another -2000 shares for each for a total -4000 each position size.

I'll scale in and out on LONGS as well.

I do have losers, like anyone else. Like my post on Friday/Saturday.
LOUD was a loser and I just cut it.


Fetcher[/* FINDING THE NEXT NTRI FILTER */

/* TREND DISPLAY */

set{T03, count(3 day slope of the close above 0,1)}
set{T05, count(5 day slope of the close above 0,1)}
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{V10, count(average volume(3) below volume,1)}
set{V60, count(average volume(15) below volume,1)}
set{V200, count(average volume(30) below volume,1)}

Set{av1, V200 * 1}
Set{av2, V60 * 10}
Set{av3, V10 * 100}

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

Set{et1, T10 * 1}
Set{et2, T05 * 10}
Set{et3, T03 * 100}
Set{etzenith,50}

Set{t1, T200 * 100}
Set{t2, T60 * 100}
Set{t3, T10 * 100}
Set{t12, t1 + t2}
Set{t123,t12 + t3}

Set{v1, V200 * 100}
Set{v2, V60 * 100}
Set{v3, V10 * 100}
Set{v12, v1 + v2}
Set{v123,v12 + v3}

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

Set{aav, av1 + av2}
Set{TRENDV, aav + av3}

Set{et, et1 + et2}
Set{TRENDE, et + et3}
set{T03a,days(3 day slope of the close below 0, 100)}
set{T05a,days(5 day slope of the close below 0, 100)}
set{T10a,days(10 day slope of the close below 0, 100)}

draw T03a
draw T05a on plot T03a
draw T10a on plot T03a
draw etzenith on plot T03a

/* dvpct - percentage dollar volume increased(+)/decreased(-) */

set{dv1, close 1 day ago * volume 1 day ago }
set{dv, close * volume }
set{netdvchg, dv - dv1}
set{dvpc, netdvchg / dv1 }
set{dvpct, dvpc * 100}

/* valchg - percentage value increased(+)/decreased(-) */

set{netchg, close - close 1 day ago}
set{CCC, netchg / close 1 day ago}
set{VVV, volume / volume 1 day ago}
set{CCCVVV, CCC * VVV}
set{valchg, CCCVVV * 100 }

Set{tcross,250}
Set{tzenith,400}
Set{tnadir,-100}

Set{vcross,250}
Set{vzenith,400}
Set{vnadir,-100}


add column average volume(90)
ADD COLUMN TREND
add column TRENDV
add column TRENDE
add column dvpct
add column valchg

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

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

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

set{PPDiffH, UpperLim - Close}
set{PPDivH, PPDiffH / Close}
set{BallOnH, PPDivH * 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}

/* Narrow Channel Breakout Display */

set{ High20, high 20 day high}
set{ Low20, low 20 day low}

set{ New20High, count( high above High20 1 day ago , 1 ) }
set{ New20Low, count( low below Low20 1 day ago , 1 ) }

/* column display */

add column HiOp
add column OpLo
add column Profit

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

add column RChg
add column SChg

add column New20High
add column New20Low

AND ADD COLUMN BBTrend
AND ADD COLUMN ATRTrend

/* PLOTS */

and draw UpperLim on plot price
and draw LowerLim on plot price

and draw t123
and draw tcross on plot t123
and draw tzenith on plot t123
and draw tnadir on plot t123

and draw v123
and draw vcross on plot v123
and draw vzenith on plot v123
and draw vnadir on plot v123

/* 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 ADD COLUMN T03a
and ADD COLUMN T05a
and ADD COLUMN T10a

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

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

and add column HixHi
and add column LoxLo

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

/* Selection Criteria */

and do not draw trend
and do not draw trendv

and market is not OTCBB

and wrval above 50
and adval above 50
and rsval above 50
and moval above 50

and close is between 5 and 10

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

add column industry

and Sort column 29 descending

and chart-length is 5 months

offset is 1 day
]




stocktrader
294 posts
msg #42880
Ignore stocktrader
4/10/2006 10:34:23 PM

I also have to mention that I decided to SHORT today due to the general market conditions on Friday. BRCD and KRY were the only stocks I played today, decidedly short.

If one looks at my trading platform screen shot posted on Saturday, it's apparent in several places that I am "trying" to go long or short based on what way the general market is moving.

Just trying to improve probabilities.


StockFetcher Forums · Filter Exchange · Who really wants to find the next NTRI?<< 1 ... 16 17 18 19 20 ... 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.