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

Re: GEN - ADX multicolor indicator


  • To: "Chris Jackson" <chrisj@xxxxxxxxxx>
  • Subject: Re: GEN - ADX multicolor indicator
  • From: "ROBERT ROESKE" <bobrabcd@xxxxxxxxxxxxx>
  • Date: Sun, 10 Oct 1999 19:53:31 -0700
  • In-reply-to: <029e01bf1370$0e0c1140$756bfea9@xxx>

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.&nbsp; Alerts could be&nbsp;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>&nbsp; <BR>&nbsp; 
  <P>ROBERT ROESKE wrote: 
  <BLOCKQUOTE TYPE="CITE">&nbsp;
    <STYLE></STYLE>
     <FONT size=-1>Here is a little bit of ADX code.&nbsp; It plots the ADX in 
    three colors and plots a "no trend" reference line.&nbsp; 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.&nbsp; 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>&nbsp;</FONT><FONT 
    size=-1>Thanks,</FONT><FONT size=-1>Bob</FONT><FONT 
    size=-1>&nbsp;</FONT><FONT size=-1>Input: 
    Length(14),NoTrnd(20),Trend(30);</FONT><FONT size=-1>&nbsp;</FONT><FONT 
    size=-1>If ADX(length)&lt;=NoTrnd then</FONT><FONT 
    size=-1>Plot1(ADX(length),"ADX");</FONT><FONT size=-1>&nbsp;</FONT><FONT 
    size=-1>If ADX(length)&gt;NoTrnd and ADX(length)&lt;=Trend then</FONT><FONT 
    size=-1>Plot2(ADX(length),"ADX");</FONT><FONT size=-1>&nbsp;</FONT><FONT 
    size=-1>If ADX(length)&gt;Trend then</FONT><FONT 
    size=-1>Plot3(ADX(length),"ADX");</FONT><FONT size=-1>&nbsp;</FONT><FONT 
    size=-1>Plot4(NoTrnd,"NTrnd");</FONT></BLOCKQUOTE>&nbsp; 
</BLOCKQUOTE></BODY></HTML>
</x-html>
Attachment Converted: "c:\eudora\attach\Adxcolor.ela"