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

Notification

Icon
Error

Options
Go to last post Go to first unread
fousc  
#1 Posted : Tuesday, September 20, 2005 2:05:18 PM(UTC)
fousc

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 7/8/2005(UTC)
Posts: 12

can i please get a formula for an explorer that would check for a cross and upside cross of the 50 EMA and the 200 EMA for say like the past 5 days. thanks, fousc
investorretired  
#2 Posted : Tuesday, September 20, 2005 4:41:11 PM(UTC)
investorretired

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 6/13/2005(UTC)
Posts: 52

fousc You can use wabbits logic as he explained earlier in his post: http://forum.equis.com/v...ic.php?t=1993&highlight= Just substitute Cross(MOV(C,50,S), MOV(C,200,S)) for gapup() This Explorer is for when the 50 SMA crosses above the 200 SMA. You can switch the 50 and 200 values to get the 50 crossing below the 200. The S can be change to an E to get the Exponential Average or other types of average. His first coding looks at the last 6 days. If you only want the last 5 days eliminate all references to ColF. Just a note, in the first line of code there is a typo {today) should read {today}. He did a excellent job in showing more than one way to arrive at a solution.
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.