StockFetcher Forums · Filter Exchange · RSI HEAD AND SHOULDERS....<< >>Post Follow-up
chetron
2,817 posts
msg #63953
Ignore chetron
modified
6/18/2008 3:33:56 PM

MAYBE....

Fetcher[



/* RSI(2) HEAD AND SHOULDERS */
/* TACHIKAWA */
/* WORK IN PROGRESS */


RSI(2) 2 DAY AGO BELOW RSI(2)
RSI(2) 3 DAY AGO ABOVE RSI(2)

RSI(2) BELOW RSI(2) 1 DAY AGO
RSI(2) 2 DAY AGO BELOW RSI(2) 1 DAY AGO
RSI(2) 3 DAY AGO ABOVE RSI(2) 2 DAY AGO
RSI(2) 4 DAY AGO BELOW RSI(2) 3 DAY AGO
RSI(2) 4 DAY AGO ABOVE RSI(2) 2 DAY AGO
RSI(2) 5 DAY AGO ABOVE RSI(2) 4 DAY AGO

CLOSE ABOVE .3
VOLUME ABOVE 10000

]






chetron
2,817 posts
msg #63954
Ignore chetron
modified
6/18/2008 4:07:05 PM

MAYBE A WILLY....


Fetcher[





/* WILLIAMS %R(2) HEAD AND SHOULDERS */
/* TACHIKAWA */
/* WORK IN PROGRESS */


CLOSE 2 DAY AGO BELOW CLOSE
CLOSE 3 DAY AGO ABOVE CLOSE

CLOSE BELOW CLOSE 1 DAY AGO
CLOSE 2 DAY AGO BELOW CLOSE 1 DAY AGO
CLOSE 3 DAY AGO ABOVE CLOSE 2 DAY AGO
CLOSE 4 DAY AGO BELOW CLOSE 3 DAY AGO
CLOSE 4 DAY AGO ABOVE CLOSE 2 DAY AGO
CLOSE 5 DAY AGO ABOVE CLOSE 4 DAY AGO



WILLIAMS %R(2) 2 DAY AGO BELOW WILLIAMS %R(2)
WILLIAMS %R(2) 3 DAY AGO ABOVE WILLIAMS %R(2)

WILLIAMS %R(2) BELOW WILLIAMS %R(2) 1 DAY AGO
WILLIAMS %R(2) 2 DAY AGO BELOW WILLIAMS %R(2) 1 DAY AGO
WILLIAMS %R(2) 3 DAY AGO ABOVE WILLIAMS %R(2) 2 DAY AGO
WILLIAMS %R(2) 4 DAY AGO BELOW WILLIAMS %R(2) 3 DAY AGO
WILLIAMS %R(2) 4 DAY AGO ABOVE WILLIAMS %R(2) 2 DAY AGO
WILLIAMS %R(2) 5 DAY AGO ABOVE WILLIAMS %R(2) 4 DAY AGO

CLOSE ABOVE .3
VOLUME ABOVE 10000

]



chetron
2,817 posts
msg #63984
Ignore chetron
modified
6/19/2008 7:38:46 AM

OR...


Fetcher[





/* RSI(2) HEAD AND SHOULDERS */
/* TACHIKAWA */
/* WORK IN PROGRESS */


CLOSE 2 DAY AGO BELOW CLOSE
CLOSE 3 DAY AGO ABOVE CLOSE

CLOSE BELOW CLOSE 1 DAY AGO
CLOSE 2 DAY AGO BELOW CLOSE 1 DAY AGO
CLOSE 3 DAY AGO ABOVE CLOSE 2 DAY AGO
CLOSE 4 DAY AGO BELOW CLOSE 3 DAY AGO
CLOSE 4 DAY AGO ABOVE CLOSE 2 DAY AGO
CLOSE 5 DAY AGO ABOVE CLOSE 4 DAY AGO



RSI(2) 2 DAY AGO BELOW RSI(2)
RSI(2) 3 DAY AGO ABOVE RSI(2)

RSI(2) BELOW RSI(2) 1 DAY AGO
RSI(2) 2 DAY AGO BELOW RSI(2) 1 DAY AGO
RSI(2) 3 DAY AGO ABOVE RSI(2) 2 DAY AGO
RSI(2) 4 DAY AGO BELOW RSI(2) 3 DAY AGO
RSI(2) 4 DAY AGO ABOVE RSI(2) 2 DAY AGO
RSI(2) 5 DAY AGO ABOVE RSI(2) 4 DAY AGO

CLOSE ABOVE .3
VOLUME ABOVE 10000

]



AND....

Fetcher[

/* BEARISH */

Draw Bearpower on plot Bullpower
Draw Bullpower line at 0
Draw FI(2) line at 0
Draw Williams %R(2) line at 0

Williams %R(2) crossed below -50
Williams %R(2) is between -50 and -70
Williams %R(2) 2-days ago was below -90

/* NORMALIZE accumulation distribution */

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

/* NORMALIZE RSI(7) */

set{rsval, INDPOSITION(RSI(7), 60) * 100}

/* NORMALIZE williams %r(7) */

set{wrval, INDPOSITION(williams %r(7), 60) * 100 }

/* NORMALIZE CCI(7) */

set{ccval, INDPOSITION(CCI(7), 60) * 100 }

/* DRAW THE MR CCIWLR CHART */

and draw wrval
and draw adval on plot wrval
and draw rsval on plot wrval
and draw ccval on plot wrval

Average volume(90) is above 100000
volume is above 100000
chart-length is 2-months
offset 0

Draw MACD(12,26)
Draw ADX(7)
Draw DI Difference(7)
Draw CCI(100)

set{E1326b,days(ema(13) is above ema(26),100)}
set{E1326a,days(ema(13) is below ema(26),100)}
set{E13xE26, E1326a - E1326b}

set{E50200b,days(ma(50) is above ma(200),100)}
set{E50200a,days(ma(50) is below ma(200),100)}
set{M50xM200, E50200a - E50200b}

set{E2050b,days(ma(20) is above ma(50),100)}
set{E2050a,days(ma(20) is below ma(50),100)}
set{M20xM50, E2050a - E2050b}

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{VolCnt, 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}

ADD COLUMN SEPARATOR
add column WILLIAMS %R(2)
ADD COLUMN SEPARATOR
and add column Vdbl
and add column volpct
ADD COLUMN SEPARATOR
add column BLxBL
add column BRxBR
add column PE
ADD COLUMN SEPARATOR
add column adval
add column wrval
ADD COLUMN SEPARATOR
add column E13xE26 {E13xE26}
and add column M20xM50
and add column M50xM200
ADD COLUMN SEPARATOR
add column sector
add column industry
ADD COLUMN SEPARATOR

]




Fetcher[

/* BULLISH */



Draw Bearpower on plot Bullpower
Draw Bullpower line at 0
Draw FI(2) line at 0
Draw Williams %R(2) line at 0

Williams %R(2) crossed ABOVE -50
Williams %R(2) is between -50 and -30
Williams %R(2) 2-days ago was ABOVE -10

/* NORMALIZE accumulation distribution */

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

/* NORMALIZE RSI(7) */

set{rsval, INDPOSITION(RSI(7), 60) * 100}

/* NORMALIZE williams %r(7) */

set{wrval, INDPOSITION(williams %r(7), 60) * 100 }

/* NORMALIZE CCI(7) */

set{ccval, INDPOSITION(CCI(7), 60) * 100 }

/* DRAW THE MR CCIWLR CHART */

and draw wrval
and draw adval on plot wrval
and draw rsval on plot wrval
and draw ccval on plot wrval

Average volume(90) is above 100000
volume is above 100000
chart-length is 2-months
offset 0

Draw MACD(12,26)
Draw ADX(7)
Draw DI Difference(7)
Draw CCI(100)

set{E1326b,days(ema(13) is above ema(26),100)}
set{E1326a,days(ema(13) is below ema(26),100)}
set{E13xE26, E1326a - E1326b}

set{E50200b,days(ma(50) is above ma(200),100)}
set{E50200a,days(ma(50) is below ma(200),100)}
set{M50xM200, E50200a - E50200b}

set{E2050b,days(ma(20) is above ma(50),100)}
set{E2050a,days(ma(20) is below ma(50),100)}
set{M20xM50, E2050a - E2050b}

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{VolCnt, 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}

ADD COLUMN SEPARATOR
add column WILLIAMS %R(2)
ADD COLUMN SEPARATOR
and add column Vdbl
and add column volpct
ADD COLUMN SEPARATOR
add column BLxBL
add column BRxBR
add column PE
ADD COLUMN SEPARATOR
add column adval
add column wrval
ADD COLUMN SEPARATOR
add column E13xE26 {E13xE26}
and add column M20xM50
and add column M50xM200
ADD COLUMN SEPARATOR
add column sector
add column industry
ADD COLUMN SEPARATOR

]



WALLSTREETGENIUS
983 posts
msg #63995
Ignore WALLSTREETGENIUS
modified
6/19/2008 8:59:33 AM

- DELETED BY THEMIGHTYRIGGS HIMSELF -

WALLSTREETGENIUS
983 posts
msg #63996
Ignore WALLSTREETGENIUS
modified
6/19/2008 9:03:51 AM

- DELETED BY THEMIGHTYRIGGS HIMSELF -

StockFetcher Forums · Filter Exchange · RSI HEAD AND SHOULDERS....<< >>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.