Discussions
»
Resource Library
»
Trader's Tips from TASC Magazine
»
2009
»
Dec 2009 : Making the Most of a Trend with the Disparity Index
Rank: Advanced Member
Groups: Moderators, Registered, Registered Users, Subscribers Joined: 10/8/2010(UTC) Posts: 1,960
Thanks: 92 times Was thanked: 155 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:
- Tools menu, select New to open the Indicator Editor
for a new indicator.
-
x:=Input("Time
Periods",1,500,20);
100*(C-Mov(C, x, E))
/ C
- Ok to close the Indicator Editor.
- Tools > the New
- Column A tab and enter the
following formula.
Close
- Col Name box and enter
the text: “Close”.
- Column B tab and enter the
following formula.
x:= 200;
100*(C-Mov(C, x, E))
/ C
- Col Name box and enter
the text: “DIX 200”.
- Column C tab and enter the
following formula.
x:= 50;
100*(C-Mov(C, x, E))
/ C
- Col Name box and enter
the text: “DIX 50”.
- Column D tab and enter the
following formula.
x:= 20;
100*(C-Mov(C, x, E))
/ C
- Col Name box and enter
the text: “DIX 20”.
- OK to close the exploration editor.
William Golson MetaStock Support
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Discussions
»
Resource Library
»
Trader's Tips from TASC Magazine
»
2009
»
Dec 2009 : Making the Most of a Trend with the Disparity Index
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.