Bollinger Trend 1.0
メタトレーダー・インジケータ (MT4/MT5)
-
ℹ 概要
A personal implementation of the famous Bollinger bands indicator as a trend following mechanism, which uses a moving average and the standard deviation to define what a trend is and when it changes. Bollinger bands are usually used as an oversold/overbought indicator only, but in my opinion, the trading approach is more complete using the trend variant as an exit strategy.
- Easy to trade
- Customizable colors and sizes
- It is non-repainting and non-backpainting
- It is fantastic as a trailing stop method
- It implements alerts of all kinds
- ≡
入力パラメータ
エキスパートを任意のチャートにロードすると、入力パラメータとして一連のオプションが表示されます。パラメータは分かりやすいブロックにまとめられているので、一見してパラメータの種類が多すぎると思っても絶望しないでください。
- Settings
- Enter the settings for bollinger bands: period and deviation.
- Drawing
- Customize colors and sizes for arrow objects.
- Alerts
- Enable or disable alerts of all kinds.
- ?
FAQ
- Does the indicator repaint?
- No, it does not.
- Does the indicator backpaint?
- No, it does not.
- How is it different from other trend indicators?
- This indicator uses the same elements as bollinger bands to determine the trend, which are a moving averange and the standard deviation using close prices. Other trend following indicators use ATR or just price breakouts to define the trend.