[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: Mon, 11 Oct 1999 04:13:00 -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>&nbsp;</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">&nbsp;<FONT size=-1>Here is the .ela attached.&nbsp; 
    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>&nbsp;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. Thanks,Bob Input: 
        Length(14),NoTrnd(20),Trend(30); If ADX(length)&lt;=NoTrnd 
        thenPlot1(ADX(length),"ADX"); If ADX(length)&gt;NoTrnd and 
        ADX(length)&lt;=Trend thenPlot2(ADX(length),"ADX"); If 
        ADX(length)&gt;Trend thenPlot3(ADX(length),"ADX"); 
        Plot4(NoTrnd,"NTrnd");</FONT></BLOCKQUOTE>&nbsp;</BLOCKQUOTE></BLOCKQUOTE>&nbsp; 
</BLOCKQUOTE></BODY></HTML>
</x-html>
Attachment Converted: "c:\eudora\attach\Adxcolor1.ela"