Rank: Newbie
Groups: Registered, Registered Users Joined: 5/24/2005(UTC) Posts: 3
|
i would like some help to create an exploration and system test that signals when the 50 day macdh crosses its zero line up or down but only to enter long when 50 day macdh has crossed zero line going up and only when the stock is above a 50 day simple ma and visa versa. Is it possible or am i way off as i dont really understand ms formula language
regards nrc
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 6/19/2005(UTC) Posts: 6 Location: Indianapolis,IN
|
Hello htere,
I think its definitely possible....
For close being higher than 50 day Moving average..it would be simply
Mac:= Mov(C,8,E) - Mov(C,17,E);
C > Mov(C,50,s)
AND
{I am not sure what you are asking about 50 day MACD, you mean the signal line???E.g. I use 8,17,9 which means signal line of 9 Period Expnontial MA of MACD, Here is the formula, just change the perameter you want to}
Cross(Mac,Mov(MACD(),9,E))
Hope this helps.
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 5/24/2005(UTC) Posts: 3
|
Hi, thanks very much i will give it a try, if i cant work it out i will get back to you if you dont mind
regards nrc
|
|
|
|
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.