Page 1 of 2

Accumulation/Distribution Overlay

PostPosted: Sun May 12, 2013 2:42 am
by Apprentice
AD Overlay.png

This implementation, will paint the candles, in accordance with the chosen Accumulation / Distribution algorithm.
AD Overlay.lua
(3.78 KiB) Downloaded 1200 times

Re: Accumulation/Distribution Overlay

PostPosted: Thu Jun 06, 2013 4:00 am
by Apprentice
AD Price Overlay.png

This version, overlay AD line on Price, uses normalization in an attempt to adapt two data series.
AD Price Overlay.lua
(3.05 KiB) Downloaded 1113 times

Re: Accumulation/Distribution Overlay

PostPosted: Sat Jul 06, 2013 3:10 am
by Jeffreyvnlk
Apprentice wrote:
AD Price Overlay.png

This version, overlay AD line on Price, uses normalization in an attempt to adapt two data series.
AD Price Overlay.lua


Thanks
I wonder anyone know the formula from Larry Williams to make POIV which combine price+ volume+ open interest into a single indicator

Re: Accumulation/Distribution Overlay

PostPosted: Sat Jul 06, 2013 8:27 am
by Apprentice
POIV-AMIBroker-Code.png

Re: Accumulation/Distribution Overlay

PostPosted: Mon Apr 28, 2014 3:04 am
by Apprentice
FairValue of AD.lua.png

Yet another derivation, As Difference between Price Normalized AD and Price
Created according to the request.
viewtopic.php?f=27&t=60582
FairValue of AD.lua
(2.98 KiB) Downloaded 992 times

Re: Accumulation/Distribution Overlay

PostPosted: Tue May 08, 2018 5:22 am
by Apprentice
The indicator was revised and updated.

Re: Accumulation/Distribution Overlay

PostPosted: Sun Jan 20, 2019 5:53 pm
by logicgate
Apprentice wrote:
POIV-AMIBroker-Code.png



Dear friend is it possible to code the Larry Williams POIV for mt4?

Re: Accumulation/Distribution Overlay

PostPosted: Mon Jan 21, 2019 8:51 am
by Apprentice
In the formula, we use open interest.
As I know, MT4 does NOT provide this data.
Do you have any third party source, approximation or substitution mind?

Re: Accumulation/Distribution Overlay

PostPosted: Mon Jan 21, 2019 8:58 am
by logicgate
Apprentice wrote:In the formula, we use open interest.
As I know, MT4 does NOT provide this data.
Do you have any third party source, approximation or substitution mind?


As a matter of fact, yes! But this one is for MT5 (file attached), can you take a look and check if it is possible to use the same code to make a MT4 version? Than you can fill the Open Interest gap in the formula with this.

If possible, you could make two versions:

One with indicator in a sub window and the other which plots the indicator on top of price.

Cheers!

Re: Accumulation/Distribution Overlay

PostPosted: Mon Jan 21, 2019 9:24 am
by logicgate
I found here on the forum this indi which also was supposed to use Open Interest data, you found a workaround here, perhaps you can use part of this formula if you can't use that MT5 indicator:

viewtopic.php?f=17&t=64939&p=113693#p113693