StockFetcher Forums · Filter Exchange · Who really wants to find the next NTRI?<< 1 ... 3 4 5 6 7 ... 31 >>Post Follow-up
Koronbock
201 posts
msg #41834
Ignore Koronbock
3/8/2006 8:06:00 AM

Oldsmar,
it is about time you stop being such a bickering bore and get back to business. Do you really think ANYBODY is interested in your musings? Post a filter or ask a question about filters or contribute something about trading. Anything else is a waste of our time.




stocktrader
294 posts
msg #41835
Ignore stocktrader
3/8/2006 9:27:59 AM

Snagged 2000 shares of GNBT in pre-market for 2.10
Up or down?.........


oldsmar52
104 posts
msg #41842
Ignore oldsmar52
3/8/2006 5:34:18 PM

Koronbock,
I KNOW nobody is interested in musings. All I initially did was ask Rump and Riggs to stop their childish arguing. How come nobody else told them to quit their bull/musings? Rump will ruin/destroy a group in time, the Yahoo site is proof. To give them their due, they're both loaded w/info....(and silly egos).
Frank


stocktrader
294 posts
msg #41843
Ignore stocktrader
3/8/2006 5:53:52 PM

Hope someone caught BPUR today. +19% gain.
It got away from me before I could catch it.

(TRO's filter with 500,000 min volume criteria change)

I can see that there are many off-topic posts in this forum.......


JimG
9 posts
msg #41846
Ignore JimG
3/8/2006 10:19:28 PM

Hello,
I was just playing with this filter and wanted to know if I am reading things right. To me it looks like GTCB is poised to takeoff in the morning. I am new to all of this so I may be reading things wrong. If so can someone explain to me what I should be looking for. Thanks
Jim


TheRumpledOne
6,529 posts
msg #41854
Ignore TheRumpledOne
3/9/2006 12:01:37 AM

JimG:

ANYTHING CAN HAPPEN!

GTCB could snap back to the .23 fib line at $1.29.

Or it could drop and retest dynamic suport at $.93.

ANYTHING CAN HAPPEN!


JimG
9 posts
msg #41855
Ignore JimG
3/9/2006 12:07:08 AM

Only reason I think it will go up is that unless I am misreading the chart or don't know enough about them yet is because on the after close daily chart it is showing today as an inside bar. I am under the impression that this usually signals a consolidation prior to a reversal. Is this not right?


luc1grunt
622 posts
msg #41858
Ignore luc1grunt
3/9/2006 6:50:33 AM

I was in and out of BPUR yesterday (Wednesday) for a cool 13% on 5k shares. Didn't sell a portion as I would normally do, but dumped the whole boat. No time to watch the screen today so take my cash and run.


TheRumpledOne
6,529 posts
msg #41873
Ignore TheRumpledOne
3/10/2006 8:21:29 AM

BPUR.... Look at the daily chart using the WARM FILTER DISPLAY.

See all 4 lines at the top.

What happened next?

IT DROPPED.

Now look at XSNX.

See all 4 lines at the top.

What happened next?

IT DROPPED.

Now look at IVAN

See the negative divergance between price and rsi(2).

What happened next?

IT DROPPED.

Now do you know when to start taking profit?

Now do you know when to NOT enter?

MAY ALL YOUR FILLS BE COMPLETE.




TheRumpledOne
6,529 posts
msg #41874
Ignore TheRumpledOne
3/10/2006 8:25:05 AM

Here's the filter use during the week of March 13, 2006:

Fetcher[

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

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

/* PRICE POSITION PERCENT DISPLAY */

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


/* Trade Planner Filter Display - Simple */

/* commented out...
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

...commented out... */

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

/* the following is under construction

set{REb,days(UpperLim is above UpperLim 1 day ago,100)}
set{REa,days(UpperLim is below UpperLim 1 day ago,100)}
set{Rdays, REa - REb}

set{SUb,days(LowerLim is above LowerLim 1 day ago,100)}
set{SUa,days(LowerLim is below LowerLim 1 day ago,100)}
set{Sdays, SUa - SUb}

add column Rdays
add column Sdays


I added the Rdays and SDays columns.

Rdays > 0 is the number of days since Dynamic Resistance made its last move up.

Rdays < 0 is the number of days since Dynamic Resistance made its last move down.


SDays > 0 is the number of days since Dynamic Support made its last move up.

SDays < 0 is the number of days since Dynamic Support made its last move down.

*/
]



I changed the volume criteria to:

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

Has anyone used www.ddmachine.com?

Let's work together and post facts about these stocks.

MAY ALL YOUR FILLS BE COMPLETE.


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