PureBytes Links
Trading Reference Links
|
-
From: JOHN CLEMENS, 76635,3676
TO: "david b. stanley", INTERNET:davestan@xxxxxxxxxx
DATE: 8/26/00 7:56 PM
RE: Copy of: Re: My Easy Language needs help!
Thanks for the help. This worked like a charm:
input: input1(close of data1), input2(close of data2), xlength(19);
Plot1(Cum(input1-input2), "CumUPDN Vol");
Plot2(xaverage(Cum(input1-input2),xlength), "CumUPDN Vol");
I also wanted to add another xaverage, but xlength2 wasn't acceptable,
although it has 8 charactors. A shorter word, xlen2, did work.
John
|