TradingView
iamroot
2021年3月28日午後10時18分

Volume Weighted Directional Bias 

E-mini S&P 500 FuturesCME

詳細

This indicator uses a series of five volume weighted moving averages cast out in successive powers of three to calculate a value which expresses the direction and momentum of a trend. It can be used as a contrary indicator to identify waning momentum at the top or bottom of a rally or selloff. It can be used to identify trendline divergence. It can also be used for trend confirmation.

The length of the moving averages can be changed in the indicator inputs, but each should be longer than the previous.

The problem with most trend indicators is that they are either too lagging or too noisy. This indicator seeks to combine smoothed data and a long lookback period with an exponentially forward weighted calculation, making it still very responsive to market changes without too much signal noise.

リリースノート

Updated misnamed input title so that it is not confusing. This does not change any functionality.

リリースノート

Updated to PineScript v5
コメント
drala1008
Hi, what timeframe do you typically use for futures in your indicator?
randallprince
You realize that second_ma, third_ma, and fourth_ma literally do nothing? They are added and immediately subtracted...

Line 27 is effectively: macd = first_ma - fifth_ma

Great concept, but still needs some work.
gmeneguzzo
One of the most underevaluated indicators on TV . Awesome and useful .
詳細