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

PV Binary Wave System Test



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>
<META content='"MSHTML 4.72.3509.100"' name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#000000 size=2>All,</FONT></DIV>
<DIV><FONT color=#000000 size=2>&nbsp;&nbsp;&nbsp;&nbsp; I wanted everyone to 
know that I hadn't forgotten the development of the Price Volume Binary 
Wave.&nbsp; I've just been very busy and haven't had much time for it.&nbsp; For 
one thing our first grandson (to go with our two granddaughters) was born a 
couple of months ago.&nbsp; They live about an hours drive North of us and 
needless to say, we have been making that short trip often &lt;G&gt;.&nbsp; 
Anyway, back to business.&nbsp; I combined the first two PVBW formulas into the 
following:</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2>PVBW01 (Highs &amp; Lows)</FONT></DIV>
<DIV><FONT color=#000000 size=2>If(HHV(L,8) = HHV(L,21),2,0) 
+<BR>&nbsp;If(HHV(L,21) = HHV(L,55),2,0) +<BR>&nbsp; If(HHV(L,55) = 
HHV(L,233),1,0) +<BR>&nbsp;&nbsp; If(HHV(H,8) = HHV(H,21),2,0) 
+<BR>&nbsp;&nbsp;&nbsp; If(HHV(H,21) = HHV(H,55),2,0) 
+<BR>&nbsp;&nbsp;&nbsp;&nbsp; If(HHV(H,55) = HHV(H,233),1,0) +<BR>If(LLV(H,8) = 
LLV(H,21),-2,0) +<BR>&nbsp;If(LLV(H,21) = LLV(H,55),-2,0) +<BR>&nbsp; 
If(LLV(H,55) = LLV(H,233),-1,0) +<BR>&nbsp;&nbsp; If(LLV(L,8) = LLV(L,21),-2,0) 
+<BR>&nbsp;&nbsp;&nbsp; If(LLV(L,21) = LLV(L,55),-2,0) 
+<BR>&nbsp;&nbsp;&nbsp;&nbsp; If(LLV(L,55) = LLV(L,233),-1,0) </FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Note that all I did was add the first two formulas together 
and changed the weighting.&nbsp; The reason I changed the weighting was that I 
copied the formula into the following simple MS System Test and tested&nbsp; it 
on several of my stocks.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>05B_Tema PV BW</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>&nbsp;&nbsp; Enter Long</FONT></DIV>
<DIV><FONT size=2>If(HHV(L,8) = HHV(L,21),opt1,0) +<BR>&nbsp;If(HHV(L,21) = 
HHV(L,55),opt2,0) +<BR>&nbsp; If(HHV(L,55) = HHV(L,233),opt3,0) 
+<BR>&nbsp;&nbsp; If(HHV(H,8) = HHV(H,21),opt1,0) +<BR>&nbsp;&nbsp;&nbsp; 
If(HHV(H,21) = HHV(H,55),opt2,0) +<BR>&nbsp;&nbsp;&nbsp;&nbsp; If(HHV(H,55) = 
HHV(H,233),opt3,0) +<BR>If(LLV(H,8) = LLV(H,21),-opt1,0) +<BR>&nbsp;If(LLV(H,21) 
= LLV(H,55),-opt2,0) +<BR>&nbsp; If(LLV(H,55) = LLV(H,233),-opt3,0) 
+<BR>&nbsp;&nbsp; If(LLV(L,8) = LLV(L,21),-opt1,0) +<BR>&nbsp;&nbsp;&nbsp; 
If(LLV(L,21) = LLV(L,55),-opt2,0) +<BR>&nbsp;&nbsp;&nbsp;&nbsp; If(LLV(L,55) = 
LLV(L,233),-opt3,0) &gt; 0</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2></FONT><FONT color=#000000 size=2>&nbsp; Enter 
Short</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT><FONT size=2>If(HHV(L,8) = HHV(L,21),1,0) 
+<BR>&nbsp;If(HHV(L,21) = HHV(L,55),2,0) +<BR>&nbsp; If(HHV(L,55) = 
HHV(L,233),3,0) +<BR>&nbsp;&nbsp; If(HHV(H,8) = HHV(H,21),1,0) 
+<BR>&nbsp;&nbsp;&nbsp; If(HHV(H,21) = HHV(H,55),2,0) 
+<BR>&nbsp;&nbsp;&nbsp;&nbsp; If(HHV(H,55) = HHV(H,233),3,0) +<BR>If(LLV(H,8) = 
LLV(H,21),-1,0) +<BR>&nbsp;If(LLV(H,21) = LLV(H,55),-2,0) +<BR>&nbsp; 
If(LLV(H,55) = LLV(H,233),-3,0) +<BR>&nbsp;&nbsp; If(LLV(L,8) = LLV(L,21),-1,0) 
+<BR>&nbsp;&nbsp;&nbsp; If(LLV(L,21) = LLV(L,55),-2,0) 
+<BR>&nbsp;&nbsp;&nbsp;&nbsp; If(LLV(L,55) = LLV(L,233),-3,0) &lt; 
0</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>OPT1:&nbsp; Min = 1&nbsp; Max = 3&nbsp; Step = 1</FONT></DIV>
<DIV><FONT size=2></FONT><FONT size=2>OPT2:&nbsp; Min = 1&nbsp; Max = 3&nbsp; 
Step = 1</FONT></DIV>
<DIV><FONT size=2></FONT><FONT size=2>OPT2:&nbsp; Min = 1&nbsp; Max = 3&nbsp; 
Step = 1</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2></FONT><FONT color=#000000 size=2>I ran the test on several of 
my stocks and was surprised by two things.&nbsp; First, that just this simple 
test worked very well on most of my stocks.&nbsp; Second and more important, 
that I had assigned my original weighting wrong where I gave progressively more 
weight to the longer term results.&nbsp; On average the tests performed better 
with more weight to the short and intermediate term and less weight to the long 
term.&nbsp; Therefore I changed my weighting from 1, 2, 3 to 2, 2, 1.&nbsp; I 
intend to do the same thing with the rest of the PVBW formulas that I forwarded 
a few weeks ago and then look for the optimum smoothing.&nbsp; Finally, I'll 
work on the test itself and add some close conditions and vary the Enter long 
conditions.&nbsp; I hope to be able to report back on the binary wave components 
by next week and then proceed from there.</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp; If anyone wants to experiment and let 
me know the results or has ideas for other components please let me know.&nbsp; 
Remember, I don't want to use any indicators for this binary wave, only 
price/volume relationships.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Jim</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV></BODY></HTML>
</x-html>From ???@??? Sun Sep 13 10:39:04 1998
Received: from 204.246.137.2 (204.246.137.2)
	by mail02.rapidsite.net (RS ver 0.3) with SMTP id 11596
	for <neal@xxxxxxxxxxxxx>; Sun, 13 Sep 1998 13:36:26 -0400 (EDT)
Received: (from majordom@xxxxxxxxx)
	by listserv.equis.com (8.8.7/8.8.7) id KAA15765
	for metastock-outgoing; Sun, 13 Sep 1998 10:30:07 -0600
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 KAA15762
	for <metastock@xxxxxxxxxxxxxxxxxx>; Sun, 13 Sep 1998 10:30:05 -0600
Received: from UPIMSSMTPUSR05 ([207.68.143.177])
	by freeze.metastock.com (8.8.5/8.8.5) with ESMTP id KAA02469
	for <metastock@xxxxxxxxxxxxx>; Sun, 13 Sep 1998 10:41:22 -0600 (MDT)
Received: from user - 153.37.103.253 by email.msn.com with Microsoft SMTPSVC;
	 Sun, 13 Sep 1998 09:32:31 -0700
Message-ID: <005501bddf35$2e085280$fd672599@xxxx>
From: "Jim Greening" <JimGinVA@xxxxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Subject: Re: TTT-TDS
Date: Sun, 13 Sep 1998 12:35:08 -0400
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.72.3155.0
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx
X-Loop-Detect: 1

Randy,
     I don't know what Jim he was talking to or about, but it wasn't
me <G>.  If you have my MS6.5 import file from six months ago, that
was the last one I put out.  I am going to update it when I finish the
PV binary wave and will automatically send copies to everyone on my
formula list.

Jim
-----Original Message-----
From: The Lurker <rcbarlow@xxxxxxx>
To: metastock@xxxxxxxxxxxxx <metastock@xxxxxxxxxxxxx>
Date: Saturday, September 12, 1998 10:01 PM
Subject: Re: TTT-TDS


>A.J. Maas wrote:
>>
>> TWIMC
>>
>> Hello Jim,
>>
>> >For some time I have been reading your messages to the MetaStock
List. Your
>> >market commentary and formula library has been very helpful.
>>
>> Must say I like your mailings to the List as well and find them for
myselve, and for
>> anyone else, very informative and benificial.
>>
>> >I have a few questions for you:
>> >
>> >1. Do you offer a TA  or market advisory service?
>>
>> No. I cannot find the time, even if I wanted to run such a service.
>> Research and then creating the mailings and/or charts is very time
consuming, wich
>> would stop me from doing the things I already have planned to do,
and/or stop me from
>> taking the necesarry investing(trade) decissions, especialy at the
moment with
>> the very 'profitable' volatile markets.
>>
>> >2. Are you affiliated in any way with EQUIS, e.g., European Sales
or Tech
>> >Rep.?
>>
>> No. Not in any way. I have been in contact with Equis Support and
Sales a few
>> times in the past tho. Have found them pleasent people to speak to
and do
>> business with, as well as their excellent service they provide us,
their MS users.
>>
>> >3. In a recent e-mail you stated ".....Dow charts examened by
>> >my trend detection system, "TDS", and today have send you a
zip-file
>> >containing
>> >the TDS components. Like usual, nothing fancy but for the better :
quite
>> >effective....". Would it be possible for me to receive the TDS
system. I would
>> >appreciate it very much.
>>
>> See attachement(TTT-TDS.zip).
>>
>> Note, that in the "TDSxxx" gifs, I have used the "Goslin-48" as the
ribbons
>> underlay (in the Expert Advisor) and known as the MAIN Trend,
uppose to Abraham-21,
>> wich is the Very Short Term Trend(known as the Secundairy Trend),
and wich is being
>> displayed in the price's colors.
>> Both ofcourse are also displayed(eg for crossings and residing
purposes) with their
>> own indicator in bold lines as well:
>> -Goslin-48 is the "IFT - 48 Turnaround Line - Chick Goslin" and
>> -Abraham-21 is the "TTT-TREND TRAILING Ind - Andrew Abraham" and
>> -SMA50(the MS standard build-in) functions as the Trend's
Directional line
>> (in Goslins' IFT system a SMA49 is being used as the "IFT-Direction
Line - Chick Goslin",
>> this IFT system was also previously mailed to the MS List)
>> The IFT indicators have to be build by a minor manual input in the
MS6.x - Indicator Builder.
>> All of the formulas are also given in the text-file.
>>
>> >4. Recently you attached a file to one of your messages that, for
some reason,
>> >was not received properly. In fact the file received could not be
opened NOR
>> >dumped into the WIN95 recycle bin until the system was rebooted!!!
The file
>> >was named "TDS-1.gif" as corrected. May I have another shot at the
file.
>>
>> The corrected version "TDS-1cor.gif" is included in the zip-file.
This file replaces
>> the original "TDS-1.gif" and all of the changes made were given in
that mail-message.
>>
>> Note that I do receive about 5 attachements per day and that within
Win95-compatible
>> programs these and other type of errors are "quite common".
>> Myselve I use OE4-71 as email program, wich has 2 ways for saving
attachements
>> and quite often the on the workmenu one, accesable through the
"File|Save Attachments"
>> doesn't function properly uppose to the paperclip way that ALWAYS
will function.
>>
>> The Expert Advisor used in the "TDS-xxx" gifs worked excellent, but
now if I want to
>> apply it on another different chart(for example on an old saved
layout) it will not show
>> the ribbon properly.
>> For this the work-around solution is to 'always' start with a "new"
security as smart chart,
>> do the required changes and then press the "New|Layout" button,
adding all the available
>> charts and then save as a Layout. When you later open this Layout
again, it will come up
>> properly and any more additional changes can then be saved by
hitting the "Yes" to save
>> changes when asked on closing of this Layout.
>>
>> Also Microsoft programs themselves do not always function as they
should. Over the
>> years I have accepted this as "part of the way computers in general
and Win95 and
>> its affiliated or compatible programs in particular, function and
behave".
>> Also better known as "the handles" and as the "other of the
friendly errors".
>>
>> Regards,
>> Ton Maas
>> Ms-IRB@xxxxxxxxx
>
>Jim,
>I also follow your postings and have the previous files (6 months
ago)
>of your indicators and tests.  Either I am missing something or the
>ZIP file referred to is not attached to this email.  I too am looking
>forward to reviewing it.
>                                    Thanks
>                                    Randy