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

Re : Displaced Moving Average



PureBytes Links

Trading Reference Links

Dans un courrier daté du 22/07/98 22:37:53  , vous avez écrit :

<< Hi, 
 
 Does anyone know how to program the Displaced Moving Average for the
 Power Editor? I can plot the indicator, but where is it in the the function
 wizard for the Power Editor???
 
 Best, Matt
  >>


Nothing to expect from the wizard.
It's more a list of available functions and codes clasifed by categories.

input:len(10),disp(5);

Plot1[disp](average(c,len));

Plot2(average(c[disp],len));

Plot1 is displaced to the left (centered average), Plot2 to the right (delayed
from disp bars).

Sincerely,

Pierre Orphelin
www.sirtrade.com