StockFetcher Forums · Filter Exchange · Who really wants to find the next NTRI?<< 1 ... 8 9 10 11 12 ... 31 >>Post Follow-up
stocktrader
294 posts
msg #42177
Ignore stocktrader
3/17/2006 9:02:59 PM

AVNX 3.08 93%
BPUR 1.43 28%
CAMH 3.75 229%
CHTR 1.03 2%
CTCH 1.27 6%
EONC 2.44 91%
GNBT 2.94 80%
GTCB 1.01 2%
ATAR 0.63 -1%
ISV 2 65%
IVAN 2.66 22%
MBAY 1.11 10%
NXXI 1.38 6%
PPHM 1.44 14%
PRTL 0.76 4%
SVVS 1.35 52%
DNTK 0.46 12%
EMFP 1.84 51%
PTSC 1.63 -7%
SFLK 0.75 3%
DYMTF 1.42 19%
XSNX 2.5 108%
DVW 1.74 11%
-----------------------
AVERAGE 40% over 5 days!
-----------------------

Diversify and sit back and collect the cash.

This filter BEATS any filter on the SF site hands down.
I'm trading the filter with real cash and making huge gains as evidence.

Why do I have the feeling that I will eventually be buying TRO first class tickets and hotel accomodations for a stay in Santa Barbara.......
Wait.......let me collect some more cash first!



stocktrader
294 posts
msg #42178
Ignore stocktrader
3/18/2006 9:44:12 AM

Added Trend to the chart, with cross.

The way I've been playing this filter is simply looking at the action. I have tick charts positioned vertically on the flat panel displays. Every morning I'm looking for this to be a tick race between all NTRI filter tickers (also premarket). This is an indicator of sentiment (direction/volume). Also looking at the charts for how the visual TA is looking (i.e. rising out of a cup, resistance), steaming news, etc.

Looking at the Next NTRI filter ticker charts one can see some correlation with the trend indicator. Keep an eye on those tickers that have "just" changed trend to 111. Look for CMF and volume increase.

I will be paying attention to all the tickers on Monday, but some that have particular interest to me are:

CYTR
EONC
GNBT (made 23% on this last week, also had insider buying)
PPHM (has recent insider buying by director)
DOIG

I'll be watching PPHM very closely this week for action and entry.

The exit is tricky. TRO pointed out prior that when the normalized display is peaked (overbought), then this may be a good time to exit the position.

Everyone has their own way of trading.

The trend is your friend.........

Best of success for this coming week trading the Next NTRI filter!


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}

Set{tcross,105}

ADD COLUMN TREND

and draw trend
and draw tcross on plot trend


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

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

add column industry

Sort column 5 descending
]




TheRumpledOne
6,529 posts
msg #42188
Ignore TheRumpledOne
modified
3/18/2006 2:04:57 PM

From stocktrader:

"This filter BEATS any filter on the SF site hands down.
I'm trading the filter with real cash and making huge gains as evidence."

"The way I've been playing this filter is simply looking at the action. I have tick charts positioned vertically on the flat panel displays. Every morning I'm looking for this to be a tick race between all NTRI filter tickers (also premarket). This is an indicator of sentiment (direction/volume). Also looking at the charts for how the visual TA is looking (i.e. rising out of a cup, resistance), steaming news, etc."

"Looking at the Next NTRI filter ticker charts one can see some correlation with the trend indicator. Keep an eye on those tickers that have "just" changed trend to 111. Look for CMF and volume increase. "

"The exit is tricky. TRO pointed out prior that when the normalized display is peaked (overbought), then this may be a good time to exit the position.

Everyone has their own way of trading.

The trend is your friend......... "


Now when I put that all together I get:

IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!!

See, stocktrader has a method to enter and a method to exit.

Stocktrader is using the filter to SELECT stocks and using a METHOD to TRADE the stocks.

Now that's trading!!

MAY ALL YOUR FILLS BE COMPLETE.





TheRumpledOne
6,529 posts
msg #42187
Ignore TheRumpledOne
modified
3/18/2006 2:07:09 PM

Nice work stocktrader!

But I think T10 above T10 1 day ago may be what you are after.

The TREND column is "backwards" since it is 10, 60, 200 from left to right.
It made it that way for sorting purposes... I wanted to see the 10 day uptrends sorted together.

TREND = 110 means the 10 day and 60 day linear regression lines are heading north.

TREND = 111 means the 10 day, 60 day and 200 linear regression lines are heading north.

Then again, the way you are doing it says the LONG TERM trend is now UP.

In that case, T200 above T200 1 day ago does the trick.

Play with the variations and let us know what you think!

MAY ALL YOUR FILLS BE COMPLETE.

P.S. stocktrader, what trading platform are you using? Email the answer to me if you prefer.





stocktrader
294 posts
msg #42198
Ignore stocktrader
3/18/2006 5:14:27 PM

Thanks for the trend clarification TRO.

It's very very far from Tradestation....
Bare bones...nothing fancy

I almost signed up for Tradestation recently as I do about 1000 trades per year and would qualify.

http://www.loombo.com/dl/5972

As the market is closed there is no L2, symbol ticks, etc.
Notice the NTRI symbols are sorted by trend groups and average volume, bringing the higher liquidity stocks to the top.

I agree totally with your IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!!.
Trying to find the perfect filter is like the cat chasing its tail....



TheRumpledOne
6,529 posts
msg #42221
Ignore TheRumpledOne
3/19/2006 10:14:01 AM

Thanks for the link stocktrader.

Looks like the high/low graph shows where the stock is compared to the previous close... is that correct?

Or is it a display of where the stock price is currently in today's price range?




stocktrader
294 posts
msg #42223
Ignore stocktrader
3/19/2006 11:09:18 AM

The latter. Display of where price is in today's range.
Half a bar would be showing that the price is 50% of the day's high. A new high would re-scale the bar range.

light blue color is high for the day.
dark blue is for low for the day.
By looking at the bars, one can see quickly what is happening for all in the list.

The last trend column is a 200 tick chart.

Clicking on a symbol row immediately loads all data into the charts, L2, etc. for further review.

What I'm looking for is "bobing" between green and light blue and spurts of activity in the tick chart. With fierce trading between bid and ask, the last trend will "rail" before breaking out and upwards. When I see this action I make an immediate entry providing other things like the TA is good. Of course this action doesn't preclude upwards price in every instance (anything can happen :).

Tradestation I assume can be programmed in virtually any way. I've seen some of your Tradestation screen shots and am impressed with the flexibility.





TheRumpledOne
6,529 posts
msg #42225
Ignore TheRumpledOne
3/19/2006 12:06:52 PM

Yes, TradeStation is great if you're a programmer.

EasyLanguage is a misnomer!

It took me a year or so before I could really flex my muscles... sort of like here on StockFetcher.

But once I get past the learning curve, I can program just about anything I want.

It's funny sometimes I will see something I programmed in SF that I "forgot" to program the equivalent in TS.

I programmed the BallOn column in both. So I always know where a stock's position is compared to the range. Since I use a percentage, I know when it's at/near a fib number... 23, 38, 50, 61, 77.

My latest is what I call Time Channels and Trading Times. It's amazing when you lay the vertical trading times and horizontal time channels on a 1 minute chart. I'll have to upload a screen shot and post the link.




TheRumpledOne
6,529 posts
msg #42226
Ignore TheRumpledOne
3/19/2006 12:27:23 PM

Here's two more links that someone could check out the Next NTRI picks:

http://www.stockta.com/

http://www.thegreedytrader.com/index.aspx




TheRumpledOne
6,529 posts
msg #42227
Ignore TheRumpledOne
3/19/2006 12:46:15 PM

www.stockta.com says:

Symbol __|_ Entry Date |__ Entry __|__ __|_ Recent _|_ Overall _|_ Short _|_ Inter _|__ Long __|__ Message __|

XSNX __|__ 2006-03-19 __|__ 2.50 __|__ __|__ 2.50 __|__ Bull __|__ Bull __|__ Bull __|__ Bull __|__
URIX __|__ 2006-03-19 __|__ 1.68 __|__ __|__ 1.68 __|__ Bull __|__ Bull __|__ VBull __|__ Bull __|__
TGB __|__ 2006-03-19 __|__ 1.81 __|__ __|__ 1.81 __|__ Bull __|_ Neutral _|__ Bull __|__ Bull __|__
SVVS __|__ 2006-03-19 __|__ 1.35 __|__ __|__ 1.35 __|_ Neutral _|_ Neutral _|_ Neutral _|__ Neutral __|__
SUWN __|__ 2006-03-19 __|__ 1.50 __|__ __|__ 1.50 __|__ VBull __|__ Bull __|__ VBull __|__ Bull __|__
PTSC __|__ 2006-03-19 __|__ 1.63 __|__ __|__ 1.63 __|__ VBull __|__ VBull __|__ VBull __|__ VBull __|__
PRTL __|__ 2006-03-19 __|__ 0.76 __|__ __|__ 0.76 __|_ Neutral _|_ Neutral _|_ Neutral _|__ Neutral __|__
PPHM __|__ 2006-03-19 __|__ 1.44 __|__ __|__ 1.44 __|_ Neutral _|_ Neutral _|__ Bull __|__ Neutral __|__
OWENQ__|__ 2006-03-19 __|__ 1.66 __|__ __|__ 1.66 __|__ Bear __|__ Bear __|__ Bear __|__ VBear __|__
NXXI __|__ 2006-03-19 __|__ 1.38 __|__ __|__ 1.38 __|__ Bull __|__ Bull __|__ Bull __|__ Neutral __|__
MBAY __|__ 2006-03-19 __|__ 1.11 __|__ __|__ 1.11 __|_ Neutral _|_ Neutral _|_ Neutral _|__ Neutral __|__
IVAN __|__ 2006-03-19 __|__ 2.66 __|__ __|__ 2.66 __|_ Neutral _|_ Neutral _|_ Neutral _|__ Neutral __|__
INFO __|__ 2006-03-19 __|__ 0.58 __|__ __|__ 0.58 __|_ Neutral _|_ Neutral _|_ Neutral _|__ Neutral __|__
GTCB __|__ 2006-03-19 __|__ 1.01 __|__ __|__ 1.01 __|__ Bear __|__ VBear __|__ Bear __|__ Bear __|__
GNBT __|__ 2006-03-19 __|__ 2.94 __|__ __|__ 2.94 __|__ VBull __|__ Bull __|__ VBull __|__ VBull __|__
FSRT __|__ 2006-03-19 __|__ 0.51 __|__ __|__ 0.51 __|_ Neutral _|_ Neutral _|__ Bear __|__ Neutral __|__
EZM __|__ 2006-03-19 __|__ 1.68 __|__ __|__ 1.68 __|_ Neutral _|_ Neutral _|_ Neutral _|__ Neutral __|__
EMFP __|__ 2006-03-19 __|__ 1.84 __|__ __|__ 1.84 __|__ Bull __|_ Neutral _|__ Bull __|__ VBull __|__
DYMTF__|__ 2006-03-19 __|__ 1.42 __|__ __|__ 1.42 __|__ Bull __|__ Bull __|__ Bull __|__ VBull __|__
DVW __|__ 2006-03-19 __|__ 1.74 __|__ __|__ 1.74 __|__ Bull __|__ VBull __|__ Bull __|__ Bull __|__
DOIG __|__ 2006-03-19 __|__ 1.90 __|__ __|__ 1.90 __|_ Neutral _|__ Bear __|_ Neutral _|__ Neutral __|__
CYTR __|__ 2006-03-19 __|__ 1.72 __|__ __|__ 1.72 __|__ VBull __|__ Bull __|__ VBull __|__ VBull __|__
CWPC __|__ 2006-03-19 __|__ 5.00 __|__ __|__ 5.00 __|__ Bull __|__ Bull __|__ Bull __|__ Bull __|__
CVM __|__ 2006-03-19 __|__ 0.79 __|__ __|__ 0.79 __|__ VBull __|__ VBull __|__ Bull __|__ VBull __|__
CTCH __|__ 2006-03-19 __|__ 1.27 __|__ __|__ 1.27 __|__ Bull __|__ Bull __|__ Bull __|__ Bull __|__
CPTC __|__ 2006-03-19 __|__ 1.13 __|__ __|__ 1.13 __|__ Bear __|__ Bear __|_ Neutral _|__ Neutral __|__
CHTR __|__ 2006-03-19 __|__ 1.03 __|__ __|__ 1.03 __|_ Neutral _|_ Neutral _|_ Neutral _|__ Neutral __|__
ATAR __|__ 2006-03-19 __|__ 0.62 __|__ __|__ 0.63 __|__ Bear __|__ Bear __|__ Bear __|__ Bear __|__
CAMH __|__ 2006-03-19 __|__ 3.75 __|__ __|__ 3.75 __|__ VBull __|__ VBull __|__ VBull __|__ Bull __|__
BWLRF__|__ 2006-03-19 __|__ 1.00 __|__ __|__ 1.00 __|__ VBull __|__ Bull __|__ VBull __|__ VBull __|__
BPUR __|__ 2006-03-19 __|__ 1.43 __|__ __|__ 1.43 __|__ Bull __|__ VBull __|__ Bull __|__ Bull __|__
AVNX __|__ 2006-03-19 __|__ 3.08 __|__ __|__ 3.08 __|__ VBull __|__ VBull __|__ VBull __|__ Neutral __|__
ACKHQ__|__ 2006-03-19 __|__ 0.80 __|__ __|__ 0.80 __|__ Bear __|_ Neutral _|_ Neutral _|__ VBear __|__



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