Thanks - I tried this:

e = Equity();
netprofit = ROC( e, 1 );

for (i=1; i<BarCount; i++)
 {
  xxx = netprofit[i];
 }


And only get zero's for xxx!

What is going wrong?
Alex

Reply via email to