The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Finance::GeniusTrader::Indicators::ADL - Accumulation/Distribution line

DESCRIPTION

Overview

The Accumulation/Distribution Line was developed by Marc Chaikin to assess the cumulative flow of money into and out of a security.

Calculation

The ADL is the cumulative sum of (((Close - Low) - (High - Close)) / (High - Low)) * Volume

http://www.stockcharts.com/education/What/IndicatorAnalysis/indic_AccumDistLine.html http://www.equis.com/free/taaz/accumdistr.html