PureBytes Links
Trading Reference Links
|
<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type>
<META content="MSHTML 5.00.3018.900" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT size=2><FONT color=#0000ff><FONT face=Arial><SPAN
class=562332417-28062000>This is the Equis
version.</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT size=2><FONT color=#0000ff><FONT face=Arial><SPAN
class=562332417-28062000></SPAN>{from </FONT></FONT></FONT><A
href="http://www.sumangalamonline.com"><FONT face=Arial
size=2>http://www.sumangalamonline.com</FONT></A><FONT color=#0000ff face=Arial
size=2> }<BR>RSIperiod := Input( "RSI-periods", 2, 50, 14) ;<BR>RsiStochaPeriod
:= Input("RSI-Stoch-periods", 2, 50, 9) ;<BR>StochSlowperiod :=
Input("Stochastic-slow-periods",2, 50, 3) ;</FONT></DIV>
<DIV> </DIV>
<DIV><FONT color=#0000ff face=Arial size=2>(Sum( RSI(RSIperiod)
-LLV(RSI(RSIperiod),RsiStochaPeriod),StochSlowperiod) /
Sum(HHV(RSI(RSIperiod),RsiStochaPeriod)
-LLV(RSI(RSIperiod),RsiStochaPeriod),StochSlowperiod) ) *
100<BR> <BR></FONT></DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader><FONT face="Times New Roman"
size=2>-----Original Message-----<BR><B>From:</B>
owner-metastock@xxxxxxxxxxxxx [mailto:owner-metastock@xxxxxxxxxxxxx]<B>On
Behalf Of</B> LPetersen<BR><B>Sent:</B> Wednesday, June 28, 2000 7:10
AM<BR><B>To:</B> MetaStock List<BR><B>Subject:</B> Stochastic RSI
<BR><BR></DIV></FONT>Hello <BR>I repeatedly see "Stoch RSI 13,8,3", used with
three reference numbers (13,8,3). <BR>Will someone please explain how to
utilize the (13,8,3). Thanks, Larry <BR>
<P>Tushar Chande apparently uses a value of 14 in his formula (shown below).
<P>( ( RSI ( 14 ) - LLV( RSI (14 ) ,14 ) ) / ( ( HHV( RSI (14 ) ,14 ) ) -
LLV(RSI (14 ),14 ) ) ) <BR><FONT
color=#cc0000>___________________________________________________________________</FONT>
<BR>StochRSI = (RSI - RSIL)/(RSIH -RSIL) <BR>where RSIL and RSIH are the
lowest and highest values of the RSI over a given period.
<BR>___________________________________________________________________
</P></BLOCKQUOTE></BODY></HTML>
</x-html>From ???@??? Wed Jun 28 12:59:19 2000
Return-Path: <majordom@xxxxxxxxxxxxxxxxxx>
Received: from listserv.equis.com (listserv.equis.com [204.246.137.2])
by purebytes.com (8.9.3/8.9.3) with ESMTP id LAA32593
for <neal@xxxxxxxxxxxxx>; Wed, 28 Jun 2000 11:27:36 -0700
Received: (from majordom@xxxxxxxxx)
by listserv.equis.com (8.8.7/8.8.7) id LAA17939
for metastock-outgoing; Wed, 28 Jun 2000 11:30: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 LAA17935
for <metastock@xxxxxxxxxxxxxxxxxx>; Wed, 28 Jun 2000 11:30:43 -0600
Received: from lukla.Sun.COM (lukla.Sun.COM [192.18.98.31])
by freeze.metastock.com (8.8.5/8.8.5) with ESMTP id LAA15291
for <metastock@xxxxxxxxxxxxx>; Wed, 28 Jun 2000 11:51:33 -0600 (MDT)
Received: from engmail2.Eng.Sun.COM ([129.146.1.25])
by lukla.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id LAA11011
for <metastock@xxxxxxxxxxxxx>; Wed, 28 Jun 2000 11:34:11 -0600 (MDT)
Received: from addis.eng.sun.com (addis.Eng.Sun.COM [129.146.91.135])
by engmail2.Eng.Sun.COM (8.9.3+Sun/8.9.3/ENSMAIL,v1.7) with SMTP id KAA02405
for <metastock@xxxxxxxxxxxxx>; Wed, 28 Jun 2000 10:33:10 -0700 (PDT)
Received: from addis by addis.eng.sun.com (SMI-8.6/SMI-SVR4)
id KAA15635; Wed, 28 Jun 2000 10:33:07 -0700
Date: Wed, 28 Jun 2000 10:33:07 -0700 (PDT)
From: Melesse Ayalew <Melesse.Ayalew@xxxxxxxxxxx>
Subject: Re: Using more than one parameter for sec
To: metastock@xxxxxxxxxxxxx
Message-ID: <libSDtMail.10006281033.11056.ayalew@xxxxx/addis>
MIME-Version: 1.0
Content-Type: TEXT/plain; charset=us-ascii
Content-MD5: ARPo6g5eNMK6rESMse4ZaA==
X-Mailer: dtmail 1.1.0 CDE Version 1.1_48 SunOS 5.5.1 sun4u sparc
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx
Status:
I would like to know how you are storing or making use of the open-intereste
field to store information. At one time, I had to create a security built
out of data from two securities. and I had to use the open and openinterest
fields in the new security. The method works as follows:
1) Convert security (1) to ASCII text format
2) Convert security (2) to ASCII text format
3) Write C program to parse and concatenate the fields and create a ASCII text
file
4)Convert the ASCII in (3) to Metastock data format.
-- Melesse
convert Metastock ---ASCII and
> X-Authentication-Warning: listserv.equis.com: majordom set sender to
owner-metastock@xxxxxxxxxxxxx using -f
> To: <metastock@xxxxxxxxxxxxx>
> Subject: Using more than one parameter for sec
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> X-Priority: 3 (Normal)
> X-MSMail-Priority: Normal
> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700
> Importance: Normal
>
> Dear and Knowledgeable Members,
>
> I am using the Open Interests field of the securities to store the number of
> transactions performed so that I can use it for analysis later. How can I
> create more parameters like that attached to a security for further use. For
> example, Pos/Nag surplus at Open, no of transactions made at open price
> etc...
>
> I need to make the data related to the securities and not create a new one
> for this data.
>
> Many thanks in advance,
>
> Moshe Shalom
>
|