PureBytes Links
Trading Reference Links
|
<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2614.3401" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>George, </FONT></DIV>
<DIV><FONT size=2> The advertising box is the price you
pay for the free site <G>. I am trying to get their banner at the
top instead of the pop up ads, but haven't been completely successful in that
yet.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>JimG</FONT> </DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
George Ashton
</DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
href="mailto:metastock@xxxxxxxxxxxxx"
title=metastock@xxxxxxxxxxxxx>metastock@xxxxxxxxxxxxx</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Sunday, July 11, 1999 7:04 PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: Weekly Pick</DIV>
<DIV><BR></DIV>Jim,<BR><BR>Your site is looking good. Tell me, will your
system "close" out the geocities advert box that pops up ? <g>. BTW my
spell checker wants to change geocities to genocides, hope that's not an
omen!<BR><BR>George.<BR><BR><BR><BR><FONT size=2>
<BLOCKQUOTE cite type="cite"> I won't be sending
email this week since my web site is complete enough for you to see the
chart. When you get to the site, click the weekly pick button at the
bottom of the page and then click the AMKR Chart button at the bottom of the
Weekly Pick page to see a full screen chart. Let me know what you
think of the site so far. I intend to add the rest of the building
block discussions; an explanation of my formulas, explorations, and tests
along with a MS Import file containing them; charts on all the open
positions; and other things as they occur to me. Let me know if you
have any suggestions on what you would like to see. The web site is <A
href="http://www.geocities.com/WallStreet/Highrise/1025/">http://www.geocities.com/WallStreet/Highrise/1025/</A></FONT><BR> <BR><FONT
size=2>JimG </FONT></BLOCKQUOTE><BR><BR></BLOCKQUOTE></BODY></HTML>
</x-html>From ???@??? Mon Jul 12 17:08:43 1999
Return-Path: <majordom@xxxxxxxxxxxxxxxxxx>
Received: from listserv.equis.com (listserv.equis.com [204.246.137.2])
by purebytes.com (8.8.7/8.8.7) with ESMTP id QAA23217
for <neal@xxxxxxxxxxxxx>; Mon, 12 Jul 1999 16:13:12 -0700
Received: (from majordom@xxxxxxxxx)
by listserv.equis.com (8.8.7/8.8.7) id GAA20676
for metastock-outgoing; Tue, 13 Jul 1999 06:46:29 -0600
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 GAA20673
for <metastock@xxxxxxxxxxxxxxxxxx>; Tue, 13 Jul 1999 06:46:27 -0600
Received: from smtp.email.msn.com (cpimssmtpu08.email.msn.com [207.46.181.30])
by freeze.metastock.com (8.8.5/8.8.5) with ESMTP id QAA02440
for <metastock@xxxxxxxxxxxxx>; Mon, 12 Jul 1999 16:32:50 -0600 (MDT)
Received: from pavilion - 208.253.72.81 by email.msn.com with Microsoft SMTPSVC;
Mon, 12 Jul 1999 15:19:33 -0700
Message-ID: <009101becccd$d7fd0d40$5148fdd0@xxxxxxxx>
From: "Jim Greening" <JimGinVA@xxxxxxxxxxxxx>
To: "Metastock" <metastock@xxxxxxxxxxxxx>
References: <LMBBKJCLKIJIBBJLAEIJEEOECGAA.nkormanik@xxxxxxxxxx>
Subject: Re: My Web Site (Tema StochRSI)
Date: Mon, 12 Jul 1999 17:58:42 -0700
Organization: Microsoft Corporation
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2314.1300
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx
Status:
Nicholas,
I'm glad you liked the web site. The Tema StochRSI
formula I use is Tema smoothed and I subtract 0.5 so
I can plot it as a histogram. It's:
Periods := Input("Enter Tema Smoothing Periods",5,233,13);
Tema(((RSI(Periods) - LLV(RSI(Periods),Periods)) /
((0.0001+HHV(RSI(Periods),Periods)) -
LLV(RSI(Periods),Periods))) -0.5,Periods)
JimG
----- Original Message -----
From: Nicholas Kormanik <nkormanik@xxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Monday, July 12, 1999 11:32 AM
Subject: RE: My Web Site (Tema StochRSI)
> Jim,
>
> Kudos on your very nice web site.
>
> I'm curious, for your Tema StochRSI, do you basically use the following (I
> can't remember where I got this, and it may have been here or over at
> Silicon Investor, but this is what I have been using and I'm not 100%
right
> if it is set up totally correctly or not):
>
> p1:=5 ;p2:=13 ;p3:=13 ;
>
> Tema(Sum((RSI(p1)-LLV(RSI(p1),p2)),1)/
> Sum((.0000001+(HHV(RSI(p1),p2)-
> (LLV(RSI(p1),p2)))),1),p3)*100 ;
>
> Thanks very much,
> Nicholas
>
>
|