StockFetcher Forums · Filter Exchange · RSI 13/34<< >>Post Follow-up
davesaint86
725 posts
msg #152115
Ignore davesaint86
5/8/2020 8:25:43 PM

Fetcher[symlist(shy,xlk,xlre,xlb,xli,xlv,ibb,xlp,xlf,xle,xly,xlc,qqq,spy,dia,iwm,eem,,efa,gld,gdx,slv,tlt,uso,usmv,scz,efav,oih,wiz,ief,mdy,vgt,fdn,iyt,spxs,spxl,tqqq,sqqq,sso,sds,qld,qid,ba,agg,cwi,cost,sso,sds,upro,spxu,udow,tna,tza,sh,psq,sdow,ddm,dxd,dia,gbtc)

Set{RS1, csto + c-rsi}
Set{RS, rs1 / 2}

draw ma(18)
draw ma(50)

draw Bollinger bands(18,2.0)
set{E31, price above Upper Bollinger Bands(18,2)}
set{ABLongposition, count(E31 > 0,1)}
set{ABShortposition, count(E31 < 0,1)}
SET{ABSTRIGGER,0}
set{E35, price below Lower Bollinger Bands(18,2)}
set{BBLongposition, count(E35 > 0,1)}
set{BBShortposition, count(E35 < 0,1)}
SET{BBSTRIGGER,0}


set{CRS1, rsi(5),1)}
set{CRS2, rsi(13),1)}
set{CRS3, rsi(34),1)}
set{CCRS1, CRS1 + CRS2}
set{CCRS2, CCRS1 + CRS3}
set{CCRS3, CCRS2 /3}

set{CRS4, weekly rsi(5),1)}
set{CRS5, weekly rsi(13),1)}
set{CRS6, weekly rsi(34),1)}

set{WCRS1, CRS4 + CRS5}
set{WCRS2, WCRS1 + CRS6}
set{WCRS3, WCRS2 /3}
set{CWRSI1, CCRS3 + WCRS3}
set{C-RSI, CWRSI1 /2}
set{RSI34, RSI(34) - 50}
set{CRSI_Bar, RSI34}
PlotType{CRSI_Bar,zerobar}

set{RSI13, RSI(13) - 50}
set{RSI13_line, RSI13}


set{RSI5, RSI(5) - 50}
set{RSI5_line, RSI5}


set{drsilong1, count(rsi(34) above 1, 1)}
set{drsilong2, count(rsi(5) above rsi(34), 1)}
set{drsilong3, count(rsi(13) above rsi(34), 1)}
set{drsilong4, drsilong1 + drsilong2}
set{drsilong5, drsilong4 + drsilong3}
set{drsilong, count(drsilong5 equals 3, 1)}
set{drsishort, count(drsilong5 less than 3, 1)}
SET{DRSITRIGGER,0}


set{wrsi1, weekly rsi(5)}
set{wrsi2, weekly rsi(34)}
set{wrsi3, count(wrsi1 > wrsi2,1)}
set{wrsilong, count(wrsi3 equals 1, 1)}
set{wrsishort, count(wrsi3 less than 1, 1)}


set{TWRSI5, weekly RSI(5)}
set{TWRSI13, weekly RSI(13)}
set{TWRSI34, weekly RSI(34)}
set{TWRSI1, TWRSI5 + TWRSI13}
set{TWRSI2, TWRSI1 + TWRSI34}
set{A-WRSI, TWRSI2 / 3}
set{TDRSI5, RSI(5)}
set{TDRSI13, RSI(13)}
set{TDRSI34, RSI(34)}
set{TDRSI1, TDRSI5 + TDRSI13}
set{TDRSI2, TDRSI1 + TDRSI21}
set{A-DRSI, TDRSI2 / 3}
set{LongRSI34Trend,count(RSI(34) > 49 ,1)}
set{LongRSI,count(RSI13 > RSI34 ,1)}
draw LongRSI on plot
set{ShortRSI,count(RSI13 < RSI34 ,1)}
draw ShortRSI on plot


set{LongRSI5,count(RSI5 above the 0 line ,1)}
set{LongRSI13,count(RSI13 above the 0 line ,1)}
set{LongRSI34,count(RSI34 above the 0 line ,1)}


set{wsto, weekly Slow Stochastics(14,3)}
set{dsto, Slow Stochastics(14,3)}
set{wdsto, wsto + dsto}
set{CSTO, wdsto / 2}

add column rs
add column separator
add column longrsi {Long}
add column separator
add column shortrsi {Short}
add column separator
add column cma(low,3) {MA3-L}
add column separator
add column ABLongposition{a-u-bb}
add column separator
add column BBShortposition{b-l-bb}
add column separator

SORT COLUMN 5 DESCENDING
CHART-TIME IS 120 days
]



StockFetcher Forums · Filter Exchange · RSI 13/34<< >>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.