OPEN-SOURCE SCRIPT

VWAP Slope

By Pratik_4Clover
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

Open-source script

In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in publication is governed by House rules. You can favorite it to use it on a chart.

Want to use this script on a chart?

Disclaimer