mayyalcin

4 VWMAs at the Same Time (Also 6 Type of VWMA) by M.YALCIN

According to Pine Script Help

The VWMA function returns Volume-Weighted Moving Average of x for y bars back. It is the same as: sma(x * volume, y) / sma(volume, y)

In this work VWMA can be calculated with

---Simple Moving Avarage (likewise original one)
---Exponenetial Moving Avarage
---Weighed Moving Avarage
---TEMA Moving Avarage
---DEMA Moving Avarage
---HULL Moving Avarage

And 20,50,100,200 bars are optional ( periods can be changed and each of which are on/off type)
受保护脚本
该脚本是闭源发布的,您可以自由使用它。您可以收藏它以在图表上使用。您无法查看或修改其源代码。
免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?