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

Notification

Icon
Error

Options
Go to last post Go to first unread
OveLovik  
#1 Posted : Saturday, May 7, 2011 11:47:12 AM(UTC)
OveLovik

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?
jjstein  
#2 Posted : Saturday, May 7, 2011 12:38:29 PM(UTC)
jjstein

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




OveLovik  
#3 Posted : Sunday, May 8, 2011 2:06:46 PM(UTC)
OveLovik

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 5/7/2011(UTC)
Posts: 2

Thank you very much!
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.