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><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<META content='"MSHTML 4.72.3616.1301"' name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<DIV> </DIV>
<DIV><FONT color=#000000 face=Garamond size=2>1) what size type do you see here?
my client says it is Garamond 10pt.</FONT></DIV>
<DIV><FONT color=#000000 face=Garamond size=2></FONT> </DIV>
<DIV><FONT size=2>
<DIV><FONT size=3></FONT> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><FONT color=#000000 face=Garamond><FONT size=3>2) what size type do you see
here? my client says it is Garamond 12pt.</FONT></FONT></DIV>
<DIV><FONT color=#000000 face=Garamond><FONT size=3></FONT></FONT><FONT
size=3></FONT> </DIV>
<DIV> </DIV></FONT></DIV>
<DIV> </DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 solid 2px; MARGIN-LEFT: 5px; PADDING-LEFT: 5px">
<DIV><FONT face=Arial size=2><B>-----Original Message-----</B><BR><B>From:
</B>nwinski <<A
href="mailto:nwinski@xxxxxxxxxxxxxxx">nwinski@xxxxxxxxxxxxxxx</A>><BR><B>To:
</B>jahaus@xxxxxxxxxxxxxxx
<<A
href="mailto:jahaus@xxxxxxxxxxxxxxx">jahaus@xxxxxxxxxxxxxxx</A>><BR><B>Cc:
</B>realtraders@xxxxxxxxxxxx
<<A
href="mailto:realtraders@xxxxxxxxxxxx">realtraders@xxxxxxxxxxxx</A>><BR><B>Date:
</B>Sunday, October 10, 1999 6:32 PM<BR><B>Subject: </B>Re:
Typestyles<BR><BR></DIV></FONT>
<P>John Ahaus wrote:
<BLOCKQUOTE TYPE = CITE>Can we make it mandatory to post to the list in
10 point typesize <BR>minimum. I have noticed more and more people are
using 8 point or <BR>smaller. My hand is not too steady holding the
magnifying glass in front <BR>of the screen. <BR>John</BLOCKQUOTE> I
second the motion with the admendment to make it a 12 point type minimum.
<BR>For those of you who have been using smaller type, I have been
automatically <BR>deleting your messages and I have a strong feeling I am
not the only one. <BR>So unless you enjoy talking to yourself, I suggest you
bump up your type size to <BR>at least a 12.
<P><FONT size=-2>Enlargingly,,</FONT><FONT size=-2></FONT>
<P><FONT size=-2>Norman</FONT> </P></BLOCKQUOTE></BODY></HTML>
</x-html>From ???@??? Sun Oct 10 16:38:06 1999
Return-Path: <owner-realtraders@xxxxxxxxxxxx>
Received: from ml.nw.verio.net (ml.nw.verio.net [204.202.220.47])
by purebytes.com (8.8.7/8.8.7) with ESMTP id QAA00909
for <neal@xxxxxxxxxxxxx>; Sun, 10 Oct 1999 16:29:29 -0700
Received: (from majordom@xxxxxxxxx)
by ml.nw.verio.net (970819888) id PAA16147
for realtraders-sendemout; Sun, 10 Oct 1999 15:37:58 -0700 (PDT)
Received: from mail1.nwnet.net (mail1.nwnet.net [192.220.251.8])
by ml.nw.verio.net (970819888) with ESMTP id PAA16135
for <realtraders@xxxxxxxxxxxxxxx>; Sun, 10 Oct 1999 15:37:52 -0700 (PDT)
Received: from swan.prod.itd.earthlink.net (swan.prod.itd.earthlink.net [207.217.120.123])
by mail1.nwnet.net (970819888) with ESMTP id PAA25039
for <realtraders@xxxxxxxxxxxx>; Sun, 10 Oct 1999 15:37:50 -0700 (PDT)
Received: from ibm (1Cust162.tnt1.blythe.ca.da.uu.net [63.25.4.162])
by swan.prod.itd.earthlink.net (8.9.3/8.9.3) with SMTP id PAA17079
for <realtraders@xxxxxxxxxxxx>; Sun, 10 Oct 1999 15:37:41 -0700 (PDT)
Message-ID: <029e01bf1370$0e0c1140$756bfea9@xxx>
From: "ROBERT ROESKE" <bobrabcd@xxxxxxxxxxxxx>
To: "realtraders" <realtraders@xxxxxxxxxxxx>
Subject: GEN - ADX multicolor indicator
Date: Sun, 10 Oct 1999 15:37:36 -0700
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_NextPart_000_029A_01BF1335.60EB6FE0"
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-realtraders@xxxxxxxxxxxx
Precedence: bulk
Status:
<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.2314.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>
<DIV><FONT size=2>Here is a little bit of ADX code. It plots the ADX in
three colors and plots a "no trend" reference line. When you format the
indicator select "point" not line and select a heavier weight so the points are
bigger. Format each plot with a different color as in the .gif. This is sort of
like figure 4 on page 16 of the October 1999 TASC. If anyone knows
how to code this so that a line is plotted rather than points please post the
code here. </FONT></DIV>
<DIV> </DIV>
<DIV>Thanks,</DIV>
<DIV><FONT size=2>Bob</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>Input: Length(14),NoTrnd(20),Trend(30);</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>If ADX(length)<=NoTrnd then</FONT></DIV>
<DIV><FONT size=2>Plot1(ADX(length),"ADX");</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>If ADX(length)>NoTrnd and ADX(length)<=Trend
then</FONT></DIV>
<DIV><FONT size=2>Plot2(ADX(length),"ADX");</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>If ADX(length)>Trend then</FONT></DIV>
<DIV><FONT size=2>Plot3(ADX(length),"ADX");</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>Plot4(NoTrnd,"NTrnd");</FONT></DIV></FONT></DIV></BODY></HTML>
</x-html>
Attachment Converted: "c:\eudora\attach\adx.gif"
|