StockFetcher Forums · Filter Exchange · Who really wants to find the next NTRI?<< 1 ... 15 16 17 18 19 ... 31 >>Post Follow-up
kanuk
32 posts
msg #42850
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?


stocktrader
294 posts
msg #42851
Ignore stocktrader
4/9/2006 7:37:50 PM

TheRumpledOne 4/9/2006 1:12:48 PM
You're making money.
Why would I scold you?
Even if I did, why would you care?
YOU'RE MAKING MONEY!
That't the whole point of trading.
Nice work!!

----------

lol! :)
Thanks.



stocktrader
294 posts
msg #42852
Ignore stocktrader
4/9/2006 7:47:39 PM

It also should be noted (if it has not been already) that the Next NTRI is a nice SHORT filter.
I used it once for SHORTing and had nice results (CASH). Just watch that WARM display.


TheRumpledOne
6,529 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,529 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,529 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,529 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.


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