White Weis Volume Ticks
- インディケータ
- Ricardo Branco
- バージョン: 1.0
- アクティベーション: 5
White Weis Volume
This indicator shows the sum of the volume in each wave, bulish or bearish, as idealized by David Weis, but it brings an important addition, which is the marking of the bar with the highest volume of the wave (White Bar)!
In coding the indicator, it was sought to optimize the code to require minimal processing during use and not to overload mt5.
The indicator can be used for pre-trading analysis and study, where the trader analyzes possible points of support and resistance based on the waves of greater volume.
The indicator can be used in real time, analyzing two plots, one macro and the other micro (or fractal) and understanding price movements and observing the volume.
The White Weis Volume indicator is a powerful indicator that combines price and volume in one.
The indicator inputs are:
- Volume Type: Tick Volume or Real Volume Wave size (ticks): Minimum size for the wave to be defined as a high or low wave. (If the price is going in the opposite direction but without reaching this size, the histogram will be painted painted the color magenta (default) or the color definity by the user).
- Bulish wave color: Color to color the high wave histogram.
- Bearsish wave color: Color to color the high wave histogram.
- Undefined wave color: Color to color the histogram in undefined wave.
- "White Bar" (Higher volume of wave): Color to color the histogram that contains the highest volume of the wave.
For use in EA's we have the possibility of reading the buffers through the iCustom function.
Buffer0 = Volume Histogram
Buffer1 = Histogram colors (0 -> buy, 1-> sale, 2-> undefined).
Buffer3 = White Bar (Max volume).
That's it.
Success and good trades!
Ricardo, sensacional seu indicador. Bem legal mesmo ! Gostaria de uma ajuda sua. Não estou conseguindo pegar o valor quando a barra fica WHITE usando o iCustom. Quando dou o CopyBuffer(handle, 3, 0) ele sempre retorna zerado. Gostaria de plotar uma linha na abertura e fechamento do candle quando ocorrer o White. Se puder me dar um exemplo, ficaria agradecido (mexi no meta há 10 anos, estou voltando agora)!