I would like the indicator to be coloured in the bar colour (Buy - green; Sell - red).
And if the Volume is less than in the previous two indicators, it should be highlighted in yellow.
Grazie.
E' possibile averlo per mt4?
Grazie.
Can you tell me if there is an indicator Volumes in the base (I have looked through, but did not find it), but with multidirectional ticks, i.e. if close>open , then the TickVolume in the positive zone
, V >0; and if close<open, then the TickVolume in the negative zone, V<0 .
I think it would be more logical than colouring the histogram in different colours.
And if not, how can I modify this standard indicator to leave one buffer and no colour scheme?
Like this?
Thank you. Yeah, that's right. Downloaded it.
However, I have already redesigned one of the Volumes indicators, but let it still be, as an example of a slightly different approach.
Can you tell me if it is possible to put fractals on the peaks in the code of this indicator or ONLY through its buffer?
and iCustom, and handle in another, new code of another indicator?
The chart is very jagged (up and down), no fractals will fit. Maybe it would be better to highlight in colour?
I have already made fractals of different types (by different constants, composition and calculation method) on a regular Volumes indicator and transferred them to the chart, but on such an indicator, I think, there will be more logic in fractals and, most importantly, accuracy. Actually, this is the point of Volumes modification.
I will think about how to cross Volumes Custom (slightly modified so that the histogram was above zero and below zero) and Flexible Fractal.

- www.mql5.com
If you use not the standard Williams fractal with i(0)>-1, -2,+1,+2, and i(0)<-1, -2,+1,+2, but only i (0)> -1, -2, and i(0)<-1, -2 , then everything will work out. I just have a prejudice that fractals are strictly a structure of 5 ticks, where the average is greater than 2 on the left and 2 on the right.
But even if we use a standard fractal, it will also work, but there will be very few fractals.
At least, I was able to do it with Rulang from Rumus, and MQL5 has much more possibilities. But I don't know MQL5 yet.
Yes, exactly, there will be very few fractals, but not fractals, but extremums. Below I have shown the lost opportunities in the crossed-out places
OK, let them be extrema. The left extremum (cross) is not lost, becausei(0)<-1 ; and i(-1)< -2; theright cross in this scheme is not an extremum at all, and then there are several in a row. I probably could not explain it to you, but if you looked at the files, everything would be clear. Since no one is interested, I will delete the messages later, maybe someone will be interested. But to build fractals (extrema) according to this scheme is not the final goal, but also an intermediate one. Okay. I will try myself.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Volumes:
The Volumes indicator shows volumes with different colors depending on the volume changes.
The Indicator bars have two colors - green and red. The green color means that volume of the current bar is higher than volume of the previous bar. The red color, contrary, means that volume is lower than at previous bar. There is an option to choose the volumes used - tick/real volumes, the colors also can be changed.
Author: MetaQuotes Software Corp.