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

Notification

Icon
Error

Options
Go to last post Go to first unread
Irshad  
#1 Posted : Monday, October 25, 2010 2:43:46 PM(UTC)
Irshad

Rank: Newbie

Groups: Registered, Registered Users
Joined: 3/4/2010(UTC)
Posts: 3

Hello, I am trying to scan for securities that had 8 period EMA cross over 13 period EMA in last 10 days. I am using following formuae: Alert(Cross(Mov(CLOSE, 8, E), Mov(CLOSE, 13,E)) , -10) However when i run it, all the records are rejected due to "Period Value out of range in Alert Function". Please help. Thanks Irshad
mstt  
#2 Posted : Monday, October 25, 2010 10:13:13 PM(UTC)
mstt

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 7/25/2005(UTC)
Posts: 1,042

Was thanked: 57 time(s) in 54 post(s)
Hi Irshad The Periods parameter for Alert() should be positive not negative. Remove the "minus" sign. Do not run your exploration set for Minimum Periods or the Alert will not extend for the full 10 periods. Use 30 or more periods and the exploration should work fine. Roy
Irshad  
#3 Posted : Tuesday, October 26, 2010 7:10:47 AM(UTC)
Irshad

Rank: Newbie

Groups: Registered, Registered Users
Joined: 3/4/2010(UTC)
Posts: 3

Roy, Worked fine. Appreciate your help. Best Regards - Irshad
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.