PureBytes Links
Trading Reference Links
|
Hi all,
I want to write some variables which may refer to each other, However,
it seems that metastock does not allow me to do so.
a:=(cum(1)=1)*100 + ref(b, -1)+ if(something);
b:=(cum(1)=1)*100 + ref(a, -1)+ if(something);
In this case, a needs ref(b, -1) and b needs ref(a, -1). What can i do
if i want to do so? Can anybody help me?
Thank you!!!
Thomas
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|