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

What is wrong with this?



PureBytes Links

Trading Reference Links

Hello:

var1=(peakbars(H,18,1) );
var2=(Peakbars(H,18,2) );
var3=var2-var1;
graph0=oscv(var3,var2);


This gives me a bad argument error.

Steve