StockFetcher Forums · Filter Exchange · Is it possible to Plot a Zerobar for RSI(30) with RSI(30) value = 0 and bars above and below the zero line<< >>Post Follow-up
davesaint86
725 posts
msg #135063
Ignore davesaint86
3/22/2017 2:53:08 PM




set{CRSI_30_Bar,RSI(30)}
draw CRSI_30_Bar
PlotType{CRSI_30_Bar,zerobar}

Kevin_in_GA
4,599 posts
msg #135064
Ignore Kevin_in_GA
3/22/2017 3:18:30 PM

Can RSI be negative? I don't think it can.

davesaint86
725 posts
msg #135066
Ignore davesaint86
modified
3/22/2017 3:59:22 PM

No. Marty Chenard from stocktiming.com somehow in his charts has taken the RSI(30) and designated RSI(30) the zero line. So 13 would actually be RSI(30) value of 63. I guess another to this this would be RSI(30) equal to would be the neutral line with readings above being bullish and readings below being bearish.

http://www.stocktiming.com/SuperAcceleratorModel.htm

Kevin_in_GA
4,599 posts
msg #135067
Ignore Kevin_in_GA
3/22/2017 4:02:04 PM

Then you need to simply create a new user-defined variable that looks like this

set{normalizedRSI, RSI(30) - 50}

that will give you what you want.

davesaint86
725 posts
msg #135074
Ignore davesaint86
3/22/2017 9:10:28 PM

Thanks Kevin!

Fetcher[
apply to symlist(aapl,xiv)

set{RSI30, RSI(30) - 50}
set{CRSI_Bar, RSI30}
draw CRSI_Bar
PlotType{CRSI_Bar,zerobar}

set{RSI9, RSI(9) - 50}
set{RSI9_line, RSI9}
draw RSI9 on plot CRSI_Bar
]



StockFetcher Forums · Filter Exchange · Is it possible to Plot a Zerobar for RSI(30) with RSI(30) value = 0 and bars above and below the zero line<< >>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.