PureBytes Links
Trading Reference Links
|
I have mistakenly writen
A:=C<Ref(C,-1);
B:=C>=Ref(C,-1);
X:=Cum(A);
X:=LastValue(Max(1,X-ValueWhen(1,B,X)));
Min(0,ROC(C,X,%));
insted of
A:=V>Ref(V,-1);
B:=V<=Ref(V,-1);
X:=Cum(A);
X-ValueWhen(1,B,X);
apology for the error
Safdar
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/
|