StockFetcher Forums · Filter Exchange · Buy and Sell based on Slow Stochastics 9<< >>Post Follow-up
SAFeTRADE
630 posts
msg #144302
Ignore SAFeTRADE
8/4/2018 10:08:48 AM

Fetcher[
set{xx, high + low}
set{xx2, xx + close}
set{xx3, xx2 / 3}
set{vmult, atr(10) * 1.5}
set{vstopu1a, low 10 day low + vmult}
set{vstopu2a, xx3 + vmult}
set{vstop, min(vstopu1a 1 day ago,vstopu2a)}

set{vstoplow, low vstop low 5 day low}
set{vstopx, vstoplow +vmult}
set{vstopxx, close + vstoplow}
set{vstop2, min(vstopx ,vstopxx)}


symlist(spy,qqq,dia)

set{pl,count(low above low 1 day ago,1) * count(low 1 day ago below low 2 days ago,1)}
set{pivot_low, pl * count(Slow Stochastics Fast %K(9) below 60,1)}
set{ph,count(high below high 1 day ago,1) * count(high 1 day ago above high 2 days ago,1)}
set{pivot_high, ph * count(Slow Stochastics Fast %K(9) above 60,1)}


set{cls,close}

set{overbought,70}

set{oversold, 30}

set{OB1, Slow Stochastics Fast %K(9) - overbought}
set{OS1, Slow Stochastics Fast %K(9) - oversold}


set{OB2, OB1 /1000}
set{OS2, OS1 / 1000}

set{OB3, close * OB2}
set{OS3, close * OS2}


set{OB, close - OB3}
set{OS, close - OS3}

draw OB on plot cls
draw OS on plot cls

draw Slow Stochastics Fast %K(9)
draw pivot_low
draw pivot_high
draw vstop on plot price
draw vstop2 on plot price
draw ma(5)
add column separator
add column os
add column ob

]



StockFetcher Forums · Filter Exchange · Buy and Sell based on Slow Stochastics 9<< >>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.