logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
MS Support  
#1 Posted : Wednesday, January 26, 2011 4:20:29 PM(UTC)
MS Support

Rank: Advanced Member

Groups: Moderators, Registered, Registered Users, Subscribers
Joined: 10/8/2010(UTC)
Posts: 1,934

Thanks: 85 times
Was thanked: 154 time(s) in 150 post(s)

Dan Valcu’s article “Making the Most of a Trend with the Disparity Index” introduces a new indicator and a screening method. Both can be added to MetaStock with the formulas listed below.

To enter this indicator into MetaStock:

  1. Tools menu, select New to open the Indicator Editor for a new indicator.
  2. x:=Input("Time Periods",1,500,20);

    100*(C-Mov(C, x, E)) / C

    1. Ok to close the Indicator Editor.

  3. Tools > the New
  4. Column A tab and enter the following formula.

Close

  1. Col Name box and enter the text: “Close”.
  2. Column B tab and enter the following formula.

x:= 200;

100*(C-Mov(C, x, E)) / C

  1. Col Name box and enter the text: “DIX 200”.
  2. Column C tab and enter the following formula.

x:= 50;

100*(C-Mov(C, x, E)) / C

  1. Col Name box and enter the text: “DIX 50”.
  2. Column D tab and enter the following formula.

x:= 20;

100*(C-Mov(C, x, E)) / C

  1. Col Name box and enter the text: “DIX 20”.
  2. OK to close the exploration editor.


William Golson

MetaStock Support

Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.