거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Larry Williams' Variable Accumulation Distribution (WVAD) Indicator - MetaTrader 5용 지표

조회수:
8615
평가:
(10)
게시됨:
2018.12.01 00:53
iWVAD.mq5 (2.32 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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