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

Re: [amibroker] sommthed roc



PureBytes Links

Trading Reference Links


Hi David,
 
Yes, ROC can be used with ANY 
indicator:
 
ROC( any_indicator, period )
 
in order to smooth ROC just apply simple or 
exponential moving average on it:
 
ma( ROC( close, 10 ),  20 );
 
or 
 

ema( ROC( close, 10 ),  20 );
 
Best regards,
Tomasz Janeczko
amibroker.com
 
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
David 
Holzgrefe 
To: <A title=amibroker@xxxxxxxxxx 
href="">amibroker@xxxxxxxxxxxxxxx ;<A 
title=tj@xxxx href="">Tomasz Janeczko 

Sent: Tuesday, March 20, 2001 06:29
Subject: [amibroker] sommthed roc

Doses anyone know how to make a smothing 
roc  (siroc)
 
whilst is easy to change the periods 
roc(close,10)
 
I what something that filters the noise out 
??
 
can the roc be used  with other indicators 
roc(stochk,20) for example ?
 Your 
use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service.