PureBytes Links
Trading Reference Links
|
ATR comes close, but uses Wilder's smoothing instead of MA smoothing and
considers price gaps.
http://stockcharts.com/education/IndicatorAnalysis/indic_ATR.html
"Wilder's Smoothing indicator is similar to the Exponential Moving Average."
--
Terry
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf
Of Wes Smith
Sent: Sunday, January 28, 2007 23:24
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] Determining average price range over N days
How about "myaverage=ma(C,4) ; // 4 day MA of close
----- Original Message ----
From: mbs010101 <subs@xxxxxxxxx>
To: amibroker@xxxxxxxxxxxxxxx
Sent: Monday, January 29, 2007 1:13:21 AM
Subject: [amibroker] Determining average price range over N days
Hi,
Is there a function available that will give me the average daily price
range (hi-low) over N past days/periods. I know i can do this manually
by summing and dividing by N, but just wondering if there is a function
already out there that does the same thing.
Thank you
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.12/655 - Release Date: 1/28/2007 1:12 PM
|