StockFetcher Forums · General Discussion · RSI with Bollinger Bands<< 1 2 >>Post Follow-up
psheridan050
52 posts
msg #61217
Ignore psheridan050
4/8/2008 6:19:37 AM

I was reading about wrapping Bollinger Bands around RSI or other indicators and was wondering if there is a way to do this with StockFetcher. Anyone have any ideas?

rtucker
318 posts
msg #61222
Ignore rtucker
4/8/2008 10:38:36 AM

It has been done before in this thread.

http://beta.stockfetcher.com/sfforums/?q=view&tid=38427&start=10&isiframe=

psheridan050
52 posts
msg #61224
Ignore psheridan050
4/8/2008 10:59:04 AM

Thanks, I'll give this a try

nikoschopen
2,824 posts
msg #61225
Ignore nikoschopen
4/8/2008 11:07:55 AM

Give Chetron all the credit for this one.

Fetcher[
Set{MA20,CMA(RSI(14),20)}
set{SD,cstddev(RSI(14),20)}
set{SD20,2 * SD}
set{BOLU,MA20 + SD20}
set{BOLD,MA20 - SD20}

add column RSI(14)
add column MA20{MA(RSI(14),20)}
add column BOLU{UpperBB}
add column BOLD{LowerBB}

draw MA20 on plot RSI(14)
draw BOLU on plot RSI(14)
draw BOLD on plot RSI(14)
]



johnpaulca
12,036 posts
msg #61229
Ignore johnpaulca
4/8/2008 12:14:44 PM

Would appreciate some help tweaking this filter using the following parameters:

BBands: 40 day with 1.4std

RSI: 3 day

-thanx

nikoschopen
2,824 posts
msg #61230
Ignore nikoschopen
4/8/2008 12:39:06 PM

I don't how the following will stack up to ure expectation, but let me know if it comes anywhere close.

Fetcher[
Set{MA40,CMA(RSI(3),40)}
set{SD,cstddev(RSI(3),40)}
set{SD40,1.4 * SD}
set{BOLU,MA40 + SD40}
set{BOLD,MA40 - SD40}

add column RSI(3)
add column MA40{MA(RSI(3),40)}
add column BOLU{UpperBB}
add column BOLD{LowerBB}

draw MA40 on plot RSI(3)
draw BOLU on plot RSI(3)
draw BOLD on plot RSI(3)
]



johnpaulca
12,036 posts
msg #61233
Ignore johnpaulca
4/8/2008 12:57:51 PM

Thanks bro.

Mactheriverrat
3,135 posts
msg #160265
Ignore Mactheriverrat
4/7/2023 11:07:42 PM

@snappyfrog
Here's the link that talks about adding Bollinger Bands to RSI 14 by nikoschopen.

snappyfrog
653 posts
msg #160266
Ignore snappyfrog
4/7/2023 11:13:18 PM

Thanks Mac

Mactheriverrat
3,135 posts
msg #160267
Ignore Mactheriverrat
4/7/2023 11:37:48 PM

Roger that.


StockFetcher Forums · General Discussion · RSI with Bollinger Bands<< 1 2 >>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.