StockFetcher Forums · Public Filter List · Companion to XIV VXX Filter<< >>Post Follow-up
SAFeTRADE
630 posts
msg #132810
Ignore SAFeTRADE
11/26/2016 12:24:22 PM

Fetcher[
/*Tenkan-Sen*/
set{diff7TS, high 7 day high + low 7 day low}
set{TS, diff7tS / 2}
/*draw TS on plot price */

/*Kijun-Sen*/
set{diff22KS, high 22 day high + low 22 day low}
set{KS, diff22KS / 2}
/*draw KS on plot price */

/*Chikou Span*/
set{CS, DMA(1,-22)}
set{cs2, cs}


/*Senkou Span A*/
set{SSA1, TS + KS}
set{SSA2, SSA1 / 2}
set{SSA, SSA2 26 days ago}
set{bull, ssa}


/*Senkou Span B*/
set{SSB1, high 44 day high + low 44 day low}
set{SSB2, SSB1 / 2}
set{SSB, SSB2 22 days ago}
set{bear, ssb}
set{cls, close}
draw bear on plot cls
draw bull on plot cls
draw ema(5)

draw ssa on plot price
draw ssb on plot price
draw cs2 on plot price

symlist(spy,dia,qqq,xiv,vxx)

draw macd(3,6,9)
draw adx(3)
chart-length is 6 months
]



StockFetcher Forums · Public Filter List · Companion to XIV VXX Filter<< >>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.