StockFetcher Forums · General Discussion · Need help to overlay Bollinger Band on indicators<< >>Post Follow-up
luins
11 posts
msg #75473
Ignore luins
6/15/2009 9:31:51 PM

Hi,

I need some help on the followings

1) how to put/overlay the Bollinger Band(20,2) for volume on the volume bar
2) how to put/overlay the Bollinger Band(20,2) for RSI on the RSI indicator.

Thank you.

Regards
John Lui

chetron
2,817 posts
msg #75476
Ignore chetron
6/15/2009 10:43:54 PM

rsi(2)

Fetcher[

/* WSG */
Set{MA50,CMA(rsi(2),50)}
set{SD,cstddev(rsi(2),50)}
set{SD50,1.4 * SD}
set{BOLU,MA50 + SD50}
set{BOLD,MA50 - SD50}

draw BOLU on plot rsi(2)
draw BOLD on plot rsi(2)
]



luins
11 posts
msg #75479
Ignore luins
6/15/2009 11:47:42 PM

Thank you for the reply for Bollinger Band for RSI.
I still need one more help on

How to put/overlay the Bollinger Band(20,2) for volume on volume bar?

chetron
2,817 posts
msg #75483
Ignore chetron
6/16/2009 6:32:54 AM

DOESN'T GET ANY BETTER....


Fetcher[


/* WSG */

SET{VARVOL,VOLUME}
Set{MA50,CMA(VOLUME,50)}
set{SD,cstddev(VOLUME,50)}
set{SD50,1.4 * SD}
set{BOLU,MA50 + SD50}
set{BOLD,MA50 - SD50}

draw BOLU on plot VARVOL
draw BOLD on plot VARVOL

]



luins
11 posts
msg #75517
Ignore luins
6/16/2009 8:40:59 PM

Hi,

Thanks for the Bollinger Band for volume. But it cannot be overlay on the volume bar.
It there a way to overly the Bollinger Band on the volume bar instead of a separate frame?
Thank you.

chetron
2,817 posts
msg #75519
Ignore chetron
6/16/2009 9:14:54 PM

no

luins
11 posts
msg #75526
Ignore luins
6/17/2009 1:03:29 AM

Thank you. Any plan to include this feature in the future

chetron
2,817 posts
msg #75529
Ignore chetron
6/17/2009 6:32:02 AM

NO

StockFetcher Forums · General Discussion · Need help to overlay Bollinger Band on indicators<< >>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.