StockFetcher Forums · Filter Exchange · /* HIGHER HIGHS, HIGHER LOWS */<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #37731
Ignore TheRumpledOne
8/30/2005 11:22:49 PM

Fetcher[
/* HIGHER HIGHS, HIGHER LOWS */

set{HH, count(high equal high 20 day high, 20)}

set{NewHI, count(high above high 1 day ago, 20)}

set{HL, count(low above low 1 day ago, 20)}

add column HH

add column NewHI

add column HL

HH above 0

high above high 1 day ago

volume above 1000000
close above 20

sort column 5 descending
]




Looking for stocks that are "punching" through the top.

MAY ALL YOUR FILLS BE COMPLETE.



TheRumpledOne
6,407 posts
msg #37756
Ignore TheRumpledOne
9/1/2005 7:06:54 AM

Fetcher[
/* HIGHER HIGHS, HIGHER LOWS */

set{HH, count(high equal high 20 day high, 20)}

set{NewHI, count(high above high 1 day ago, 20)}

set{HL, count(low above low 1 day ago, 20)}


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}



add column HH

add column NewHI

add column HL

add column trend

HH above 0

high above high 1 day ago


close above high 1 day ago

volume above 1000000
close above 20

sort column 5 descending


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

]




TheRumpledOne
6,407 posts
msg #37757
Ignore TheRumpledOne
9/1/2005 7:26:58 AM

Fetcher[
/* HIGHER HIGHS, HIGHER LOWS */

set{HH, count(high equal high 20 day high, 20)}

set{NewHI, count(high above high 1 day ago, 20)}

set{HL, count(low above low 1 day ago, 20)}


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{CxEma5, E5a - E5b}


/* EMA CROSSOVER CALCULATIONS */
set{E1326b,days(ema(13) is above ema(26),100)}
set{E1326b1, count(E1326b above -1 , 1)}
set{E1326b2, E1326b * E1326b1}
set{E1326a,days(ema(13) is below ema(26),100)}
set{E1326A1, count(E1326A above -1 , 1)}
set{E1326A2, E1326A * E1326A1}
set{E13xE26, E1326a2 - E1326b2}

/* 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 clxcl
and add column CxEma5
and add column E13xE26

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

add column HH

add column NewHI

add column HL

add column trend
add column industry

HH above 0

high above high 1 day ago

close above high 1 day ago

volume above 1000000
close above 20

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

]






StockFetcher Forums · Filter Exchange · /* HIGHER HIGHS, HIGHER LOWS */<< >>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.