PureBytes Links
Trading Reference Links
|
you are looking forward by using ref(h,+1)
the easier way to locate a peak would be
ref(h,-1) = hhv(h,3)
Dusant
http://www.geocities.com/cooldush
----- Original Message -----
From: wai
To: Equismetastock@xxxxxxxxxxxx Com
Sent: Friday, March 24, 2006 6:22 PM
Subject: [EquisMetaStock Group] Code between two points
Hi ! All,
I have try to write a fomular that show events between two points. For examble, RSI(14) stays above 50 from peak 1 to peak 2. But I encounter some ploblem halfway. Hope some one can help.
a1 := ref(h,0) > ref(h,+1) and ref(h,0) > ref(h,-1); {peak}
a2 := valuewhen(1,a1,ref(h,0)) >= valuewhen(2,a1,ref(h,0);
a3 := ???{RSI }
Thanks in advance.
mun wai.
[Non-text portions of this message have been removed]
---------------------------------
YAHOO! GROUPS LINKS
Visit your group "equismetastock" on the web.
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
---------------------------------
Jiyo cricket on Yahoo! India cricket
Yahoo! Messenger Mobile Stay in touch with your buddies all the time.
[Non-text portions of this message have been removed]
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|