PureBytes Links
Trading Reference Links
|
<x-html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>this error is caused by the
<EM><STRONG>Mov(ATR,12,s)</STRONG></EM> line.....you need it to read something
like this:</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2><STRONG><EM>Mov(ATR(1),12,s)</EM></STRONG> or
<STRONG><EM>Mov(ATR(12),12,s)</EM></STRONG> or whatever length of ATR() you wish
to have in the moving average.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Adam</FONT></DIV>
<BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
Bob Jagow </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=metastock@xxxxxxxxxxxxx
href="mailto:metastock@xxxxxxxxxxxxx">metastock@xxxxxxxxxxxxx</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, September 05, 2000 9:56
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> RE: Moving Average from an
indicator</DIV>
<DIV><BR></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=78505302-06092000>This
doesn't seem to work.</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=78505302-06092000>Would
especially appreciate a <STRONG>brief </STRONG>answer.</SPAN></FONT></DIV>
<BLOCKQUOTE dir=ltr
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader><FONT face="Times New Roman"
size=2>-----Original Message-----<BR><B>From:</B> <A
href="mailto:owner-metastock@xxxxxxxxxxxxx">owner-metastock@xxxxxxxxxxxxx</A>
[mailto:owner-metastock@xxxxxxxxxxxxx]<B>On Behalf Of</B> A.J.
Maas<BR><B>Sent:</B> Thursday, August 24, 2000 3:57 PM<BR><B>To:</B> <A
href="mailto:metastock@xxxxxxxxxxxxx">metastock@xxxxxxxxxxxxx</A><BR><B>Subject:</B>
Re: Moving Average from an indicator<BR><BR></FONT></DIV>
<DIV><FONT size=2>or in a custom formula change the OHLC price to that value
you wish it to count on.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>For example:</FONT></DIV>
<DIV><FONT size=2>ATR(1);</DIV></FONT>
<DIV><FONT size=2>Mov(ATR,12,S)</FONT></DIV>
<DIV><FONT size=2>will plot both the ATR based on an one-day C and the
SMA based on a 12-day ATR,</FONT></DIV>
<DIV><FONT size=2>all in the one(1) Inner Window.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff
size=2></FONT> </DIV></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>
</x-html>
|