PureBytes Links
Trading Reference Links
|
Hi
Jose,
<font size=2
color=navy face=Arial>I just wanted to say thank you for assisting me with this problem. You
have shown me a way forward where I could see no way forward at all. I think your
command of the metastock language is just incredible. Thank you again.
<font size=2
color=navy face=Arial>
<font size=2
color=navy face=Arial>Kevin
<span
>-----Original Message-----
From: Jose [mailto:josesilva22@xxxxxxxxx]
Sent: Tuesday, 30 March 2004 5:47
PM
To: equismetastock@xxxxxxxxxxxxxxx
Subject: [spam] [EquisMetaStock
Group] Re: variable periods within functions
<font size=3
face="Times New Roman">
<font size=2
face="Courier New">Kevin,the biggest problem I
see here is getting your coding idea
across.
You would have to include all necessary code, and a logical
explanation
of the desired output, before you can expect any
reasonable
help.
Anyway, this
works:
---8<------------------------
a:=CMO(C,13)>Ref(CMO(C,13),-1)
AND Ref(CMO(C,13),-1)<Ref(CMO(C,13),-2);
b:=CMO(C,13)<Ref(CMO(C,13),-1)
AND Ref(CMO(C,13),-1)>Ref(CMO(C,13),-2);
state:=BarsSince(a)<BarsSince(b);
signal:=state<Ref(state,-1);
BarsSince(signal)
---8<------------------------
Jose '-)
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 the Yahoo! Terms of Service.
|