Attachments forums

List of attachments posted on this forum.


All files on forums: 136089

Re: Bollinger Bands type indicators for MT4

Jedidiah, Tue Jun 07, 2022 3:20 pm

00-BollingerBands_v104
ボリンジャーバンドのインジケーター。ボリンジャーバンドの幅で色が変わります。
σ超え・BBセンタークロスでのアラート機能

00-BollingerBands_v104
Bollinger band indicator. The color changes depending on the width of the Bollinger band.
Alert function at σ over / BB center cross
ボリンジャーバンド(以後BB)の幅が指定幅以上でBBの色を変えることが出来ます。

BBの収縮・拡大を視覚的に捕らえやすくしてくれます。
またパラメータでの追加設定でσとのクロス、BBセンターラインとのクロスでのアラート機能付。
MTF対応。
パラメータ説明転載

以下のパラメータ追加。bAlertRangeをtrueでボリバンの 幅>=rangeでアラート。
bAlertRange   = false; // alert when abs(upper - lower) >= range
markRangeUpper = 233;  // range mark, upper
markRangeLower = 233;  // range mark, lower
colRange    = Aqua; // range color
wRange     = 0;   // range mark width
ボリバン/センターとのクロスでalert追加。
bAlertSigma  = false; // alert on crossing sigma line
bAlertSigmaAlt = false; // alert on crossing sigmaAlt line
bAlertCenter  = false; // alert on crossing center(ave) line


You can change the color of BB when the width of Bollinger Bands (hereinafter BB) is wider than the specified width.

It makes it easier to visually capture the contraction / expansion of BB.
In addition, with additional settings in the parameters, an alert function is provided for crossing with σ and crossing with the BB center line.
MTF compatible.
Parameter explanation reprint

Added the following parameters. Alert Range with true and Bolivan width> = range.
bAlertRange = false; // alert when abs (upper --lower)> = range
markRangeUpper = 233; // range mark, upper
markRangeLower = 233; // range mark, lower
colRange = Aqua; // range color
wRange = 0; // range mark width
Added alert at the cross with Bolivan / Center.
bAlertSigma = false; // alert on crossing sigma line
bAlertSigmaAlt = false; // alert on crossing sigmaAlt line
bAlertCenter = false; // alert on crossing center (ave) line
All files in topic