PureBytes Links
Trading Reference Links
|
Then you can try
Plot1(Cum(close of data2-close of data1) of
data1,"CumVol");
A bit less esoterical than the other solutions.
--- JOHN CLEMENS <jbclem@xxxxxxxxxxxxxx> wrote:
>
> To continue: I've tried... Plot1(Cum(close of
> data2-close of
> data1),"CumVol");...but the error
> message becomes "grammar error, unresolvable data
> number", pointing to the
> "Cum".
>
> Still searching for the solution. John
>
|