StockFetcher Forums · Filter Exchange · Who really want to find the next NTRI - 2007<< 1 2 3 4 5 ... 12 >>Post Follow-up
wallman
299 posts
msg #49009
Ignore wallman
1/6/2007 11:54:22 PM

TRO,
Oh man,look at those stocks!
It's a Candy store.
MAMA ONSM HTI FORG ESCL ZICA NWACQ ... It sounds like an excerpt from our daily chatroom!
And you know the drill ... WATCH THE FAILS with the date offsets (SFWJ in particular)

Can't wait for Monday,see you there

P.S. You bring your fibs,i promise to stalk the HOD list:)


TheRumpledOne
6,407 posts
msg #49017
Ignore TheRumpledOne
modified
1/7/2007 11:32:10 AM

Fetcher[
/* NEXT NTRI Fib Retrace and Projections Display */

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

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

set{ Dynamic_Range , UpperLim - LowerLim }

set{ xFib1 , Dynamic_Range * .236 }
set{ xFib2 , Dynamic_Range * .382 }
set{ xFib3 , Dynamic_Range * .500 }
set{ xFib4 , Dynamic_Range * .618 }
set{ xFib5 , Dynamic_Range * .764 }

set { xFibR1 , LowerLim + xFib1 }
set { xFibP1 , UpperLim + xFib1 }

set { xFibR2 , LowerLim + xFib2 }
set { xFibP2 , UpperLim + xFib2 }

set { xFibR3 , LowerLim + xFib3 }
set { xFibP3 , UpperLim + xFib3 }

set { xFibR4 , LowerLim + xFib4 }
set { xFibP4 , UpperLim + xFib4 }

set { xFibR5 , LowerLim + xFib5 }
set { xFibP5 , UpperLim + xFib5 }


add column separator
add column UpperLim
add column LowerLim


/* enter what Fib Retrace(s) you want to see */

add column separator
add column xFibR1
add column xFibR2
add column xFibR3
add column xFibR4
add column xFibR5

/* enter what Fib Projection(s) you want to see */

add column separator
add column xFibP1
add column xFibP2
add column xFibP3
add column xFibP4
add column xFibP5
add column separator

Sort column 5 descending

/* price/volume/market criteria */

UpperLim above 1
LowerLim below 1

close below 15

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

add column industry

]



Here's a fib retrace/projection filter to help plan your trade.

Many times stocks that pop will retrace 23%, 38% or 50% and then take off again.

If you miss the first run, wait until the stock price bases at/near one of these levels BEFORE you jump in.

The fun part is since SF updates intraday now, you can run this and get live targets!

Wallman/Muddy, I posted an intraday filter that you can use LIVE to give you the fib levels.








seanban
22 posts
msg #49029
Ignore seanban
1/7/2007 3:18:22 PM

TRO/Muddy,
Your filters produce some stunning results. As a newbie, any chance of an explaination of the dashboard and it's use in entry/exit decisions.

Great stuff - John


corsino
259 posts
msg #49033
Ignore corsino
1/7/2007 9:41:51 PM

Can the Fib retracement levels be superimposed on the charts themselves?


TheRumpledOne
6,407 posts
msg #49036
Ignore TheRumpledOne
modified
1/8/2007 1:38:07 AM

Fetcher[
/* NEXT NTRI Fib Retrace and Projections Display - with PLOTS */

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

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

set{ Dynamic_Range , UpperLim - LowerLim }

set{ xFib1 , Dynamic_Range * .236 }
set{ xFib2 , Dynamic_Range * .382 }
set{ xFib3 , Dynamic_Range * .500 }
set{ xFib4 , Dynamic_Range * .618 }
set{ xFib5 , Dynamic_Range * .764 }

set { xFibR1 , LowerLim + xFib1 }
set { xFibP1 , UpperLim + xFib1 }

set { xFibR2 , LowerLim + xFib2 }
set { xFibP2 , UpperLim + xFib2 }

set { xFibR3 , LowerLim + xFib3 }
set { xFibP3 , UpperLim + xFib3 }

set { xFibR4 , LowerLim + xFib4 }
set { xFibP4 , UpperLim + xFib4 }

set { xFibR5 , LowerLim + xFib5 }
set { xFibP5 , UpperLim + xFib5 }

DRAW xFibR1 on plot close
DRAW xFibR2 on plot close
DRAW xFibR3 on plot close
DRAW xFibR4 on plot close
DRAW xFibR5 on plot close

DRAW xFibP1 on plot close
DRAW xFibP2 on plot close
DRAW xFibP3 on plot close
DRAW xFibP4 on plot close
DRAW xFibP5 on plot close
DRAW UpperLim on plot close
DRAW LowerLim on plot close

add column separator
add column UpperLim
add column LowerLim


/* enter what Fib Retrace(s) you want to see */

add column separator
add column xFibR1
add column xFibR2
add column xFibR3
add column xFibR4
add column xFibR5

/* enter what Fib Projection(s) you want to see */

add column separator
add column xFibP1
add column xFibP2
add column xFibP3
add column xFibP4
add column xFibP5
add column separator

Sort column 5 descending

/* price/volume/market criteria */

UpperLim above 1
LowerLim below 1

close below 15

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

add column industry

]



There you go, corsino.

If we could control the color of the plot that would sure be nice!!







corsino
259 posts
msg #49038
Ignore corsino
1/8/2007 2:20:38 AM

WOW! At least they make a colorful chart !


dkatz
64 posts
msg #49085
Ignore dkatz
1/9/2007 10:20:32 AM

Avery -- love your filter, thanks as always for sharing. And I have a request in relation to it -- I've been trading using weekly data instead of daily, preferring the longer view -- if possible and not too much trouble, could you edit the filter to make it a weekly scan as well? I think this would also help those who trade off the daily in terms of confirmation through broader landscape visuals.


TheRumpledOne
6,407 posts
msg #49087
Ignore TheRumpledOne
1/9/2007 12:04:03 PM

dkatz... the filter is using "weekly" data in the sense it is looking for weekly highs/lows.

Nothing to change really.




dkatz
64 posts
msg #49088
Ignore dkatz
1/9/2007 12:31:30 PM

excellent, i see it now in the code, thanks!


dkatz
64 posts
msg #49089
Ignore dkatz
1/9/2007 12:38:12 PM

Avery, one more question -- I tried changing the close limitation from below $15 to above $15 but been getting 0 hits/results ... is the filter somehow limited to stocks $15 and under in it's programming? All I did was replace "close below 15" with "close > 14.99" and i tried "close above 14.99"


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