PureBytes Links
Trading Reference Links
|
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
<*> 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/
|