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
|
|
|
|
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.
|
|
|
|
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)
|
|
|
|
|
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.