| 
 PureBytes Links 
Trading Reference Links 
 | 
Try
Plot1(Cum(close of data2- close of data1),"CumVol");
(this providing CUM() is a function)
Then you can create a chart with any two symbols and
have this work.
H
--- JOHN CLEMENS <jbclem@xxxxxxxxxxxxxx> wrote:
> 
> I'm trying to write  this simple plot1
> statement...Plot1(Cum(@NVD-@xxx),"CumVol");...but
> when I verify it I'm
> getting "word not recognized" for @NVD.
> 
> If I try...Plot1(Cum(data2-data1),"CumVol");...the
> error message is
> "arithmetic(numeric) expression
> expected here" and it points to the word "data2".
> 
> My Easy Language knowledge is very rudimentary and I
> could use some help
> with this.
> 
> 
> Thanks,  John
> 
 
 |