Skip to content
This repository was archived by the owner on Feb 19, 2022. It is now read-only.
This repository was archived by the owner on Feb 19, 2022. It is now read-only.

calculate accumulation_distribution error #10

@hellobiek

Description

@hellobiek

Accumulation/Distribution = ((Close – Low) – (High – Close)) / (High – Low) * Period Volume

In order to fully understand how the indicator actually works, it is necessary to break this formula down into individual parts.
https://www.tradingview.com/wiki/Accumulation_Distribution_(ADL)
https://www.tradingview.com/wiki/Accumulation_Distribution_(ADL)
1.Find the Money Flow Multiplier.
[(Close - Low) - (High - Close)]/(High - Low) = Money Flow Multiplier

2.Once you have calculated the Money Flow Multiplier, you can calculate Money Flow Volume.
Money Flow Multiplier x Period’s Volume = Money Flow Volume

3.As previously mentioned The ADL is a running total of each period’s Money Flow Volume. Therefore once you have the
Current Money Flow Volume you can plot the ADL.
ADL = Previous ADL + Current Money Flow Volume.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions