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

Re : EL question



PureBytes Links

Trading Reference Links

Dans un courrier daté du 10/07/98 21:18:02  , vous avez écrit :

<< 
 Can someone tell me what is the matter with this ShowMe?
 
 input:	P2 (c data2), Length(20);
 
 print("Average:  ", Average(P2, Length), Average(c data2, Length));
 print("StdDev:  ", StdDev(P2, Length), StdDev(c data2, Length));
 
 if 1=2 then plot1(0, "plot");
 
 The two averages differ and the two stddev's also differ.  Why?
  >>

Youn may avoid to make calculations in a print statement.
Calculate your results into some variables ,then do the print statement with
the variables, and there are chances that they match at this time.

Sincerely,

PierreOrphelin
www.sitrade.com






  • Follow-Ups: