Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Larry Williams' Variable Accumulation Distribution (WVAD) Indicator - indicateur pour MetaTrader 5

Vues:
8718
Note:
(10)
Publié:
2018.12.01 00:53
iWVAD.mq5 (2.32 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Albeit forex with major pairs does not have volume information, one of the most used indicators where this information is available is Williams' Variable Accumulation Distribution, or WVAD for short.

It's basic mathematical definition is:

While signal of (close-open) represents direction (positive for uptrend, negative for downtrend), it quantifies the amount of volume needed to actually change the price, driving it.

It was dropped in late 1970's due to the difficulty in implementing it.

The indicator reverts to the ratio of open-close to high-low, if volume information is not available. In the code was also included a Ask>Bid, because it becomes more reliable for other instruments where placing limit orders in pre-market is possible and, sometimes, results in Ask being larger than Bid (WDO/DOL FUTURES, at Brazilian BMF Bovespa, for instance).

In this version, it calculates for current bar at current time-frame.

Basic code formula is:

((close[i] - open[i])/(high[i] - low[i]))*(volume[i])


TrendStrength EMA variation TrendStrength EMA variation

TrendStrength EMA variation

TrendStrength DSMA TrendStrength DSMA

TrendStrength of deviation scaled MA

Better Volume Better Volume

Easy and visual way to check abnormal changes in Volume.

Super smoother RSI Super smoother RSI

Super smoother RSI