PureBytes Links
Trading Reference Links
|
<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>
<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<META content='"MSHTML 4.72.3110.7"' name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#000000 size=2>For whatever reason this message didn't post. So
here it is again. My download of Microsoft IE 4.0 has produced LOTS of
surprises!! IE 3.0 is looking better all the time.</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><B>-----Original Message-----</B><BR><B>From:
</B>Walter Lake <<A
href="mailto:wlake@xxxxxxxxx">wlake@xxxxxxxxx</A>><BR><B>To: </B>metastock
bulletin board <<A
href="mailto:metastock@xxxxxxxxxxxxx">metastock@xxxxxxxxxxxxx</A>><BR><B>Date:
</B>Monday, August 10, 1998 9:02 PM<BR><B>Subject: </B>Dynamic Breakout
System<BR><BR></DIV></FONT>
<DIV><FONT color=#000000 size=2>In trying to understand indicators that are
"dynamic", I have been looking at VIDYA which is a variable-length
moving average. It is the variable part of the formula that I want to
understand.</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2>TASC reports that the Metastock formula for the
VIDYA 21-5 indicator is as follows:</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2>Name: VIDYA</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000
size=2>Length:=Input("Length",1,200,21);</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000
size=2>Smooth:=Input("Smoothing",1,200,5)</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2>AbsCMO:=(Abs(CMO(C,LENGTH)))/100</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2>SC:=2/(Smooth+1);</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000
size=2>VIDYA:=If(Cum(1)<=(Length+1),C,(SC*AbsCMO*CLOSE)+(1-(SC*AbsCMO))*PREV;</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2>- 0 -</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2>The lookback or length is 21 days</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2>The smoothing is a 5 day MA</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2>I don't know what SC stands for, not do I
understand the construction of the variable formula. </FONT></DIV>
<DIV><FONT color=#000000 size=2>Could someone please give me a lesson in how to
break it into the component parts.</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT size=2>Thanks for any help that you might provide me.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Walter Lake</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV></BODY></HTML>
</x-html>From ???@??? Mon Aug 10 21:42:37 1998
Received: from freeze.metastock.com (204.246.137.5)
by mail05.rapidsite.net (RS ver 0.3) with SMTP id 2804
for <neal@xxxxxxxxxxxxx>; Mon, 10 Aug 1998 22:33:15 -0400 (EDT)
Received: (from majordom@xxxxxxxxx)
by freeze.metastock.com (8.8.5/8.8.5) id TAA03246
for metastock-outgoing; Mon, 10 Aug 1998 19:35:46 -0600 (MDT)
X-Authentication-Warning: freeze.metastock.com: majordom set sender to owner-metastock@xxxxxxxxxxxxx using -f
Received: from hme0.mailrouter01.sprint.ca (hme0.mailrouter01.sprint.ca [207.107.250.175])
by freeze.metastock.com (8.8.5/8.8.5) with ESMTP id TAA03241
for <metastock@xxxxxxxxxxxxx>; Mon, 10 Aug 1998 19:35:42 -0600 (MDT)
Received: from joko-s-computer (spc-isp-ott-uas-07-12.sprint.ca [209.103.34.63])
by hme0.mailrouter01.sprint.ca (8.8.8/8.8.8) with SMTP id VAA07246
for <metastock@xxxxxxxxxxxxx>; Mon, 10 Aug 1998 21:30:21 -0400 (EDT)
Message-ID: <003a01bdc4c9$018e1040$3f2267d1@xxxxxxxxxxxxxxx>
From: "Walter Lake" <wlake@xxxxxxxxx>
To: "metastock bulletin board" <metastock@xxxxxxxxxxxxx>
Subject: repost of the Dynamic Momentum Index
Date: Mon, 10 Aug 1998 21:40:18 -0400
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0037_01BDC4A7.77C4A340"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.72.3110.5
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx
X-Loop-Detect: 1
<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>
<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META content='"MSHTML 4.72.3110.7"' name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#000000 size=2>I was shocked when I saw how my post looked on
the digest.</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2>I don't know what MIME format is or how to get
rid of it, to be able to post a nice clean text.</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2>step #4 should read:</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2>Calculate the Volatility Index (VI): Volatility
Index equals today's 5-day standard deviation</FONT></DIV>
<DIV><FONT color=#000000 size=2>(step 1) divided by today's 10-day moving
average of the 5-day standard deviation (step 2).</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2>Any one who has "variable" parts of
formulas I would appreciate hearing from you.</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2>Walter Lake</FONT></DIV></BODY></HTML>
</x-html>From ???@??? Tue Aug 11 07:55:31 1998
Received: from freeze.metastock.com (204.246.137.5)
by mail02.rapidsite.net (RS ver 0.3) with SMTP id 20058
for <neal@xxxxxxxxxxxxx>; Tue, 11 Aug 1998 01:11:18 -0400 (EDT)
Received: (from majordom@xxxxxxxxx)
by freeze.metastock.com (8.8.5/8.8.5) id VAA03751
for metastock-outgoing; Mon, 10 Aug 1998 21:47:49 -0600 (MDT)
X-Authentication-Warning: freeze.metastock.com: majordom set sender to owner-metastock@xxxxxxxxxxxxx using -f
Received: from server1.softdisk.com (server1.softdisk.com [206.28.109.1])
by freeze.metastock.com (8.8.5/8.8.5) with ESMTP id VAA03746
for <metastock@xxxxxxxxxxxxx>; Mon, 10 Aug 1998 21:47:46 -0600 (MDT)
Received: from LOCALNAME (tty069.softdisk.com [206.28.109.168])
by server1.softdisk.com (8.8.8/8.8.8) with SMTP id WAA28067
for <metastock@xxxxxxxxxxxxx>; Mon, 10 Aug 1998 22:40:29 -0500 (CDT)
Message-ID: <35CFD9D6.4E8A@xxxxxxxxxxxx>
Date: Mon, 10 Aug 1998 22:42:46 -0700
From: Al Taglavore <altag@xxxxxxxxxxxx>
Organization: Car Parts Warehouse, Inc.
X-Mailer: Mozilla 3.0 (Win16; U)
MIME-Version: 1.0
To: metastock@xxxxxxxxxxxxx
Subject: Re: accumulation/distribution
References: <000001bdc4a9$ad816f20$6de8490c@xxxxxx>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx
X-Loop-Detect: 1
Lionel Issen wrote:
>
> I seem to be missisng part of Al's posting,can you resend it to me?
>
> Lionel
Lionel, this is the post I made in response to Harley's reply. I simply
did not understand how a purchaser of stock can ascertain whether he is
purchasing from a short seller or someone that holds the stock. Still
can't.
> -----Original Message-----
> From: Al Taglavore <altag@xxxxxxxxxxxx>
> To: MetaStock List Group <metastock@xxxxxxxxxxxxx>
> Date: Monday, August 10, 1998 1:52 PM
> Subject: accumulation/distribution
>
> >On a post of 8/8 in response to an inquiry from Michael, Harley Meyer
> >wrote:
> >
> >"......The large
> >interest who is supporting the market on the
> >inside is running low on resources and does not
> >want to spend those resources on some one shorting
> >the stock as opposed to eliminating someone who
> >already holds the stock and is going to sell it......"
> >
> >I have been reappraising the values that I place on volume, after observing
> >that all volume "is not created equal". My question is how can those
> >supporting the market determines if someone is selling short or holding the
> >actual stock?
> >
> >Al Taglavore
> >
> >
|