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.2919.6307" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Not being brilliantly computer literate, could
anyone tell me how I can overlay one chart on another in SuperCharts RT, if one
is the bonds and the other the S&P i.e. one is in 32nds and the other
decimal?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Obviously, I know that I can have one as Data 2 to
the other, but I would like to have them in the main data stream, if that is the
expression. I want to see the two instruments moving
together.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>So as not to clutter the air waves, please reply
privately if you wish - I don't suppose many other people will want to do
this.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Many thanks</FONT></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Bill Eykyn<BR><A
href="http://www.t-bondtrader.com">www.t-bondtrader.com</A><BR>"Learn to read
the tape"</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>
</x-html>From ???@??? Tue Mar 28 23:02:10 2000
Return-Path: <listmanager@xxxxxxxxxxxxxxx>
Received: from waltt1.thetrellis.net ([208.179.56.11])
by purebytes.com (8.9.3/8.9.3) with SMTP id LAA12555
for <neal@xxxxxxxxxxxxx>; Mon, 27 Mar 2000 11:55:01 -0800
Received: from REALTRADERS.COM
([208.179.56.198])
by waltt1.thetrellis.net; Mon, 27 Mar 2000 11:55:01 -0800
Received: from harrier.prod.itd.earthlink.net by realtraders.com
with SMTP (MDaemon.v3.0.0.R)
for <realtraders@xxxxxxxxxxxxxxx>; Mon, 27 Mar 2000 11:46:59 -0800
Received: from acer (1Cust117.tnt1.blythe.ca.da.uu.net [63.25.4.117])
by harrier.prod.itd.earthlink.net (8.9.3/8.9.3) with SMTP id LAA05506;
Mon, 27 Mar 2000 11:50:22 -0800 (PST)
Message-ID: <00e201bf9826$0bb73b00$7504193f@xxxx>
Reply-To: "BobR" <bobrabcd@xxxxxxxxxxxxx>
From: "BobR" <bobrabcd@xxxxxxxxxxxxx>
To: <realtraders@xxxxxxxxxxxxxxx>
Cc: <realtraders@xxxxxxxxxxxxxxx>
References: <004801bf9821$f7f90ca0$0201a8c0@xxxxxxxxxxxxxxxxxxxxxx>
Subject: [RT] Indicated Value
Date: Mon, 27 Mar 2000 11:50:27 -0800
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_NextPart_000_00DC_01BF97E2.A4ED9560"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2314.1300
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
X-MDaemon-Deliver-To: realtraders@xxxxxxxxxxxxxxx
X-Return-Path: bobrabcd@xxxxxxxxxxxxx
X-MDRcpt-To: realtraders@xxxxxxxxxxxxxxx
Sender: listmanager@xxxxxxxxxxxxxxx
Precedence: bulk
X-MDMailing-List: realtraders@xxxxxxxxxxxxxxx
X-MDSend-Notifications-To: listmanager@xxxxxxxxxxxxxxx
Status: RO
<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2722.2800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>{Indicated Value code plots the expiration projection of the
OEX in data1, with VIX in data2. It plots only one month but can be
inserted for multiple months with appropriate input changes. Original
concept appeared in AIQ Option Expert. BobRoeske}</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>Inputs: Price(C of data1),Len(3),Std(1),Vol(((H of data2+L of
data2+C of data2)/3)/100),EXMONTH(04),EXYEAR(100),TL(252),LkBk(22);<BR>Vars:
Slope(0),Dif(0),IV(0),IV2(0),IV3(0);</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>Slope = LinearRegSlope(Price,Len);<BR>Dif = AbsValue(Price -
(Price*(expValue(Std*Vol*squareroot(ABSVALUE(DAYSTOEXPIRATION(EXMONTH,EXYEAR))/TL)))));</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>If Slope = 0 then begin<BR>IV =
Price;<BR>plot1(IV,"IV");<BR>end;</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>If Slope > 0 AND DAYSTOEXPIRATION(EXMONTH,EXYEAR)
>=0 and DAYSTOEXPIRATION(EXMONTH,EXYEAR)<LkBk then
begin<BR>IV2 = (Price + Dif);<BR>plot2(IV2,"IV2");<BR>end;</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>If Slope < 0 AND DAYSTOEXPIRATION(EXMONTH,EXYEAR)
>=0 and DAYSTOEXPIRATION(EXMONTH,EXYEAR)<=LkBk then begin<BR>IV3 =
(Price - Dif);<BR>plot3(IV3,"IV3");<BR>end;<BR></FONT></DIV></BODY></HTML>
</x-html>
Attachment Converted: "f:\eudora\attach\IndValue.gif"
|