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

Re: Zero Balance



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 html 4.0 transitional//en">
<META content='"MSHTML 4.72.3110.7"' name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#000000 size=2>Hello Ken,</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT><FONT size=2>&nbsp;What you have posted 
seems logical and I thank you for your comments.</FONT></DIV>
<DIV><FONT size=2>The &quot;Zero Balance&quot; indicator is basically taking 
past peaks and trough values</FONT></DIV>
<DIV><FONT size=2>and calculating where future peaks and trough should be 
(provided the trend</FONT></DIV>
<DIV><FONT size=2>holds), but since there is this dynamic part to the Zig-Zag 
function I think </FONT></DIV>
<DIV><FONT size=2>most would be more comfortable with a different method of 
determining</FONT></DIV>
<DIV><FONT size=2>these peaks and troughs......after all who wants to base money 
on an &quot;untrusted&quot;</FONT></DIV>
<DIV><FONT size=2>indicator? Again I thank you for your explanation on the 
Zig-Zag function.</FONT></DIV>
<DIV><FONT color=#000000 size=2><BR>&nbsp; Best 
wishes,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Adam Hefner.<BR><A 
href="mailto:VonHef@xxxxxxxxxxxxx";>VonHef@xxxxxxxxxxxxx</A> <BR><A 
href="mailto:VonHef@xxxxxxxxxx";>VonHef@xxxxxxxxxx</A></FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 
size=2>---------------------------------------</FONT></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 solid 2px; MARGIN-LEFT: 5px; PADDING-LEFT: 5px">
    <DIV><FONT face=Arial size=2><B>-----Original Message-----</B><BR><B>From: 
    </B>divenfish@xxxxxxxxxxxxx 
    &lt;<A 
    href="mailto:divenfish@xxxxxxxxxxxxx";>divenfish@xxxxxxxxxxxxx</A>&gt;<BR><B>To: 
    </B>metastock@xxxxxxxxxxxxx 
    &lt;<A 
    href="mailto:metastock@xxxxxxxxxxxxx";>metastock@xxxxxxxxxxxxx</A>&gt;<BR><B>Date: 
    </B>Thursday, January 14, 1999 12:10 PM<BR><B>Subject: </B>Re: Zero 
    Balance<BR><BR></DIV></FONT>&nbsp; <BR>I believe the last leg is always 
    dynamic. <BR>Don't hold me to any of the following, but if I remember 
    correctly, the last peak or trough is dynamic until price exceeds or equals 
    the user specified Zig Zag points or percentage.&nbsp; In the case of a 
    potential Zig Zag trough &quot;\/&quot; of say 1 point&nbsp; [Zig(LOW,1,$)], 
    a subsequent bar's low would have to exceed or equal the low of the trough 
    in question by the minimum user defined value, in this case 1 point.&nbsp; 
    Once this has occurred, that trough becomes static, or locked 
    in.&nbsp;&nbsp; So if the low of the potential trough is 50, the trough 
    would be established once a subsequent bar's low equals or exceeds 51. 
    <P>If using a 1 point Zig Zag of the close [Zig(CLOSE,1,$)], the trough in 
    question would become static once a subsequent bar's close has exceeded, by 
    1 point, the lowest close of the trough in question. <BR>But...I'd advise 
    you to check it out for yourself because I wouldn't want to lead you astray. 
    :) <BR>You can create an indicator or two to define at what value this will 
    happen or when it has happened.&nbsp; Or an expert to color the bars. 
    <P>The following uses 1 point and Low as the input, and should plot a 1 when 
    the 1 point <BR>Zig Zag trough [Zig(L,1,$)] in question is is no longer 
    dynamic: <BR>L&gt;=Trough(1,Zig(L,1,$),.001) + 1&nbsp;&nbsp; {This uses less 
    code and seems to work similar 
    <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    to what I had been using, but I have not thoroughly 
    <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    checked it out.} 
    <P>The following, which uses 1 percent, not 1 point, should plot a 1 when 
    the 1% trough <BR>[Trough(1 ,L ,1 )] in question is is no longer dynamic: 
    <BR>L &gt;= Trough(1 ,L ,1 ) * 1.01 
    <P>The same logic could be applied to the Zig Zag of the close. <BR>Please 
    let me know if what I've said is wrong. 
    <P>Ken <BR>-- <BR><A 
    href="mailto:divenfish@xxxxxxxxxxxxx";>mailto:divenfish@xxxxxxxxxxxxx</A> 
    <BR>&nbsp; 
    <P>Adam Hefner wrote: 
    <BLOCKQUOTE TYPE = CITE>Lionel, <BR>My understanding of the Zig-Zag is 
        that the last leg and possibly the <BR>last zig/zag (peak/trough) could 
        also be dynamic. Of course there <BR>comes a point when the last zig/zag 
        (peak/trough) is no longer dynamic, <BR>but how do you determine when 
        this happens? <BR>&nbsp;As for the Zero Balance indicator....if there is 
        enough interest in this <BR>indicator, I&nbsp; could revise it. I have 
        learned a few tricks since I <BR>programmed <BR>it, and have been 
        thinking of replacing the Zig Zag with a modified <BR>&quot;Dunnigan 
        Trend&quot; method or something similar. 
        <P>&nbsp; Best wishes, <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Adam Hefner. 
        <BR>VonHef@xxxxxxxxxxxxx <BR>VonHef@xxxxxxxxxx 
        <P>--------------------------------------- <BR>-----Original 
        Message----- <BR>From: Lionel and Gail Issen 
        &lt;lissen@xxxxxxxxxxxxxxxx&gt; <BR>To: metastock@xxxxxxxxxxxxx 
        &lt;metastock@xxxxxxxxxxxxx&gt; <BR>Date: Wednesday, January 13, 1999 
        11:57 PM <BR>Subject: Re: Zero Balance 
        <P>&gt;Isnt it just the last leg of the zig-zag indicator that changes 
        daily? <BR>&gt; <BR>&gt;Lionel Issen <BR>&gt;-----Original Message----- 
        <BR>&gt;From: The Lurker &lt;rcbarlow@xxxxxxx&gt; <BR>&gt;To: 
        metastock@xxxxxxxxxxxxx &lt;metastock@xxxxxxxxxxxxx&gt; <BR>&gt;Date: 
        Wednesday, January 13, 1999 6:00 PM <BR>&gt;Subject: Re: Zero Balance 
        <BR>&gt; <BR>&gt; <BR>&gt;&gt;Guy Tann wrote: <BR>&gt;&gt;&gt; 
        <BR>&gt;&gt;&gt; Randy <BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; You want to 
        stay away from that Zig Zag indicator.&nbsp; It changes daily. 
        <BR>&gt;The <BR>&gt;&gt;&gt; value for today's date may or may not be 
        the same as today's value <BR>&gt;tomorrow. <BR>&gt;&gt;&gt; 
        <BR>&gt;&gt;&gt; I developed a dyn-o-mite system several years ago 
        before my dad looked <BR>at <BR>&gt;it <BR>&gt;&gt;&gt; and started 
        laughing his head off.&nbsp; That system was 100% accurate, but 
        <BR>&gt;&gt;&gt; there's nothing like 20-20 hindsight. <BR>&gt;&gt;&gt; 
        <BR>&gt;&gt;&gt; Guy <BR>&gt;&gt;&gt; <BR>&gt;&gt;&gt; &gt; 
        -----Original Message----- <BR>&gt;&gt;&gt; &gt; From: 
        owner-metastock@xxxxxxxxxxxxx <BR>&gt;&gt;&gt; &gt; [<A 
        href="mailto:owner-metastock@xxxxxxxxxxxxx";>mailto:owner-metastock@xxxxxxxxxxxxx</A>]On 
        Behalf Of The Lurker <BR>&gt;&gt;&gt; &gt; Sent: Saturday, January 09, 
        1999 6:27 PM <BR>&gt;&gt;&gt; &gt; To: metastock@xxxxxxxxxxxxx 
        <BR>&gt;&gt;&gt; &gt; Subject: Re: Zero Balance <BR>&gt;&gt;&gt; &gt; 
        <BR>&gt;&gt;&gt; &gt; <BR>&gt;&gt;&gt; &gt; Adam Hefner wrote: 
        <BR>&gt;&gt;&gt; &gt; &gt; <BR>&gt;&gt;&gt; &gt; &gt;&nbsp; Hello Randy, 
        <BR>&gt;&gt;&gt; &gt; &gt; I'm not sure what the problem is, but I 
        suspect it has to do <BR>&gt;&gt;&gt; &gt; &gt; with the the ZigZag 
        function. The default value is 5%, but <BR>&gt;&gt;&gt; &gt; &gt; I'm 
        not exactly sure what the &quot;5%&quot; is based on (does some- 
        <BR>&gt;&gt;&gt; &gt; &gt; one else know?), all I know is that it is 
        based on the price <BR>&gt;&gt;&gt; &gt; &gt; in some way. Below you 
        will find an updated version that <BR>&gt;&gt;&gt; &gt; &gt; allows the 
        &quot;%&quot; amount to be chosen. Have you found any <BR>&gt;&gt;&gt; 
        &gt; &gt; benefit from this indicator? I personally found it to be a 
        <BR>&gt;&gt;&gt; &gt; &gt; little unreliable, but perhaps someone has 
        found useful. <BR>&gt;&gt;&gt; &gt; 
        &gt;________________________________CUT________________________________ 
        <BR>&gt;&gt;&gt; 
        &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        Adam Hefner <BR>&gt;&gt;&gt; &gt; &gt; &gt;Adam, <BR>&gt;&gt;&gt; &gt; 
        &gt; &gt;I am not at all familiar with Metastock programming although I 
        use <BR>&gt;&gt;&gt; &gt; &gt; &gt;Metastock 6.5(6.52), but my question 
        is:&nbsp; Why does the above code <BR>&gt;not <BR>&gt;&gt;&gt; &gt; &gt; 
        &gt;work on Financials such as Jap Yen, Swiss Franc, Br Pound, etc? 
        <BR>&gt;&gt;&gt; &gt; &gt; &gt;Is there another way to code this to work 
        on Currencies? <BR>&gt;&gt;&gt; &gt; &gt; 
        &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        Thanks <BR>&gt;&gt;&gt; &gt; &gt; 
        &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        Randy <BR>&gt;&gt;&gt; &gt; Adam &amp; all, <BR>&gt;&gt;&gt; &gt; I am 
        trying to combine this with a couple of indicators for testing 
        <BR>&gt;&gt;&gt; &gt; buy/sell signals but it will not work on 
        currencies.&nbsp; Does anyone else <BR>&gt;&gt;&gt; &gt; out there know 
        if the Zig function is what is keeping it from working <BR>&gt;&gt;&gt; 
        &gt; on Currencies? <BR>&gt;&gt;&gt; 
        &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        thanks, <BR>&gt;&gt;&gt; 
        &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        Randy <BR>&gt;&gt;&gt; &gt; <BR>&gt;&gt;Guy, I'm glad I got your message 
        today.&nbsp; I was going to start trading <BR>&gt;&gt;it on the open 
        tommorrow morning.&nbsp; Guess I'll regroup. 
        <BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        Thanks, 
        <BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        Randy <BR>&gt;&gt; <BR>&gt; <BR>&gt;</P></BLOCKQUOTE><A 
    href="mailto:divenfish@xxxxxxxxxxxxx";></A><BR>&nbsp; </BLOCKQUOTE></BODY></HTML>
</x-html>From ???@??? Thu Jan 14 21:23:43 1999
Received: from listserv.equis.com (204.246.137.2)
	by mail05.rapidsite.net (RS ver 1.0.2) with SMTP id 1308
	for <neal@xxxxxxxxxxxxx>; Thu, 14 Jan 1999 20:13:06 -0500 (EST)
Received: (from majordom@xxxxxxxxx)
	by listserv.equis.com (8.8.7/8.8.7) id QAA07398
	for metastock-outgoing; Thu, 14 Jan 1999 16:48:15 -0700
X-Authentication-Warning: listserv.equis.com: majordom set sender to owner-metastock@xxxxxxxxxxxxx using -f
Received: from freeze.metastock.com (freeze.metastock.com [204.246.137.5])
	by listserv.equis.com (8.8.7/8.8.7) with ESMTP id QAA07394
	for <metastock@xxxxxxxxxxxxxxxxxx>; Thu, 14 Jan 1999 16:48:12 -0700
Received: from comnet.comnet.com.ar (commet.commet.com.ar [200.5.69.2])
	by freeze.metastock.com (8.8.5/8.8.5) with SMTP id RAA23815
	for <metastock@xxxxxxxxxxxxx>; Thu, 14 Jan 1999 17:05:47 -0700 (MST)
X-ROUTED: Thu, 14 Jan 1999 20:54:50 -0300
X-TCP-IDENTITY: Tiches
Received: from  [200.16.212.233] by comnet.comnet.com.ar with smtp
	id 1417146c ; Thu, 14 Jan 1999 20:54:20 -0300
From: "Alfredo Oscar Chescotta" <tiches@xxxxxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Subject: RE: Chart Tips and V6.52 EOD
Date: Thu, 14 Jan 1999 20:55:58 -0300
Message-ID: <000001be4019$6f329aa0$fb28fea9@xxxxxx>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0
Importance: Normal
In-Reply-To: <tcppop3.1111335@xxxxxxxxxxxxxxxxxxxx>
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx
X-MIME-Autoconverted: from 8bit to quoted-printable by listserv.equis.com id QAB07398
X-Loop-Detect: 1
X-UIDL: 052b72657df06e03cc84f145ca41a846
Status: U

Yes... It could be a great thing...

> -----Mensaje original-----
> De: metastock@xxxxxxxxxxxxx [mailto:metastock@xxxxxxxxxxxxx]
> Enviado el: Miércoles, 13 de Enero de 1999 09:32 a.m.
> Para: Tiches
> Asunto: Chart Tips and V6.52 EOD
>
>
>
> To Equis Support,
>
> Now that the excellent Chart Tips is working so well under V6.52
> EOD, would
> it be possible to include Price Change in the Chart Tips. This
> would make it
> even more useful, and remove the need to have the data window open.
>
> Thanks and Regards
> Ian
>