StockFetcher Forums · Filter Exchange · DAY INCREMENTED WEEKLY WILLIAMS %R(2) CROSSOVER<< >>Post Follow-up
tomm1111
202 posts
msg #66541
Ignore tomm1111
modified
8/22/2008 1:01:49 AM

This filter captures the weekly williams %R(2) on a daily basis. Results decent at finding a bottom.

Works in progress.

Feedback on the filter is welcome.

Fetcher[
/* DAY INCREMENTED WEEKLY WILLIAMS %R(2) CROSSOVER */

/*Calculate weekly Williams%R(2) that move on a 1 day increment*/
/*Weekly to date, 1 day ago, and 2 days ago*/

set{abc1, Day Position(1,10) - close}
set{abc2, Day Position(1,10) - Day Position(0,10)}
set{q5, abc1 / abc2}

set{h1, Day Position(1,10) 1 day ago}
set{l1, Day Position(0,10) 1 day ago}
set{abc3, h1 - close 1 day ago}
set{abc4, h1 - l1}
set{q3, abc3 / abc4}

set{h2, Day Position(1,10) 2 days ago}
set{l2, Day Position(0,10) 2 days ago}
set{abc5, h2 - close 2 days ago}
set{abc6, h2 - l2}
set{q1, abc5 / abc6}

set{wk_billy, q5 * -100}
set{wk_billy1, q3 * -100}
set{wk_billy2, q1 * -100}

/*End of weekly Williams%R(2) calculation*/
/*----------------------------------------------------------*/

/*NORMALIZE OBV(1)*/
set{obval, INDPOSITION(OBV(1), 60) * 100}

draw obval line

show stocks where close is above 10
and volume is above 100000
and wk_billy is greater than wk_billy1
and Projection Oscillator(14) is increasing 1-day
and ERSI(5,2) is below ERSI(5,2) 2 day ago
and 5 day slope of SMI(5,3,1) is greater than 0
and smi(5,3,1) is less than 15 1 day ago
and slope of cmo(5,2) is greater than 0
and chart-time is 60 days

draw bollinger bands(10,1.5)
draw Linear Regression Channel(60)
draw CMO(5,2)
draw SMI(5,3,1)

and williams %R(2) increasing 1 day /* --- set to 2 to reduce hit rate*/
and average day range (10) above 3%

add column wk_billy
add column wk_billy1
add column wk_billy2
add column industry
add column sector
]



StockFetcher Forums · Filter Exchange · DAY INCREMENTED WEEKLY WILLIAMS %R(2) CROSSOVER<< >>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.