Re: Bollinger Bands Indicators for MT5

33
Bollinger Bands Squeeze BT
Banzai wrote: Sun Apr 28, 2024 4:02 am Bollinger Bands Squeeze

coder: mladen
date: October 5, 2018


Theory:

According to idea, Bollinger bands squeeze detect the periods of "no entry" zones by using the Bollinger bands and Keltner combined. When the Bollinger bands are within Keltner channel, then the "squeeze" is happening and then one should not enter a new position.The idea behind this is that the deviation from a moving average is smaller than the average true range in the times when the markets turn flat, and is usually happening at the times when imminent changes in the market.

This version:

There are few versions of the BB squeeze indicator, but they are combined with some other indicators (not related to either Bollinger bands or Ketner channel). This version uses only the original indicators and is, unlike some oscillators, showing its state on the main chart.

Usage:

When there is a "squeeze" going on, the indicator fills the bands zone with gray color. That means that you should not enter a new order in that time. When the zone is clear, it shows the relative position of close price compared to the middle value of Bollinger bands and also shows bands breakouts of the close price.


-------------------------------------
Download:

Bollinger bands squeeze.mq5


Image
These users thanked the author chris006 for the post (total 4):
mrtools, Banzai, Jimmy, alexm

Re: Bollinger Bands Indicators for MT5

34
BOLLINGER BANDS
(on/off button)

===============================================================================
1) SMA(20) The middle line of the Bollinger Bands is just SMA(20). Green color is for a short-term uptrend.
If a complete candle is above the SMA(20), go LONG/BUY.
===============================================================================
2) THE BIG GAP If there's a big gap between the candles and the SMA(20), that's an indication of a strong trend.
===============================================================================
3) BAND CLOUD In an uptrend, candles are hugging the upper green bands.
===============================================================================
4) THE SQUEEZE In a consolidation, we can clearly see the squeeze.
The trend can breakout to the upside or downside.
===============================================================================
DOWNLOAD

BB BT.ex5

BB BT.mq5

BB.ex5

BB.mq5