Accumulation Distribution Indicator

Custom MT4 expert advisors published here.

Moderator: admin

Accumulation Distribution Indicator

Postby Apprentice » Tue Apr 09, 2013 9:05 am

dmio.gif


Choose one of the three methods
1.Classical
AD= (((Close - Low ) - (High - Close )) / (High - Low )) * Volume ;

2.Classical Incremental
AD= AD[-1] + (((Close - Low ) - (High - Close )) / (High - Low )) * Volume ;

3. Trade Station Incremental
AD = AD[-1] -((Close - Open) / (High - Low)) * Volume

AD.mq4
(2.27 KiB) Downloaded 1081 times
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36435
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Accumulation Distribution Indicator

Postby Robertbob » Tue Apr 09, 2013 12:09 pm

DEAR SIR !

What is actually the AD[-1] calculation in front of Classical Incremental and Trade Station AD modes ? Thanks a lot once again ! POZDRAV
Robertbob
 
Posts: 15
Joined: Fri Nov 04, 2011 11:39 am

Re: Accumulation Distribution Indicator

Postby Apprentice » Wed Apr 10, 2013 2:41 am

AD[-1] Stands for previous period AD.
Basically AD is then cumulative.
Adds the current period AD value to previous period cumulative AD.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36435
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia


Return to MT4 Expert Advisors

Who is online

Users browsing this forum: No registered users and 13 guests