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.3110.7"' name=GENERATOR>
</HEAD>
<BODY bgColor=#c0c0c0>
<DIV><SPAN class=630580805-24101998><FONT color=#2e393d face=Arial size=2>I have
been trying to write a fairly simple exploration for a divergence between price
and RSI. The standard divergence indicator does not do the job. The
conditions are as follows:</FONT></SPAN></DIV>
<DIV><SPAN class=630580805-24101998><FONT color=#2e393d face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=630580805-24101998><FONT color=#2e393d face=Arial size=2>- RSI
has been going up for three days.</FONT></SPAN></DIV>
<DIV><SPAN class=630580805-24101998><FONT color=#2e393d face=Arial size=2>- RSI
three days ago was higher than lowest RSI in past 14 days</FONT></SPAN></DIV>
<DIV><SPAN class=630580805-24101998><FONT color=#2e393d face=Arial size=2>-
close of three days ago was lower than lowest close of the prior 14
days</FONT></SPAN></DIV>
<DIV><SPAN class=630580805-24101998><FONT color=#2e393d face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=630580805-24101998><FONT color=#2e393d face=Arial size=2>While
the RSI part seems to be working, the price part does not make any hits at all,
even when run independently. Can anyone figure out what is wrong?
All help is appreciated. TIA.</FONT></SPAN></DIV>
<DIV><SPAN class=630580805-24101998><FONT color=#2e393d face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=630580805-24101998><FONT color=#2e393d face=Arial size=2>{RSI
exploration}</FONT></SPAN></DIV>
<DIV><FONT size=2> Ref(RSI(14),0) > Ref(RSI(14),-1)
AND<BR>Ref(RSI(14),-1) > Ref(RSI(14),-2)AND<BR>Ref(RSI(14),-2) > Ref(
LLV(RSI(14),14),-2) </FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><SPAN class=630580805-24101998><FONT color=#2e393d face=Arial size=2>{Price
exploration}</FONT></SPAN></DIV>
<DIV><FONT size=2>Ref(CLOSE,-2) < Ref(LLV(CLOSE,14),-2)</FONT></DIV>
<DIV><SPAN class=630580805-24101998><FONT color=#2e393d face=Arial
size=2></FONT></SPAN> </DIV></BODY></HTML>
</x-html>From ???@??? Sat Oct 24 07:19:46 1998
Received: from listserv.equis.com (204.246.137.2)
by mail02.rapidsite.net (RS ver 0.3) with SMTP id 4590
for <neal@xxxxxxxxxxxxx>; Sat, 24 Oct 1998 07:15:55 -0400 (EDT)
Received: (from majordom@xxxxxxxxx)
by listserv.equis.com (8.8.7/8.8.7) id EAA15457
for metastock-outgoing; Sat, 24 Oct 1998 04:27:45 -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 EAA15454
for <metastock@xxxxxxxxxxxxxxxxxx>; Sat, 24 Oct 1998 04:27:42 -0600
Received: from mx2.freewwweb.com (mx2.freewwweb.com [205.181.80.249])
by freeze.metastock.com (8.8.5/8.8.5) with ESMTP id EAA16211
for <metastock@xxxxxxxxxxxxx>; Sat, 24 Oct 1998 04:40:47 -0600 (MDT)
Received: from freewwweb.com (ppp-102.tnt-1.atl.smartworld.net [209.64.214.102])
by mx2.freewwweb.com (8.9.1/8.9.1) with ESMTP id GAA8085263;
Sat, 24 Oct 1998 06:32:39 -0400 (EDT)
Message-ID: <3631AC78.73C0F8B1@xxxxxxxxxxxxx>
Date: Sat, 24 Oct 1998 06:31:20 -0400
From: michael arnoldi <marnoldi@xxxxxxxxxxxxx>
X-Mailer: Mozilla 4.05 [en] (Win95; I)
MIME-Version: 1.0
To: "metastock-ta@xxxxxxxxx" <metastock-ta@xxxxxxxxx>,
A METASTOCK GROUP <metastock@xxxxxxxxxxxxx>
Subject: e-wave projections
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
X-UIDL: 132cad457a85bb5befc0f8fb8884f509
for the ones interested in the elliot wave projections of one analyst
and his track record, go to:
http://skansearch.com/freesite/sprefdly1.shtml
mike arnoldi
|