OPEN-SOURCE SCRIPT

VWAP Slope

Publishing one of the simplest yet one of my favorite concepts. Had to publish since I didn't really find any script for this on TV.

VWAP slope.

This is nothing fancy because it's just calculating "slope" with a very basic level formula
vwap_slope = (vwap - vwap[length]) / length

Above zero line, it's positive zone.
Below zero line, it's a negative zone.

The idea is to avoid choppy conditions and stay true to larger readings, sometimes when we have vwap directly on chart and when price interacts with it, we tend to take the lot of bad trades.

The intention here is to avoid just that.

This is also good at tracking failure of change in sentiments, this failure is very important, because one's failure occurs there is significant movement in the opposite direction of the failure.

Since there isn't much alteration to this idea, there is not much to talk about tbh.

Just remember, this is an educational idea and not assurance of future performance.

Regards.
sentimentstatisticsTrend Analysis
Pratik_4Clover

开源脚本

本着真正的TradingView精神,此脚本的作者已将其开源,以便交易者可以理解和验证它。向作者致敬!您可以免费使用它,但在出版物中重复使用此代码受网站规则约束。 您可以收藏它以在图表上使用。

想在图表上使用此脚本?

免责声明