StockFetcher Forums · Filter Exchange · a new way of looking at stochastics<< >>Post Follow-up
graftonian
1,089 posts
msg #147465
Ignore graftonian
4/20/2019 12:05:39 PM

While reading a few recent posts by out good friend Ed S., he mentioned a filter in progress based on stochastics. Well that set me thinking, and a couple of hours later this was concieved. Just scaled the stochastics to price range and super-imposed. Idle minds are the devils workshop.
Fetcher[
/*a different way of looking at stochastics*/
optionable
Average Volume(30) > 15000000
set{YrHi, close 200 day high}
set{YrLo, close 200 day low}
set{YrRange, YrHi - YrLo}
set{RngPct1, close - YrLo}
set{RngPct2, RngPct1 / YrRange}
set{RangePct, RngPct2 * 100}

add column rangepct
draw YrLo on plot price
draw YrHi on plot price

set{ssfk1, Slow Stochastics Fast %K(14)}
set{ssfk2, ssfk1 * yrrange}
set{ssfk3,ssfk2 / 100}
set{ssfk, ssfk3 + yrlo}
draw ssfk on plot price

set{sssd1, Slow Stochastics slow %d(14)}
set{sssd2, sssd1 * yrrange}
set{sssd3,sssd2 / 100}
set{sssd, sssd3 + yrlo}
draw sssd on plot price
/*buy if ssfk crosses above sssd and ssfk < low* and slope of sssd pos*/
set{buy1, count(ssfk is approaching sssd from below, 1)}
set{buy2, count(sssd < low, 1)}
set{buy3, count(slope of sssd > slope of sssd 1 day ago, 5)}
set{buy4, buy1 * buy2}
set{buy, buy4 * buy3}
draw buy add column buy
add column slope of sssd
set{stokslope, 2 day slope of sssd}
draw stokslope draw stokslope line at 0
sort on column 6 descending

]



StockFetcher Forums · Filter Exchange · a new way of looking at stochastics<< >>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.