Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 5/7/2011(UTC) Posts: 2
|
Hi, trying to find a way to make sure that a short MA has been below a long MA for 30 days before the two MA's cross.
Any good ideas on how to do it?
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 5/13/2005(UTC) Posts: 715 Location: Midwest, USA
Was thanked: 1 time(s) in 1 post(s)
|
Short:=Mov(C,10,S); Long:=Mov(C,50,S);
Cross(Short,Long) AND Ref(Sum(Short<Long,30)>=30,-1);
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 5/7/2011(UTC) Posts: 2
|
|
|
|
|
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.