PureBytes Links
Trading Reference Links
|
<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.2314.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>I'm a QCharts subscriber and did not miss anything all morning
although it did get sluggish on a couple of occasions when I switched symbols in
my chart set. As for customer service, the support e-mail address
at Quote.Com is worse than useless because the automated reply function
leads you to believe you might get a human response - don't hold your breath for
it.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>Earl</FONT></DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A href="mailto:rjeanhall@xxxxxxxxxxxxxxxx"
title=rjeanhall@xxxxxxxxxxxxxxxx>robin hall</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
href="mailto:realtraders@xxxxxxxxxxxxxx"
title=realtraders@xxxxxxxxxxxxxx>RealTraders Discussion Group</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, May 04, 1999 7:16 AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> re:live charts---quote com</DIV>
<DIV><BR></DIV>
<DIV><FONT color=#000000 size=2>hi there</FONT></DIV>
<DIV><FONT color=#000000 size=2>i am not getting any live data? anyone else
experiencing the same?</FONT></DIV>
<DIV><FONT color=#000000 size=2>what are the consumers rights when theirs a
continous disruption of services. ie do we still have to pay for a full month
? is their anything we can do besides finding a different service
provider.</FONT></DIV>
<DIV><FONT color=#000000 size=2>what are other traders experiences with quote
com. their replies are virtually non existent. their CUSTOMER
service </FONT></DIV>
<DIV><FONT color=#000000 size=2>SUCKS</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2>thanks for the help </FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV></BLOCKQUOTE></BODY></HTML>
</x-html>From ???@??? Tue May 04 12:50:16 1999
Received: from list.listserver.com (198.68.191.15)
by mail05.rapidsite.net (RS ver 1.0.2) with SMTP id 3160
for <neal@xxxxxxxxxxxxx>; Tue, 4 May 1999 14:46:06 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
by accessone.com (8.8.5/8.8.5/PIH) with SMTP id LAA05492;
Tue, 4 May 1999 11:45:40 -0700 (PDT)
Received: from mail.rdc1.nj.home.com (imail@xxxxxxxxxxxxxxxxxxxx [24.3.128.66])
by accessone.com (8.8.5/8.8.5/PIH) with ESMTP id LAA05362
for <realtraders@xxxxxxxxxxxxxx>; Tue, 4 May 1999 11:43:59 -0700 (PDT)
Received: from cc1007981-a ([24.3.147.35]) by mail.rdc1.nj.home.com
(InterMail v4.00.03 201-229-104) with SMTP
id <19990504184357.GYJC16376.mail.rdc1.nj.home.com@xxxxxxxxxxx>;
Tue, 4 May 1999 11:43:57 -0700
Message-Id: <4.1.19990504144139.015b97f0@xxxx>
Date: Tue, 04 May 1999 14:43:55 -0400
Reply-To: jsibley@xxxxxxxx
Sender: owner-realtraders@xxxxxxxxxxxxxx
From: Jonathan Sibley <jsibley@xxxxxxxx>
To: RealTraders Discussion Group <realtraders@xxxxxxxxxxxxxx>
Subject: Fwd: HEA: ESPL Move Average starts over each day
Mime-Version: 1.0
Content-Type: text/html; charset="us-ascii"
X-To: "realtraders@xxxxxxxxxxxxxx" <realtraders@xxxxxxxxxxxxxx>
X-Cc: Howard Arrington <ensign@xxxxxxxxxxxxxxxxxx>
X-Sender: jsibley@xxxx
X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1
X-Listprocessor-Version: 8.1 -- ListProcessor(tm) by CREN
X-Loop-Detect: 1
X-UIDL: df06981f2c017660b6bca9b1ad7253f7.13
<x-html><html>
This is an example of the level of technical support at Ensign. I
won't say that every question gets answered this quickly (I think it was
less than 2 hours), but it's not unusual, either. At any rate, it's
enough to spoil anyone having to deal with other software vendors, as
well.<br>
<br>
Jonathan<br>
<br>
<br>
<blockquote type=cite cite>Mailing-List: ListBot mailing list contact
EnsignList-help@xxxxxxxxxxx<br>
Delivered-To: mailing list EnsignList@xxxxxxxxxxx<br>
From: "Howard Arrington"
<ensign@xxxxxxxxxxxxxxxxxx><br>
To: "@@Discussion" <EnsignList@xxxxxxxxxxx>,<br>
"Jonathan Sibley"
<jsibley@xxxxxxxx><br>
Subject: HEA: ESPL Move Average starts over each day<br>
Date: Tue, 4 May 1999 13:21:01 -0500<br>
X-Mailer: Microsoft Outlook Express 5.00.2314.1300<br>
<br>
EnsignList -
http://www.ensignsoftware.com
<br>
Hi Jonathan,<br>
<br>
Enclosed is a sample implementation of the study Mr. Kramer asked about.<br>
<br>
var i,j: integer;<br>
begin<br>
if Who=51 then begin<br>
SetUser(ePosition,eChart);<br>
j:=GetUser(eInteger);<br>
for i:=BarBegin to BarEnd do begin<br>
if Bar(eDate,i)<>Bar(eDate,pred(i)) then j:=0;<br>
if j<10 then inc(j);<br>
SetUser(1,Average(eClose,i,j),i);<br>
end;<br>
SetUser(eInteger,j);<br>
end;<br>
end;<br>
<br>
<br>
<br>
Sincerely,<br>
Howard Arrington<br>
http://www.ensignsoftware.com/<br>
<blockquote type=cite cite>----- Original Message ----- <br>
<b>From:</b> Jonathan Sibley <br>
<b>To:</b> RealTraders Discussion Group <br>
<b>Cc:</b> Howard Arrington <br>
<b>Sent:</b> Tuesday, May 04, 1999 12:24 PM<br>
<b>Subject:</b> Re: Indicator Calculation Question<br>
<br>
I would think any program that allows you to create custom indicators would support something like this, but you would have to write it.<br>
<br>
Typically, you would look at each bar's date and could either keep track of which bar you are on in the day's action using a counter that you update or look at the bar's timestamp and compare it to a specific time. At first glance, it sounds doable.<br>
<br>
I certainly think that Ensign would handle this ($30 per month, no upfront cost). I haven't really found an indicator I can't program in Ensign yet, and I've tried. <br>
<br>
I'll cc: the Ensign developer to see if he agrees (about the feasibility).<br>
<br>
Jonathan Sibley<br>
<br>
At 12:03 PM 5/4/99 -0500, Gary Kramer wrote: <br>
<i><blockquote type=cite cite>Does anyone know of a real time charting package which will calculate indicators based upon that day's price action only? for example, if i want to calculate a 10 period moving average, the calculation in the first period will be based only upon that period's bar, in the second period it will be based upon the first two, and finally by the 10th bar, the indicator will finally be a true moving average. </i><br>
<br>
<i>Thanks for the help</i><br>
<br>
<br>
<br>
<i>Gary Kramer<br>
708-401-0382 (Voice mail and Fax)</i></blockquote></i></blockquote>______________________________________________________________________ To unsubscribe, write to EnsignList-unsubscribe@xxxxxxxxxxx Start Your Own FREE Email List at http://www.listbot.com/ </blockquote><br>
</html>
</x-html>From ???@??? Tue May 04 12:50:24 1999
Received: from list.listserver.com (198.68.191.15)
by mail05.rapidsite.net (RS ver 1.0.2) with SMTP id 4145
for <neal@xxxxxxxxxxxxx>; Tue, 4 May 1999 14:56:18 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
by accessone.com (8.8.5/8.8.5/PIH) with SMTP id LAA06536;
Tue, 4 May 1999 11:55:58 -0700 (PDT)
Received: from MAIL01 (mail.toast.net [206.244.186.11])
by accessone.com (8.8.5/8.8.5/PIH) with ESMTP id LAA06392
for <realtraders@xxxxxxxxxxxxxx>; Tue, 4 May 1999 11:54:34 -0700 (PDT)
Received: from dennisco - 209.81.184.152 by toast.net with Microsoft SMTPSVC;
Tue, 4 May 1999 14:57:15 -0400
Message-Id: <00ed01be965f$c24ae3e0$98b851d1@xxxxxxxx>
Date: Tue, 4 May 1999 14:55:58 -0400
Reply-To: dlc@xxxxxxxxx
Sender: owner-realtraders@xxxxxxxxxxxxxx
From: "Dennis L. Conn" <dlc@xxxxxxxxx>
To: RealTraders Discussion Group <realtraders@xxxxxxxxxxxxxx>
Subject: GEN: Qute.com
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_00EA_01BE963E.381CC1A0"
X-To: "RealTraders" <realtraders@xxxxxxxxxxxxxx>
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-Listprocessor-Version: 8.1 -- ListProcessor(tm) by CREN
X-Loop-Detect: 1
X-UIDL: 63eccb22f9d31e62b49ba18b8d52662a.15
<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.2314.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Hi RT's,</DIV>
<DIV> </DIV>
<DIV>Does anyone know why Quote.com hasn't had charts for OJ since Jan?!! Seems
a bit odd...</DIV>
<DIV> </DIV>
<DIV>Dennis C.</DIV>
<DIV>dlc@xxxxxxxxx</DIV></BODY></HTML>
</x-html>From ???@??? Tue May 04 12:50:27 1999
Received: from list.listserver.com (198.68.191.15)
by mail05.rapidsite.net (RS ver 1.0.2) with SMTP id 23984
for <neal@xxxxxxxxxxxxx>; Tue, 4 May 1999 15:08:23 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
by accessone.com (8.8.5/8.8.5/PIH) with SMTP id MAA07525;
Tue, 4 May 1999 12:08:05 -0700 (PDT)
Received: from m2.boston.juno.com (m2.boston.juno.com [205.231.101.199])
by accessone.com (8.8.5/8.8.5/PIH) with ESMTP id MAA07411
for <Realtraders@xxxxxxxxxxxxxx>; Tue, 4 May 1999 12:06:14 -0700 (PDT)
Received: (from sail4@xxxxxxxx)
by m2.boston.juno.com (queuemail) id D9SZES95; Tue, 04 May 1999 15:05:48 EDT
Message-Id: <19990504.150538.10167.0.sail4@xxxxxxxx>
Date: Tue, 04 May 1999 15:05:48 EDT
Reply-To: sail4@xxxxxxxx
Sender: owner-realtraders@xxxxxxxxxxxxxx
From: "Richard C. Fredette" <sail4@xxxxxxxx>
To: RealTraders Discussion Group <realtraders@xxxxxxxxxxxxxx>
Subject: Options internet address
X-To: Realtraders@xxxxxxxxxxxxxx
X-Mailer: Juno 1.49
X-Juno-Line-Breaks: 2-4
X-Listprocessor-Version: 8.1 -- ListProcessor(tm) by CREN
X-Loop-Detect: 1
X-UIDL: c3f98a37cbd0ccd808ec02d0a8d8597f.17
Does anyone have a good internet address for getting options available
for a given stock. The one I've tried ranges from extremely slow to
non-performing! Many thanks.
--Dick
|