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

Re: Gen: Moving Averages



PureBytes Links

Trading Reference Links

In a message dated 97-12-14 21:40:05 EST, you write:

<< James:
 Any idea how to write in easy Language Average of the ADX.
 What lengths of the ADX do you use. Is 14 too insensitive, something like 9
better.
 Thanks
 Edgar >>

Edgar,
You can average anything with easy language's average function.  Usually
people average price.  Most people average the close, but you may average the
true range or the high or the low.  The low is sometimes averaged as a smart
place to set stops.  If you want to average the ADX just imput the following:
Average(ADX(adxlen),adxlen) where adxlen is an imput of the length of the adx
and the length of the average of the adx.
--Jim