PureBytes Links
Trading Reference Links
|
oops!
I think you meant this:
plot1(cum(c of data2) - cum(c of data1),"CumVol");
rgds phil
----- Original Message -----
From: <TradeWynne@xxxxxxx>
To: <jbclem@xxxxxxxxxxxxxx>; <omega-list@xxxxxxxxxx>
Sent: Friday, June 30, 2000 2:27 PM
Subject: Re: Word not recognized=@xxx
> In a message dated 6/30/00 2:14:07 PM Pacific Daylight Time,
> jbclem@xxxxxxxxxxxxxx writes:
>
> > If I try...Plot1(Cum(data2-data1),"CumVol");...the error message is
> > "arithmetic(numeric) expression
> > expected here" and it points to the word "data2".
> >
> try:
>
> plot1(cum(c of data2) - (c of data1),"CumVol");
>
> I forget "why," but it verifies.
>
> Bill Wynne
> TradeWynne@xxxxxxxxxxxxxxx
>
>
|