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.2314.1000" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<DIV> </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>
Chris Jackson
</DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
href="mailto:bobrabcd@xxxxxxxxxxxxx" title=bobrabcd@xxxxxxxxxxxxx>ROBERT
ROESKE</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, October 11, 1999 2:53
AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: GEN - ADX multicolor
indicator</DIV>
<DIV><BR></DIV>The .ela file did not seem to come through.
<P>ROBERT ROESKE wrote:
<BLOCKQUOTE TYPE="CITE"> <FONT size=-1>Here is the .ela attached.
Alerts could be added for enhancement.</FONT><FONT size=-1>BobR</FONT>
<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>
<A href="mailto:chrisj@xxxxxxxxxx" title=chrisj@xxxxxxxxxx>Chris
Jackson</A></DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
href="mailto:bobrabcd@xxxxxxxxxxxxx" title=bobrabcd@xxxxxxxxxxxxx>ROBERT
ROESKE</A></DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Sunday, October 10, 1999 5:40
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: GEN - ADX multicolor
indicator</DIV> Would you please send me the . ela file if you have
it.
<P>Thanks,
<P>Chris <BR> <BR>
<P>ROBERT ROESKE wrote:
<BLOCKQUOTE TYPE="CITE">
<STYLE></STYLE>
<FONT size=-1>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. Thanks,Bob Input:
Length(14),NoTrnd(20),Trend(30); If ADX(length)<=NoTrnd
thenPlot1(ADX(length),"ADX"); If ADX(length)>NoTrnd and
ADX(length)<=Trend thenPlot2(ADX(length),"ADX"); If
ADX(length)>Trend thenPlot3(ADX(length),"ADX");
Plot4(NoTrnd,"NTrnd");</FONT></BLOCKQUOTE> </BLOCKQUOTE></BLOCKQUOTE>
</BLOCKQUOTE></BODY></HTML>
</x-html>
Attachment Converted: "c:\eudora\attach\Adxcolor1.ela"
|