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

Notification

Icon
Error

Options
Go to last post Go to first unread
Jedixs  
#1 Posted : Saturday, September 9, 2006 8:12:02 AM(UTC)
Jedixs

Rank: Member

Groups: Registered, Registered Users
Joined: 12/11/2005(UTC)
Posts: 16
Location: Mexico City

I use Metastock 8.0 pro

I need to explore ;

Williams recommends trading this indicator based on divergences.

· Distribution of the security is indicated when the security is making a new high and the A/D indicator is failing to make a new high. ""Sell.""
· Accumulation of the security is indicated when the security is making a new low and the A/D indicator is failing to make a new low. ""Buy""

Would you please help to How I can explore stocks with MS

Regards

Jedixs

hayseed  
#2 Posted : Saturday, September 9, 2006 3:04:44 PM(UTC)
hayseed

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 3/7/2005(UTC)
Posts: 1,346

hey jed.... i'm not in the divergence crowd but perhaps you could use the metastock 'divergence' function.... it's easy to use as an indicator and just as easy to create explorations with...

again, divergences are not my cup of tea but perhaps something similar to below might be a start... the indicator uses the input to vary the % change and the exploration uses hard coded 2,3,4,5,6,7 %'s.... each column uses 1 for buy and -1 for sell......

divergence's come and go.... price rules.....h

indicator of sorts

----------------------------------------

a:=Input("percent",1,20,2);

Divergence( AD(),C,a)

---------------------------------------

exploration

---------------------------------------


Exploration notes

Col A: 2 % a:=Divergence( AD(),C,2);
If(a=1,1,If(a=-1,-1,0));
Col B: 3 % a:=Divergence( AD(),C,3);
If(a=1,1,If(a=-1,-1,0));
Col C: 4 % a:=Divergence( AD(),C,4);
If(a=1,1,If(a=-1,-1,0));
Col D: 5 % a:=Divergence( AD(),C,5);
If(a=1,1,If(a=-1,-1,0));
Col E: 6 % a:=Divergence( AD(),C,6);
If(a=1,1,If(a=-1,-1,0));
Col F: 7% a:=Divergence( AD(),C,7);
If(a=1,1,If(a=-1,-1,0));
Filter colA OR colB OR colC OR colD OR colE OR colF

Filter enabled Yes
Periodicity Daily
Records required 1000

----------------------------------------

Jose  
#3 Posted : Sunday, September 10, 2006 9:56:25 AM(UTC)
Jose

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 1/19/2005(UTC)
Posts: 1,065
Location: Koh Pha-Ngan, Earth

Was thanked: 2 time(s) in 2 post(s)
MetaStock's Divergence() function is based on the ZigZag function, which itself is based on hindsight. For correct non-hindsight divergence, take a look at the Divergence v4 indicator, and the MACDH Divergence & All-In-One Divergence kits for MetaStock. jose '-)
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.