StockFetcher Forums · Filter Exchange · Who really wants to find the next NTRI?<< 1 2 3 4 5 ... 31 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #41243
Ignore TheRumpledOne
2/16/2006 11:27:28 AM

More steps:

Step 4) Load a portfolio here:

http://moneycentral.msn.com/investor/finder/deluxestockscreen.aspx?query=Institutional+Ownership+Up+Last+Month

And you can check out institutions here too.


Step 5) Load a portfolio here:

www.stockscores.com

Step 6) Load up the WARM FILTER DISPLAY and apply to a watchlist of these stocks.

We should find the next NTRI!



nikoschopen
2,824 posts
msg #41249
Ignore nikoschopen
2/16/2006 2:49:49 PM

Neither was Rome built in one day nor did NTRI fly to the moon in one launch. This is a value statement too saturated for a jaundiced day/swing trader like myself.


Ray1
20 posts
msg #41262
Ignore Ray1
2/16/2006 7:01:37 PM

Hey TheRumpledOne I wouldn’t mine helping out…
But I must confess, I’m new to trading much less SF tech screening I just signed up a few days ago. I had most of my gains with fundamental screening at Zacks Web site. I’m impressed with the complexity of some the tech filter I’ve seen posted at SF. Just hope I can help out. You was right on about XSNX, it moved up 8 ½ percent today. Anything I can do just me know

Later Ray1



TheRumpledOne
6,407 posts
msg #41271
Ignore TheRumpledOne
2/17/2006 1:07:58 AM

Another site for checking out the BIG BOYS (Institutions):

http://finance.pinnacor.com/




TheRumpledOne
6,407 posts
msg #41272
Ignore TheRumpledOne
2/17/2006 1:13:54 AM

www.stockscores.com says:

Symbol Last Threshold Change Signal Sentiment Delete
ATAR $0.89 $0.93 n/a 38 31
AVNX $1.28 $1.34 n/a 59 71
DOIG $2.14 $2.25 n/a 59 60
DVW $1.24 $1.30 n/a N/A N/A
GNBT $1.53 $1.61 n/a 70 76
IVAN $2.44 $2.56 n/a 71 64
PPHM $1.39 $1.46 n/a 49 67
PRTL $0.94 $0.99 n/a 64 51
TGB $1.80 $1.89 n/a 61 70
XSNX $1.15 $1.20 n/a 57 56

Since these are low priced stocks, you can buy 1,000 - 10,000 shares.

That way if they move $.10, you can make $100 - $1000.

MAY ALL YOUR FILLS BE COMPLETE.

P.S. I bought 10,000 XSNX but my fill was a partial fill... first they give me 500 and, of course the price goes up, then as it came down, I get the balance of my order filled... cheaters! Could have picked up an extra $400 or so doing the quick in/out.






TheRumpledOne
6,407 posts
msg #41280
Ignore TheRumpledOne
2/17/2006 4:01:04 PM

Somewhere I remember reading about "free shares".

What they meant was to buy shares of a stock and when it goes up to cash out your original stake and let the rest ride.

That's what I did with XSNX... bought 10,000 yesterday and cashed out 9,000 today. So I have 1,000 free shares.

I figured that if I can do this with each stock that pops out of this filter, I will have a nice "stock garden" and the next NTRI should bear fruit.

MAY ALL YOUR FILLS BE COMPLETE.


jacobnbr1
37 posts
msg #41288
Ignore jacobnbr1
2/17/2006 9:05:22 PM

yea.. i had just said that! what could be a better way to play? hold the shares til who cares when cause they are free... this looks cool, i will simutrade it and see.


TheRumpledOne
6,407 posts
msg #41347
Ignore TheRumpledOne
modified
2/18/2006 11:00:32 PM

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

/* PRICE POSITION PERCENT DISPLAY */

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

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

/* 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 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 1000000
avg vol(30) above 1000000

add column industry

Sort column 7 ascending
]



Changed the 8 to 9 in the following lines:

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

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

Will increment each week.

I added the BULLPOWER and BEARPOWER columns.

BLxBL column shows days BULLPOWER has increasing/decreasing.

BRxBR column shows days BEARPOWER has increasing/decreasing.

MAY ALL YOUR FILLS BE COMPLETE.





TheRumpledOne
6,407 posts
msg #41351
Ignore TheRumpledOne
2/18/2006 11:18:24 PM

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

/* PRICE POSITION PERCENT DISPLAY */

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

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

/* 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 Bullpower
add column Bearpower
add column BLxBL
add column BRxBR

/* Selection Criteria */

UpperLim above 4
LowerLim below 2

close below 5

avg vol(5) above 1000000
avg vol(30) above 1000000

add column industry

Sort column 7 ascending
]



Variation:

UpperLim above 4
LowerLim below 2





TheRumpledOne
6,407 posts
msg #41433
Ignore TheRumpledOne
2/20/2006 8:45:43 PM

Got this in my inbox today:


02/20/06
An energizing opportunity

As the editor of two popular financial newsletters, BreakAway Investor and Volume Spike Alert, I’m on the phone a lot. More often than not, the calls are trivial and mundane. Let’s face it, corporate finance is not the most exciting stuff. But I have to do what it takes to get to the bottom of the story and uncover the true profit potential.

Every once in a while, I make a call that stands far beyond the rest. One of my most remarkable calls occurred just the other day when I had a nice long chat with the CEO of a very innovative and industry-changing company.

Few people strike me as having true genius-level status. Without a doubt this guy does. He’s in charge of a small, US$140 million company that is about to set a hundred-billion dollar industry on fire.

In fact, this CEO is so smart that the product he developed recently won the 2005 World Technology Award. To the average person, that may sound like some ordinary feat. To savvy investors, it’s the sound of a cash register ringing up huge profits.

This CEO knows it. And after our conversation, I know it. You see, the previous winners of this award – companies like IBM, Apple Computer, and Qualcomm – have gone on to huge things. In fact, most of the previous winners have gone on to earn their shareholders gains of over 1,000%. No, that’s not a typo.

To say the least, the man I chatted with is more than excited. In just a few months, when this company’s shares start soaring, he’s going to be much richer. Just like past winners of the World Technology Award, his company is going to become a household name.

So, what does this company do? In a nutshell, its saves companies huge amounts of money. How does it do it? By drastically cutting their energy bills.

The same guy that I spent a good chunk of my day talking to invented a clear film that can be invisibly installed on regular, run-of-the-mill windows and instantly turn them into highly-efficient solar panels. Imagine every window in an office building, quietly and efficiently producing electricity.

With prices soaring, everybody who has ever paid an outrageous energy bill is going to be pushing and shoving to get their hands on this technology. This technology is having such an impact on the industry that experts are now saying this kind of power generation could be a true competitor for natural gas-fired electric generation in the next few years.

That’s huge. And for this company, it spells big things. It’s time to get in on this rare investment.

Fortunately, if I ever need to chat with the CEO of this company again, I’ve got his cell phone number at the top of my address book. He’s going to be a great connection as this company grows to be a national leader.

I’ve got a lot more important details about this revolutionary company and its ingenious CEO, so I’ve written a full report on my findings. It’s just about finished, but I’m awaiting confirmation of a few more details.

Once I get what I want, and am positive this is the absolute best time to get in on this company, I will make sure Fear and Greed readers get their shot at this once-in-a-lifetime opportunity. Look for it later this week. Then you’ll be able to brag to your friends that you heard about this company first, before it was big and expensive.

Enjoy your President’s Day.


Andrew Snyder

Editor, BreakAway Investor



StockFetcher Forums · Filter Exchange · Who really wants to find the next NTRI?<< 1 2 3 4 5 ... 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.