StockFetcher Forums · General Discussion · Moving Average of the RSI<< >>Post Follow-up
kar1
1 posts
msg #146303
Ignore kar1
1/29/2019 12:02:22 AM

Hello. First post here.
Was wondering if somebody could help me out?
I'm looking for a way to filter when the RSI(x) crosses above (or below) the moving average of the RSI(x)
In other words how do i create a moving average of the RSI indicator?

Thanks in advance for any help!


snappyfrog
653 posts
msg #146304
Ignore snappyfrog
1/29/2019 12:12:52 AM

Fetcher[
show stocks where close is above 10
and average volume(30) is above 250000
and draw RSI(10)
and draw CRSI(high, 10) on plot RSI(10)
and draw CRSI(low, 10) on plot RSI(10)
]



snappyfrog
653 posts
msg #146305
Ignore snappyfrog
1/29/2019 12:22:00 AM

Fetcher[
show stocks where close is above 10
and average volume(30) is above 250000
and CRSI(MA(30) ,15) crossed above RSI(30)
]



snappyfrog
653 posts
msg #146306
Ignore snappyfrog
1/29/2019 12:30:16 AM

Try using this bar also:


Fetcher[
price > 20
volume > 1000000
set{RSI30, RSI(30) - 50} /* davesaint86 */
set{CRSI_Bar, RSI30} /* davesaint86 */
draw CRSI_Bar /* davesaint86 */
PlotType{CRSI_Bar,zerobar} /* davesaint86 */
add column rsi(7)
]



StockFetcher Forums · General Discussion · Moving Average of the RSI<< >>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.