StockFetcher Forums · Filter Exchange · /* BREAKOUTS Punching through the top channel line */<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #37762
Ignore TheRumpledOne
9/1/2005 5:37:38 PM

Fetcher[
/* BREAKOUTS Punching through the top channel line */

/* TREND CALCULATIONS */
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{u1, T200 * 1}
Set{u2, T60 * 10}
Set{u3, T10 * 100}

Set{uu, u1 + u2}
Set{TREND, uu + u3}

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{E5b,days(close is above ema(5),100)}
set{E5a,days(close is below ema(5),100)}
set{ClxE5, E5a - E5b}

add column trend
add column ClxCl
add column ClxE5

/* SELECT BREAKOUTS */

Price trading in a 60 day channel 1 day ago
Price above the top of the 60 day channel


/* PRICE AND VOLUME SELECTION */

close above 20
volume above 1000000

sort column 5 descending

/* NORMALIZE accumulation distribution */

set{adval, INDPOSITION(accumulation distribution, 60) }

/* NORMALIZE momentum(12) */

set{moval, INDPOSITION(momentum(12), 60) }

/* NORMALIZE rsi(2) */

set{rsval, RSI(2) }

/* NORMALIZE williams %r(10) */

set{wrval, INDPOSITION(williams %r(10), 60) }


add column wrval
add column adval
add column rsval
add column moval


/* VOLUME CALCULATIONS */
set{v, volume 1 day ago}
set{volinc, volume - v}
set{volpc, volinc / v}
set{volpct, volpc * 100}

set{VolZ, days(volume < 1,100)}
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)}

and add column VlXvl
and add column Vdbl
and add column volpct

]



I forgot SF had given us PRICE CHANNEL until someone asked if I had a filter for it...lol

MAY ALL YOUR FILLS BE COMPLETE.


TheRumpledOne
6,407 posts
msg #37763
Ignore TheRumpledOne
9/1/2005 5:54:28 PM

Whoops!

Had to fix syntax... wish we could edit our posts!!

Fetcher[Price 1 day ago trading in a 60 day channel

Price above the top of the 60 day channel

close above 1

volume above 1000000
]



SF... I keep getting a syntax error but the syntax checker say OK?!??!?!




StockFetcher Forums · Filter Exchange · /* BREAKOUTS Punching through the top channel line */<< >>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.