OPEN-SOURCE SCRIPT

VWAP Slope

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

オープンソーススクリプト

TradingViewの精神に則り、このスクリプトの作者は、トレーダーが理解し検証できるようにオープンソースで公開しています。作者に敬意を表します!無料で使用することができますが、このコードを投稿で再利用するには、ハウスルールに準拠する必要があります。 お気に入りに登録してチャート上でご利用頂けます。

チャートでこのスクリプトを利用したいですか?

免責事項