Click here to Login








Accumulation Distribution Indicator (AD)

by bug man, 5335 days ago
Share |






The Accumulation/Distribution or A/D indicator tries to determine whether the current security is controlled by buyers (accumulation) or by sellers (distribution). It acts as a leading indicator and it is calculated by summing over a specific number of bars, a formula that uses the close, high, low and volume prices. The more volume there is for a specific bar and the more the price change will contribute to the value of the indicator.

Trading signals are given by the divergence between the indicator time-series and the close price time-series. A bullish signal occurs when there is a bullish divergence; that is, the close price is making a new low while the indicator fails to make a new low. A bearish signal occurs when there is a bearish divergence; the close price is making a new high while the indicator fails to make a new high.

You can use the following SEARCHFOR function to detect bearish divergences between the accumulation/distribution indicator and the close price.

acc = AccumulationDistribution(30);
var2 = SEARCHFOR acc < 0.9 * _max(acc) && close >= _max(close) AFTER 30 WITHIN 100;

The SEARCHFOR formula tells the application to search for instances (within the last 100 bars; rejects instances that last less than 31 bars) where the close price is at its highest value and the A/D indicator is below 90% of its highest value.

This is just an example; there are many other ways to detect divergences.


Share This ->
Share |


You have to log in to bookmark this object
What is this?
Additional Information




Type: Trading Indicator

Object ID: 173


Country:
All

Market: All

Style:
Technical Analysis

Reviews
You must log in first

Join now
and get instant access for free to the trading software, the Sharing server and the Social network website.
Click here


Related objects

Empty

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object

Technical Analysis


Fundamental Analysis



Random Blog Posts

Quantshare version 1.4

Programming skills are not that important

Looking for trading ideas

A vector-based language

QuantShare - review by the Stock Trading Software Reviews

Rules performance for different volatility regimes

Improve your trading system performance by ranking stocks

Data snooping bias

Show All

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object






QuantShare
Product
QuantShare
Features
Create an account
Affiliate Program
Support
Contact Us
Trading Forum
How-to Lessons
Manual
Company
About Us
Privacy
Terms of Use

Copyright © 2024 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items



Trading financial instruments, including foreign exchange on margin, carries a high level of risk and is not suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to invest in financial instruments or foreign exchange you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with trading and seek advice from an independent financial advisor if you have any doubts.