tartigradia

Generalized Bollinger Bands (Tartigradia)

tartigradia アップデート済   
Bollinger Band is simply a representation of the rolling average of price and its standard deviation around the average (called the "basis").
This indicator generalizes the Bollinger Band by implementing many different equations to calculate the Bollinger Bands beyond the standard deviation and sma.

Whereas other Bollinger Bands indicators often just change the basis but not the stdev calculation, the correct way to change the basis is to also change it inside the stdev calculation.

Advanced features such as temporal discounting (ie, newer bars can have more weights), median absolute deviation and multiple sigma bands (eg, 3-sigma) are available.
Up to 3 different Bollinger Bands can be displayed, and the background can be highlighted when price is overbought/oversold (beyond the Bollinger Band of choice).
Tip: BB3, which is the bollinger band with standard deviation of 3, which represents 99% of observed values in the lookback period, is a good choice to highlight overbought/oversold conditions.

Usage:
  • Use it as usual Bollinger Bands, as a measure of volatility, and to setup stop losses.
  • Use the bandwidth as a measure of volatility: higher is more volatile, lower is less.
  • When overbought, it can be a good time to sell/short. Use a higher Bollinger Band Multiplier such as 3 or more to reduce false positives.
  • When oversold, it can be a good time to buy/long. Use a higher Bollinger Band Multiplier such as 3 or more to reduce false positives.
  • Consider setting a much tighter lookback period of 4 as recommended in backtested works (en.wikipedia.org/wik...ising_moving_average), use zlma instead of sma, and finally set a higher timeframe for the Bollinger Bands than the one you are currently studying. Then, the Bollinger Bands can help in detecting overbought and oversold regions (price going "out of bands").

Note that I tried to automate the setting of a higher timeframe, but for some reason the output is different when I manually do it using request.security() than when it's in indicator(timeframe=""). If someone has any suggestion as to why it happens, please let me know! (You can try it for yourself by uncommenting the auto_timeframe parameter line).

If you want to plot the indicator in a separate pane, and to also plot %B and bandwidth, I made another indicator "Generalized Bollinger Bands %B and Bandwidth by Tartigradia" that does that.
リリースノート:
Update:
* Changed default bollinger band deviation for background highlight from 3-sigma down to 2-sigma. New instructions.

The background is highlighted when the current value is outside of the specified bollinger band, to the upside or downside. When selecting BB2 (2-sigma Bollinger Band, which includes 95% of the price deviations), the background highlight seems to correlate with price action momentum, and when the background disappears, the momentum appears to be exhausted. One strategy can be to enter a position when the background highlight disappears. This appears to work in all timeframes: from weekly down to 4h.
リリースノート:
Update:
* Clarify tooltip for the background highlight.
リリースノート:
Update:
* Minor comment change.
オープンソーススクリプト

TradingViewの精神に則り、このスクリプトの作者は、トレーダーが理解し検証できるようにオープンソースで公開しています。作者に敬意を表します!無料で使用することができますが、このコードを投稿で再利用するには、ハウスルールに準拠する必要があります。 お気に入りに登録してチャート上でご利用頂けます。

免責事項

これらの情報および投稿は、TradingViewが提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。

チャートでこのスクリプトを利用したいですか?