[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

re: My Easy Language needs help!



PureBytes Links

Trading Reference Links

You are using "xaverage(19)" as an input. In the code, you are adding
the ",19" which is confusing the powereditor. Use the length of
xaverage as the input as written below.

dbs

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");