[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Off Topic: But of interest



PureBytes Links

Trading Reference Links

<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META content='"MSHTML 4.72.3511.1300"' name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#000000 size=2>Tom McClellan, who is good at calling interest 
rates, says that Feb would be an excellent time to refinance a home.&nbsp; I 
understand Countrywide.com, the lending people, have a calculator at their site 
to determine if it would pay to do so.</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2>Regards,</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2>Bill Saxon<BR><A 
href="mailto:bsaxon@xxxxxxxxxxxxxxx";>bsaxon@xxxxxxxxxxxxxxx</A> 
</FONT></DIV></BODY></HTML>
</x-html>From ???@??? Fri Dec 25 23:37:10 1998
Received: from listserv.equis.com (204.246.137.2)
	by mail02.rapidsite.net (RS ver 1.0.2) with SMTP id 19888
	for <neal@xxxxxxxxxxxxx>; Mon, 21 Dec 1998 11:56:58 -0500 (EST)
Received: (from majordom@xxxxxxxxx)
	by listserv.equis.com (8.8.7/8.8.7) id XAA00552
	for metastock-outgoing; Mon, 21 Dec 1998 23:54:49 -0700
X-Authentication-Warning: listserv.equis.com: majordom set sender to owner-metastock@xxxxxxxxxxxxx using -f
Received: from freeze.metastock.com (freeze.metastock.com [204.246.137.5])
	by listserv.equis.com (8.8.7/8.8.7) with ESMTP id XAA00500
	for <metastock@xxxxxxxxxxxxxxxxxx>; Mon, 21 Dec 1998 23:54:26 -0700
Received: from mtiwmhc01.worldnet.att.net (mtiwmhc01.worldnet.att.net [204.127.131.36])
	by freeze.metastock.com (8.8.5/8.8.5) with ESMTP id VAA00841
	for <metastock@xxxxxxxxxxxxx>; Sun, 20 Dec 1998 21:30:41 -0700 (MST)
Received: from LOCALNAME ([12.73.97.242]) by mtiwmhc01.worldnet.att.net
          (InterMail v03.02.05 118 121 101) with SMTP
          id <19981221041930.GKHX28060@xxxxxxxxx>
          for <metastock@xxxxxxxxxxxxx>; Mon, 21 Dec 1998 04:19:30 +0000
X-Sender: tradermike@xxxxxxxxxxxxxxxxxxxxxxxxxxx
X-Mailer: Windows Eudora Light Version 1.5.2
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
To: metastock@xxxxxxxxxxxxx
From: Michael Gilbert <tradermike@xxxxxxxxxxxxxxxx>
Subject: Re: Yen Recursed
Message-Id: <19981221041930.GKHX28060@xxxxxxxxx>
Date: Mon, 21 Dec 1998 04:19:30 +0000
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx
X-Loop-Detect: 1
X-UIDL: 9dce973dde07e807e3fb96eed646ef61

At 06:23 PM 12/11/98 -0600, you wrote:
>I have posted an update to the RMTA and TOSC formula's,
>the first formulas had an "Absolute Value" that wasn't called for
>in the article ( I had mistaken the "[" "]" to mean "|" "|").  The new
>formulas seem to plot exactly as the old......but I wanted  the code 
>to match the math in the article.
>Thanks go out to William Golson for the help.
>
>{Recursive Moving Trend Average}
>Lb:=Input("Look-Back Period?",3,100,21);
>Alpha:=2/(LB+1);
>Bot:=(1-Alpha)*(If(Cum(1)<Lb,C,PREV))+C;
>RMTA:=(1-Alpha)*(If(Cum(1)<Lb,C,PREV))+
>     (Alpha*(C+Bot-Ref(Bot,-1)));
>RMTA;
>
>{TOSC}
>Lb:=Input("Look-Back Period?",3,100,21);
>Alpha:=2/(LB+1);
>Bot:=(1-Alpha)*(If(Cum(1)<Lb,C,PREV))+C;
>RMTA:=(1-Alpha)*(If(Cum(1)<Lb,C,PREV))+
>     (Alpha*(C+Bot-Ref(Bot,-1)));
>TOSC:=RMTA-Mov(C,lb,E);
>TOSC;
>
>
> Best wishes,
>               Adam Hefner.
> e-mail:  VonHef@xxxxxxxxxx
>
>_____________________
>
>Can anyone help write these formuli in Metastock 5.1 ????
Thanks in advance\