Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
I searched for a bollinger band where I can change the deviation. Its very strange that you cant do this with all the mt4 bollinger indicators. I would need someone who can program this "bands" indicator(in the upper post" which can do this( and also has shift option) into MTF?
There is guy out called RAl Lockhart, maybe some of you know him he worked in early times with Undergroundtrader together. I Studied his MANUAL PROJEKT in earleir times. ANd he is quite a genius in developing trading strategies and he really knows his stuff. Its intresting to study maybe you have time one day.
One thing he developed are EBB--bollinger bands with fibonacci deviation. He use 13 ema shift 3 forward and than with three different deviations. 1.618,2.618, 3.618....see picture. The reason for this is that the normal bollinger bands are hit to early to give objective signals. With this three bands its possible to observe the market flow.
EBB-cycle
Compression, realease, expansion
compression..the bollinger bands come together --ranging, choppy
release-- the market start to move --often hit all three bands till 3.618
during the release phase the market travel along the 2.618 bands for several period when the market start to not hit the 2.618 bands anymore its a early sign of weakening.
expansion--
2 ways: a very rapid decline following a release pahase high
or a rapid rise
and then the cycle start again compression, release, expansion
he also say that the points where the price hit the outer bands are important price points and can project in the future as s/r lines. If the market is strong and close above/under such point it show strength if not a reversal is in place. there are a lot of possibilities and trading methods to use.
ok I leave it there. If someone can make a MTF version of the band indicator I would appretiate.
So if I get so quick done I have to give more back!
The following is an explanation of %EBB exit method from Ral Lockhart.
Its a great thing and also useful for smaller timeframes(scalping).
%EBB shift 3 EXIT
take the bands indicator :
deviation: 2.618
Period : 13
early sign of reversal:
%R Williams settings:
13 periodes, lines 10%und 90%
first sign %WPR is above/below 10/90 and turn direction, or cross 10/90 lines.
Moving Average 3 Periodes: settings
Shifted 3 to the left
1) if 3 shift goe out the bollinger band sign of trending and second sign of overbought.
2) shift back into the bollinger band last sell sign
So you have an early warning signal %WPR and a confirmation sign of 3 shift/bollinger cross back.
sometimes the move is not strong enough to see the 3shift outside the bollinger bands then only use %Williams with candle confirmation (Market structure high and market structure low (high, higher high , lower high/ low, lower low, higher low)
Overview
Bollinger Bands are similar to moving average envelopes.
The difference between Bollinger Bands and envelopes is
envelopes are plotted at a fixed percentage above and
below a moving average, whereas Bollinger Bands are
plotted at standard deviation levels above and below
a moving average. Since standard deviation is
a measure of volatility, the bands are self-adjusting:
widening during volatile markets and contracting
during calmer periods.
Bollinger Bands were created by John Bollinger.
Code:
Interpretation
Bollinger Bands are usually displayed on top
of security prices, but they can be displayed
on an indicator. These comments refer to bands
displayed on prices.
As with moving average envelopes, the basic interpretation
of Bollinger Bands is that prices tend to stay within
the upper- and lower-band. The distinctive characteristic
of Bollinger Bands is that the spacing between the bands
varies based on the volatility of the prices.
During periods of extreme price changes (i.e., high volatility),
the bands widen to become more forgiving.
During periods of stagnant pricing (i.e., low volatility),
the bands narrow to contain prices.
Mr. Bollinger notes the following characteristics of Bollinger Bands.
- Sharp price changes tend to occur after the bands tighten,
as volatility lessens.
- When prices move outside the bands, a continuation
of the current trend is implied.
- Bottoms and tops made outside the bands followed
by bottoms and tops made inside the bands call
for reversals in the trend.
- A move that originates at one band tends to go
all the way to the other band. This observation is
useful when projecting price targets.
Code:
Calculation
Bollinger Bands are displayed as three bands.
The middle band is a normal moving average.
In the following formula, "n" is the number of
time periods in the moving average (e.g., 20 days).
1.bmp
The upper band is the same as the middle band,
but it is shifted up by the number of standard deviations
(e.g., two deviations). In this next formula, "D" is
the number of standard deviations.
2.bmp
The lower band is the moving average shifted down
by the same number of standard deviations (i.e., "D").
3.bmp
Mr. Bollinger recommends using "20" for the number of
periods in the moving average, calculating the moving average
using the "simple" method (as shown in the formula for
the middle band), and using 2 standard deviations.
He has also found that moving averages of less then
10 periods do not work very well.
Last edited by newdigital; 09-07-2007 at 11:20 AM.