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精神中,這個腳本的作者以開源的方式發佈,這樣交易員可以理解和驗證它。請向作者致敬!您可以免費使用它,但在出版物中再次使用這段程式碼將受到網站規則的約束。 您可以收藏它以在圖表上使用。

想在圖表上使用此腳本?

免責聲明