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"><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN"><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<META content='"MSHTML 4.71.2016.0"' name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#000000 face=Arial size=2>Thanks, Adam, for your detail
response. The Expert works fine now. I did discover that the *order*
of the highlights indicators is critical. The HiLo Change highlight won't
show up if you place it at the end.</FONT></DIV>
<DIV><FONT color=#000000 face=Arial size=2></FONT> </DIV>
<DIV><FONT color=#000000 face=Arial size=2>I've been dabbling with Krausz's
Buy/Sell rules from the Feb. '98 TASC article. He uses some intraday
rules, which I had to work around. So far, here's what I've got. I
haven't thoroughly checked the results yet.</FONT></DIV>
<DIV><FONT color=#000000 face=Arial size=2></FONT> </DIV>
<DIV><FONT color=#000000 face=Arial size=2>Enter Long:</FONT></DIV>
<DIV><FONT color=#000000 face=Arial size=2>---------------</FONT></DIV>
<DIV><FONT color=#000000 face=Arial size=2>{Previous Peak
Value}<BR>Pv:=ValueWhen(1,FmlVar("GANN-Trend","Pv")>0,<BR>
FmlVar("GANN-Trend","Pv"));<BR>When(<BR>{Rule
1}<BR>(<BR> {Trend is up}<BR>
FmlVar("GANN-Trend","Tdv")=1<BR> AND<BR>
{yesterday's HiLo is above the bar}<BR>
Ref(FmlVar("GANN-HiLo","HLv"),-1)=-1<BR> AND<BR>
{close today is above yesterday's HiLo}<BR> CLOSE >
Ref(Fml("GANN-HiLo"),-1)<BR>)<BR>OR<BR>{Rule 2}<BR>(<BR>{change from
downtrend to uptrend}<BR> FmlVar("GANN-Trend","Tdv")=1
AND<BR>
Ref(FmlVar("GANN-Trend","Tdv"),-1)=-1<BR>
AND<BR> {yesterday's HiLo is below the bar}<BR>
Ref(FmlVar("GANN-HiLo","HLv"),-1)=1
<BR>)<BR>OR<BR>{Rule 3}<BR>(<BR> {Trend is up}<BR>
FmlVar("GANN-Trend","Tdv")=1<BR> AND<BR> {Close
above the previous peak}<BR> CLOSE > Pv<BR> AND<BR>
{yesterday's HiLo is below the bar}<BR>
Ref(FmlVar("GANN-HiLo","HLv"),-1)=1
<BR>)<BR>)</FONT> </DIV>
<DIV><FONT color=#000000 face=Arial size=2></FONT> </DIV>
<DIV><FONT color=#000000 face=Arial size=2>The Short Entry code is basicly the
inverse of the above. I haven't yet worked on the Profit Protection
Rules.</FONT></DIV>
<DIV><FONT color=#000000 face=Arial size=2></FONT> </DIV>
<DIV><FONT color=#000000 face=Arial size=2>Any comments are
appreciated.</FONT></DIV>
<DIV><FONT color=#000000 face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT color=#000000 face=Arial size=2>
Bary</FONT></DIV></BODY></HTML>
</x-html>From ???@??? Sun Mar 07 17:49:55 1999
Received: from listserv.equis.com (204.246.137.2)
by mail05.rapidsite.net (RS ver 1.0.2) with SMTP id 23819
for <neal@xxxxxxxxxxxxx>; Sun, 7 Mar 1999 20:41:19 -0500 (EST)
Received: (from majordom@xxxxxxxxx)
by listserv.equis.com (8.8.7/8.8.7) id JAA02085
for metastock-outgoing; Mon, 8 Mar 1999 09:09:59 -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 JAA02082
for <metastock@xxxxxxxxxxxxxxxxxx>; Mon, 8 Mar 1999 09:09:55 -0700
Received: from smtp.email.msn.com (cpimssmtpu02.email.msn.com [207.46.181.18])
by freeze.metastock.com (8.8.5/8.8.5) with ESMTP id SAA26546
for <metastock@xxxxxxxxxxxxx>; Sun, 7 Mar 1999 18:07:37 -0700 (MST)
Received: from VonHef - 208.254.209.75 by email.msn.com with Microsoft SMTPSVC;
Sun, 7 Mar 1999 16:55:22 -0800
Message-ID: <016201be68fe$6c6087c0$78cd2499@xxxxxxxxxxxxxxxxx>
From: "Adam Hefner" <VonHef@xxxxxxxxxxxxx>
To: "MetaStock" <metastock@xxxxxxxxxxxxx>
Subject: Swing Charts
Date: Sun, 7 Mar 1999 18:55:54 -0600
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
X-UIDL: 05a31f61669724cd7e63c0dc1168cf38.02
For some reason this did not post correctly on my computer so I have
forwarded back to
the list.
Best wishes,
Adam Hefner.
VonHef@xxxxxxxxxxxxx
---------------------------------------
Attachment Converted: "c:\eudora\attach\Gann Swing charts.eml"
|