PureBytes Links
Trading Reference Links
|
<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type>
<META content="MSHTML 5.00.2614.3500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT color=#008080 face=Arial><STRONG><EM>To All
:</EM></STRONG></FONT></DIV>
<DIV> </DIV>
<DIV><FONT color=#008080 face=Arial><STRONG><EM>You may not believe it but this
formula could be very usefull for</EM></STRONG></FONT></DIV>
<DIV><FONT color=#008080 face=Arial><STRONG><EM>me :</EM></STRONG></FONT></DIV>
<DIV> </DIV>
<DIV><FONT color=#008080 face=Arial><STRONG><EM>it's a 50 day modified moving
average .</EM></STRONG></FONT></DIV>
<DIV> </DIV>
<DIV><FONT color=#008080 face=Arial><STRONG><EM>I get a " too many numeric
constants defined in formula"</EM></STRONG></FONT></DIV>
<DIV><FONT color=#008080 face=Arial><STRONG><EM>error : ok but is there a
way around this ?</EM></STRONG></FONT></DIV>
<DIV> </DIV>
<DIV><FONT color=#008080 face=Arial><STRONG><EM>Thx </EM></STRONG></FONT></DIV>
<DIV> </DIV>
<DIV><FONT color=#008080 face=Arial><STRONG><EM>Theo</EM></STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial
size=2>N:=50;<BR>TN:=Mov(C,N,S);<BR>s1:=((n-1)/2)*C+((n-3)/2)*Ref(C,-1)+((n-5)/2)*Ref(C,-2)+((n-7)/2)*Ref(C,-3)<BR>+((n-9)/2)*Ref(C,-4)+((n-11)/2)*Ref(C,-5)+
((n-13)/2)*Ref(C,-6)+((n-15)/2)*Ref(C,-7)<BR>+((n-17)/2)*Ref(C,-8)+((n-19)/2)*Ref(C,-9)+
<BR>((n-21)/2)*Ref(C,-10)+((n-23)/2)*Ref(C,-11)+((n-25)/2)*Ref(C,-12)+((n-27)/2)*Ref(C,-13)<BR>+((n-29)/2)*Ref(C,-14)+((n-31)/2)*Ref(C,-15)+
((n-33)/2)*Ref(C,-16)+((n-35)/2)*Ref(C,-17)<BR>+((n-37)/2)*Ref(C,-18)+((n-39)/2)*Ref(C,-19)+<BR>((n-41)/2)*Ref(C,-20)+
((n-43)/2)*Ref(C,-21)+((n-45)/2)*Ref(C,-22)+((n-47)/2)*Ref(C,-23)<BR>+((n-49)/2)*Ref(C,-24)+((n-51)/2)*Ref(C,-25)+
((n-53)/2)*Ref(C,-26)+((n-55)/2)*Ref(C,-27)<BR>+((n-57)/2)*Ref(C,-28)+((n-59)/2)*Ref(C,-29)+<BR>((n-61)/2)*Ref(C,-30)+<BR>((n-63)/2)*Ref(C,-31)+((n-65)/2)*Ref(C,-32)+((n-67)/2)*Ref(C,-33)<BR>+((n-69)/2)*Ref(C,-34)+((n-71)/2)*Ref(C,-35)+
((n-73)/2)*Ref(C,-36)+((n-75)/2)*Ref(C,-37)<BR>+((n-77)/2)*Ref(C,-38)+((n-79)/2)*Ref(C,-39)<BR>((n-81)/2)*Ref(C,-40)<BR>((n-83)/2)*Ref(C,-41)+((n-85)/2)*Ref(C,-42)+((n-87)/2)*Ref(C,-43)<BR>+((n-89)/2)*Ref(C,-44)+((n-91)/2)*Ref(C,-45)+
((n-93)/2)*Ref(C,-46)+((n-95)/2)*Ref(C,-47)<BR>+((n-97)/2)*Ref(C,-48)+((n-99)/2)*Ref(C,-49);</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>y2:=TN+(6*S1)/((n+1)*n);</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>y2<BR></FONT></DIV></BODY></HTML>
</x-html>
Attachment Converted: "f:\eudora\attach\Theo E.M. Lockefeer6.vcf"
|