TradingView
RezzaHmt
21 Mei 2020 pukul 09.36

Volume Weighted Exponential Moving Average 

Bitcoin / TetherBittrex

Deskripsi

You might have heard that simple moving average barks twice, then you will also notice that volume weighted moving average is even more horrible.
Thanks to Trading View all I had to do was to replace SMA function with EMA.

VWEMA can be used as an adaptive moving average or even an alternative to VWAP.

Catatan Rilis

Simulative Volume is here (too).
If volume is not available for any security, replace it with one click.
Out put is not much different!
Komentar
Barney2077
Interesting idea. I have it side by side with the chandelier exit indicator and they roughly have the same crossing points (high or close above line), which is interesting as the calculations are very different. Good job
moathanabtawi
Great indicator thank you @RezzaHmt
is there any update to VWEMA ?
BCV_Trading
Great indicator! But what's the difference of it from vwap, except exponential component?
RezzaHmt
@BCV_Trading, VWAP resets at the beginning of the day but VWEMA continues from the last mark of the previous day. And VWEMA, unlike VWAP, can be applied on all intervals while maintaining its efficiency.
joelly3d
Interesting idea to have stimulative volume for things liek crypto that don’t have volume values.
MIKETDOG
Good job and excellent indicator!
I wanted to ask if there's anyway to implement these into Bollinger bands instead of a SMA, I tried using pine script but it will only allow me to use built in functions.
If you got any info on this it be much obliged!
RezzaHmt
@MIKETDOG, You have to build a function for VWEMA and then simply replace SMA with VWEMA.
However I'm not expecting it to turn into something perfect.

There is another way also. you can use my Moving Average Collection script. It may be a bit difficult to set it up at the beginning but it's easier than coding.
RezzaHmt
This is VWEMA 34 and BB bands set up using MAC:
MIKETDOG
@RezzaHmt, Thanks a lot man! Best of luck to you with your coding.
Koalafied_3
Great code, I prefer to use the EMA to the SMA and i'm working at a VWMA/MA strategy. I'm used to trading with an EMA so an VWEMA/EMA strategy is preferred. Cheers.
Lebih lanjut