OPEN-SOURCE SCRIPT

Larry Williams--Accumulation/Distribution

created by Larry Williams--Accumulation/Distribution

Larry Williams 的集散指标(WAD)计算方法则是基于价格变化:

如果当日收盘价高于前一日收盘价:

WAD
=
前一日的 WAD
+
(
收盘价

min

(
最低价
,
前一日收盘价
)
)
WAD=前一日的 WAD+(收盘价−min(最低价,前一日收盘价))
如果当日收盘价低于前一日收盘价:

WAD
=
前一日的 WAD
+
(
收盘价

max

(
最高价
,
前一日收盘价
)
)
WAD=前一日的 WAD+(收盘价−max(最高价,前一日收盘价))
如果当日收盘价等于前一日收盘价:

WAD
=
前一日的 WAD
WAD=前一日的 WAD
Breadth IndicatorsCandlestick analysisChart patterns

Open-source script

In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in publication is governed by House rules. You can favorite it to use it on a chart.

Want to use this script on a chart?

Disclaimer