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

Notification

Icon
Error

Options
Go to last post Go to first unread
Sourav  
#1 Posted : Sunday, November 6, 2005 6:28:33 PM(UTC)
Sourav

Rank: Member

Groups: Registered, Registered Users
Joined: 10/19/2005(UTC)
Posts: 22

Hi, If I want to run an exploration whereby I want to explore those stocks which have shown a certain event in the last 7 days how do I write it? I am new to writing Meta languages. Thanks
Patrick  
#2 Posted : Sunday, November 6, 2005 6:30:13 PM(UTC)
Patrick

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 9/8/2004(UTC)
Posts: 2,266

Was thanked: 1 time(s) in 1 post(s)
Use the the alert function ... Alert( "Your event" , 7) Patrick :mrgreen:
Sourav  
#3 Posted : Sunday, November 6, 2005 7:14:44 PM(UTC)
Sourav

Rank: Member

Groups: Registered, Registered Users
Joined: 10/19/2005(UTC)
Posts: 22

Hi Patrick, I am actually trying to create an exploration which will show those stocks only, which have shown the ellot wave indicator value of +1 atleast once within the past 10days. If I write x:=Fml(" EW") = 1; If(Ref(C,-10)=x,1,0) it does not work thanks
Patrick  
#4 Posted : Sunday, November 6, 2005 11:04:50 PM(UTC)
Patrick

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 9/8/2004(UTC)
Posts: 2,266

Was thanked: 1 time(s) in 1 post(s)
... :eek: Use : Alert(Fml(" EW"),10) Patrick :mrgreen:
mstt  
#5 Posted : Monday, November 7, 2005 2:29:25 AM(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)
Patrick Using the Alert() function to extend a signal in the Explorer is ineffective unless the number of bars being explored is set high enough to accomodate the Alert period on top of the highest "Periods" parameter used anywhere in the exploration. An exploration set to scan "Minimum Records" will only include the bars required to generate Signal, not Alert(Signal,10). ValueWhen(), BarsSince(), HighestSince() and most functions without a "Periods" parameter, have the same sort of problem when used in the Explorer. New users are seldom aware that exponential moving averages also need about 5 times the "Periods" parameter to guarantee an accurate result. Neither are they aware that as many as 30 standard MS functions use Wilders Smoothing internally and give the same inaccurate results as Mov(C,x,E) when used with the "Minimum Records" setting. Roy MetaStock Tips & Tools
Users browsing this topic
Guest (Hidden)
Similar Topics
Assistance required with basic Explorer please (Formula Assistance)
by richdad23 10/25/2013 5:51:35 PM(UTC)
Assistance required for weekly formula coding (Formula Assistance)
by nishant 1/12/2013 10:18:50 AM(UTC)
Assistance required to Validate the 'Expert Advisor' created using EMA Crossover System (Formula Assistance)
by parimalp 2/8/2012 12:36:15 PM(UTC)
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.