Page 205 of 210
Re: Bollinger Bands type indicators for MT4
Posted: Tue Feb 04, 2025 6:14 am
by mrtools
FredericoA wrote: Tue Feb 04, 2025 5:00 am
hello mrtools, is it possible for audio alert to alert only onc per candle, please?
Hello, found an error in the alerts call may have caused it to have extra alerts, hopefully that fixed it.
Re: Bollinger Bands type indicators for MT4
Posted: Tue Feb 04, 2025 7:26 pm
by johnere
mrtools wrote: Sun Feb 02, 2025 11:53 pm
Hello, not sure I am understanding what you are wanting?
It could also be to add arrow buffers for the divergence arrows to the subwindow like some of kvak indicators...I cant proceed with my testing without this, if you could please do this or assign DRAW_NONE buffers to the divergence arrows
Re: Bollinger Bands type indicators for MT4
Posted: Wed Feb 05, 2025 3:13 am
by mrtools
johnere wrote: Tue Feb 04, 2025 7:26 pm
It could also be to add arrow buffers for the divergence arrows to the subwindow like some of kvak indicators...I cant proceed with my testing without this, if you could please do this or assign DRAW_NONE buffers to the divergence arrows
Hello, made the sub window arrows as buffers, if you are making an EA please share it with the community.
Re: Bollinger Bands type indicators for MT4
Posted: Wed Feb 05, 2025 11:48 pm
by FredericoA
mrtools wrote: Wed Feb 05, 2025 3:13 am
Hello, made the sub window arrows as buffers, if you are making an EA please share it with the community.
Hello mrtools, I would like if its possible audio alert for the small red and green arrowa at the indicator window. Wasn t those arrows supposed to be the divergence arrow? The indicator has divergence alerts but I think it's not working?
This is a really nice indicator, thanks
Re: Bollinger Bands type indicators for MT4
Posted: Thu Feb 06, 2025 1:37 am
by mrtools
FredericoA wrote: Wed Feb 05, 2025 11:48 pm
Hello mrtools, I would like if its possible audio alert for the small red and green arrowa at the indicator window. Wasn t those arrows supposed to be the divergence arrow? The indicator has divergence alerts but I think it's not working?
This is a really nice indicator, thanks
Try now, go the alerts with
inpDivMaxBar = 5; // Divergence alerts for bars less than:
on this chart.
Re: Bollinger Bands type indicators for MT4
Posted: Thu Feb 06, 2025 8:17 pm
by FredericoA
mrtools wrote: Thu Feb 06, 2025 1:37 am
Try now, go the alerts with
inpDivMaxBar = 5; // Divergence alerts for bars less than:
on this chart.
Perfect, thank you!
Re: Bollinger Bands type indicators for MT4
Posted: Sat Feb 15, 2025 8:11 am
by robo296
Any chance someone could add ATR bands to the indicator below?
thank you in advance!
Re: Bollinger Bands type indicators for MT4
Posted: Sat Feb 15, 2025 9:50 am
by kvak
robo296 wrote: Sat Feb 15, 2025 8:11 am
Any chance someone could add ATR bands to the indicator below?
thank you in advance!
Try..
Re: MT4 Indicator requests and ideas
Posted: Thu Feb 27, 2025 9:26 pm
by Josmellon2024
BB Squeeze Indicator 2025
The indicator will display colored zones directly on the price chart, providing clear visual signals about market conditions and potential trading opportunities. The colors will be plotted on a current candle.
Input Parameters:
- Bollinger Bands settings (Period and Deviation)
Keltner Channel settings (EMA Period, ATR Period, and Multiplier)
Squeeze Detection:
- Calculates Bollinger Bands (Middle SMA with ±2σ)
Calculates Keltner Channel (EMA ± ATR * Multiplier)
Detects squeeze when BB bands are inside Keltner Channel
Visualization:
- Gray color fills between BB bands during squeeze
Green/Red shows price position relative to BB middle during non-squeeze
Blue/Magenta indicates price breaking out of BB bands
Object Management:
- Creates time-based rectangles for visual representation
Automatically removes old objects to maintain performance
Updates dynamically with new price data
Re: Bollinger Bands type indicators for MT4
Posted: Thu Feb 27, 2025 9:26 pm
by mrtools
axelgr wrote: Thu Feb 27, 2025 4:07 am
Hello all.
You know an Bollinger Bands indicator that have this settings for mt4? :
Hello, found these.