
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Volume weighted average bands posted here : https://www.mql5.com/en/forum/179807/page453
This might help (written by John Bollinger)
This seems to be one of Mladen’s indicators and I am really surprised that it has not received more attention. I find this indicator very smart because it does not clog my main window (leaving space for channels, trendlines, pitchforks, fibo levels, and other MAs) and because it provides a completely different point of view… It is centred on the bb MA-line and gives me the opportunity to draw new trendlines/channels (even pitchforks, try it) which are otherwise invisible on the main chart…
Mladen, I found a similar mq5 file but it is bars, not candles… As my eyes are used to candles rather than bars, I was wondering if you have it as candles, too.
Thank you very much for such a wonderful indicator mladen !! Really appreciated !!
This seems to be one of Mladen’s indicators and I am really surprised that it has not received more attention. I find this indicator very smart because it does not clog my main window (leaving space for channels, trendlines, pitchforks, fibo levels, and other MAs) and because it provides a completely different point of view… It is centred on the bb MA-line and gives me the opportunity to draw new trendlines/channels (even pitchforks, try it) which are otherwise invisible on the main chart…
Mladen, I found a similar mq5 file but it is bars, not candles… As my eyes are used to candles rather than bars, I was wondering if you have it as candles, too.
Thank you very much for such a wonderful indicator mladen !! Really appreciated !!
Try it out now (some "cosmetic" changes made too)
Try it out now (some "cosmetic" changes made too)
How do Calcuate this systems. for code mql4 ?
Bollinger Bands +2 -2 Levels.
UpBands =iBands(NULL,0,20,2,0,PRICE_CLOSE,MODE_UPPER,0);
https://www.mql5.com/en/charts/6454874/gbpusd-h1-destekfx
How do Calcuate this systems. for code mql4 ?
Bollinger Bands +2 -2 Levels.
UpBands =iBands(NULL,0,20,2,0,PRICE_CLOSE,MODE_UPPER,0);
https://www.mql5.com/en/charts/6454874/gbpusd-h1-destekfx
It is simple :
and so on for any further band(s)
It is simple :
and so on for any further band(s)
How do. Please write.,
Uppers Bands=20,2 Bollingers Band+2 Levels
Lowers Bands=20,2 Bollingers Band-2 Levels