And one more request. The average fractal volume indicator does not update on the chart independently; you have to update it manually. Could you fix it?
Re: MT4 Indicator requests and ideas
21972TryIntrest 1 wrote: Tue Mar 24, 2026 4:33 pm Thank you.
Here is another version that has 4 colors with the color logic of the original. Could you fix it too?
- These users thanked the author kvak for the post (total 3):
- ashdays, Intrest 1, Krunal Gajjar
"fear moves faster than greed"
Re: MT4 Indicator requests and ideas
21973Average Fractal VolumesIntrest 1 wrote: Tue Mar 24, 2026 5:38 pm And one more request. The average fractal volume indicator does not update on the chart independently; you have to update it manually. Could you fix it?
Non-repainting, just the standard "Fractals lag" (confirmed only after 2 candles to the right).
This indicator, rather than displaying the raw volume for each candle, it provides the average volume that occured between swing highs and lows which connects volume to market structure rather than "time".
What do the Green and Red bars mean?
The Histogram spikes are at Fractals so each spike represents whenever:
- There's high volume between Fractals
- Confirmed strong trend "leg"
- Institutional activity
"fear moves faster than greed"
Re: MT4 Indicator requests and ideas
21975A pretty concept but because delayed by fractals it is too late to respond and signals of a strong trend are late........... a nice effort but thx brokvak wrote: Wed Mar 25, 2026 10:48 am Average Fractal Volumes
Non-repainting, just the standard "Fractals lag" (confirmed only after 2 candles to the right).
This indicator, rather than displaying the raw volume for each candle, it provides the average volume that occured between swing highs and lows which connects volume to market structure rather than "time".
What do the Green and Red bars mean?
The Histogram spikes are at Fractals so each spike represents whenever:Have not tested, it is late and I am going to bed. Test it and send feedback.
- There's high volume between Fractals
- Confirmed strong trend "leg"
- Institutional activity
Official Forex-station GIF animator at your service 
The best divergence indicator in the world.
The best divergence indicator in the world.
Re: MT4 Indicator requests and ideas
21976"Hi fellow coders, I would like to request to create an indicator that can detect candlestick patterns. Specifically the CB1 pattern. I have tried to look for an indicator that can detect the CB1 pattern but couldn't find one, even on TradingView. Below I will show what the CB1 pattern is."
So to summarize the CB1 concept so far:
CB1 = A reversal signal
It confirms a break of structure using the candle body (close price)
More accurate than traditional BOS which uses the wick/shadow
"The BOS pattern and CB1 pattern are different."
So to summarize the CB1 concept so far:
"The BOS pattern and CB1 pattern are different."
Re: MT4 Indicator requests and ideas
219772 versions attached, Standard v1.00 and Advanced v2.00mirfai wrote: Sun Mar 29, 2026 7:42 am "Hi fellow coders, I would like to request to create an indicator that can detect candlestick patterns. Specifically the CB1 pattern. I have tried to look for an indicator that can detect the CB1 pattern but couldn't find one, even on TradingView. Below I will show what the CB1 pattern is."
So to summarize the CB1 concept so far:
CB1 = A reversal signal
It confirms a break of structure using the candle body (close price)
More accurate than traditional BOS which uses the wick/shadow
"The BOS pattern and CB1 pattern are different."
Version 1.00
Detects CB1 patterns:
- Bullish CB1: Between 2 Lows (New Lo below prev Lo)
Draws a horizontal line at the swing HIGH between the 2 lows
Signal: price BREAKS above that line = BUY
- Bearish CB1: Between 2 Highs (New Hi above prev Hi)
Draws a horizontal line at the swing LOW between the 2 highs
Signal: price BREAKS below that line = SELL
Version 2.00
Here's a full summary of everything added in v2:
1 — Minimum Distance Filter Controlled by UseDistanceFilter, MinSwingBars (default 10) and MinSwingPoints (default 50). A CB1 is only drawn if the two swing points are at least that many bars apart AND that many points apart in price. This kills the noise clusters you saw on the screenshot 1.
2 — Break Arrows When ShowBreakArrow = true, a green up-arrow (▲) is drawn on the exact bar where price first closes above a bullish CB1, and a red down-arrow (▼) for bearish breaks. Makes entry bars instantly visible without hunting for them.
3 — Fibonacci Zone Filter When UseFibFilter = true, the indicator measures the major swing range over FibLookback bars and calculates the 23.6 / 38.2 / 50 / 61.8 / 78.6 levels. Only CB1s forming within FibTolerance (default 0.5%) of one of those levels are drawn. Off by default so it doesn't surprise you — turn it on when you want higher-conviction setups only.
4 — Line Expiry / Colour Fade Once price closes through a CB1 level the line automatically changes to grey dashed (BrokenColor) and shortens to end at the break bar. Live levels stay solid and coloured — so at a glance you can instantly see what's still active vs already triggered.
5 — All alerts now also support email and push notifications in addition to pop-ups.
- These users thanked the author alex4x for the post (total 3):
- Tsar, TransparentTrader, saugio15
Re: MT4 Indicator requests and ideas
21978Add an indicator to the chartSavi wrote: Fri Feb 27, 2026 3:07 pm Hello experts, is it possible to set alerts on the TL of this indicator?
Thank you in advance for your help.
Re: MT4 Indicator requests and ideas
21979Hello kvak, mrtools, is it possible to add full set of recent MAs to attached indicator please?
Re: MT4 Indicator requests and ideas
21980Hello, I am update my versions... se here CLICKFredericoA wrote: Wed Apr 01, 2026 5:48 am Hello kvak, mrtools, is it possible to add full set of recent MAs to attached indicator please?
"fear moves faster than greed"