[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Accumulation Distribution Indicator



PureBytes Links

Trading Reference Links

Hi,

The AFL formula for accumulation/distribution is:

AcDist = cum( volume * ( ( close - low ) - ( high - close ) )/( high - low ) );
graph0 = AcDist;

Note: Built-in accdist() function performs the same calculation.


Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com

----- Original Message ----- 
From: "Tom Presley" <tpresley@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, March 21, 2001 12:51 AM
Subject: [amibroker] Accumulation Distribution Indicator


> What is the exact AFL formula for the built in accumulation distribution 
> indicator?
> 
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 
> 
> 
> 
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
> 
>