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

Notification

Icon
Error

Options
Go to last post Go to first unread
andrewlow  
#1 Posted : Saturday, December 2, 2006 8:51:40 PM(UTC)
andrewlow

Rank: Newbie

Groups: Registered, Registered Users
Joined: 6/10/2006(UTC)
Posts: 3
Location: Sydney, Australia

My code writting for metastock is very limited but after watching ChuckLeBeau's Metastock video I've become fond of using this way of trading And while I can go through each chart individualy and work out my ADX +DI -DI entry signals, I was wondering if anyone knew how to write a formula that I could type into explorer to do this for me.

Basically in English I know what I want eg. When the +DI crosses the -DI only 1 to 2 periods ago and the ADX is rising.

As far as writing this in metastock language I'm lost

Anyone with any Ideas

Cheers Andrew

wblam  
#2 Posted : Sunday, December 3, 2006 5:59:14 AM(UTC)
wblam

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/25/2006(UTC)
Posts: 79

You may try:

corss(pdi(x),mdi(x)) for +di crosses -di from below, and x is the no. of period for the +di and -di you want to use.

corss(mdi(x),pdi(x)) for +di crosses -di from above.

adx(x) > ref(adx(x),-1) for today adx is greater than yesterday adx, ie today is rising.

wabbit  
#3 Posted : Sunday, December 3, 2006 6:12:04 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
Andrew

Here are some posts that will get you started...

http://forum.equis.com/forums/post/21722.aspxtp://forum.equis.com/forums/post/20561.aspx[/URL]
http://forum.equis.com/forums/post/20980.aspx
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.