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><FONT size=2>Here is the .ela attached. Alerts could be added
for enhancement.</FONT></DIV>
<DIV><FONT size=2>BobR</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>
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> Sunday, October 10, 1999 5:40
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: GEN - ADX multicolor
indicator</DIV>
<DIV><BR></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.</FONT><FONT size=-1> </FONT><FONT
size=-1>Thanks,</FONT><FONT size=-1>Bob</FONT><FONT
size=-1> </FONT><FONT size=-1>Input:
Length(14),NoTrnd(20),Trend(30);</FONT><FONT size=-1> </FONT><FONT
size=-1>If ADX(length)<=NoTrnd then</FONT><FONT
size=-1>Plot1(ADX(length),"ADX");</FONT><FONT size=-1> </FONT><FONT
size=-1>If ADX(length)>NoTrnd and ADX(length)<=Trend then</FONT><FONT
size=-1>Plot2(ADX(length),"ADX");</FONT><FONT size=-1> </FONT><FONT
size=-1>If ADX(length)>Trend then</FONT><FONT
size=-1>Plot3(ADX(length),"ADX");</FONT><FONT size=-1> </FONT><FONT
size=-1>Plot4(NoTrnd,"NTrnd");</FONT></BLOCKQUOTE>
</BLOCKQUOTE></BODY></HTML>
</x-html>
Attachment Converted: "c:\eudora\attach\Adxcolor.ela"
|