the 'n'th root product of 'n' numbers, For example,( Return1* Return2 *.* Return n)**(1/N). Value Line used and probably still uses a geometric MA to compute returns.
From: [email protected] [mailto:[email protected]] On Behalf Of Howard B Sent: Thursday, January 08, 2009 12:09 PM To: [email protected] Subject: Re: [amibroker] Geometric Moving Average (GMA)? Hi Mav -- This is one definition of geometric moving average: "A geometrical moving average gives the most recent observation the greatest weight, and all previous observations weights decreasing in geometric progression from the most recent back to the first." That is also the definition of exponential moving average. Do you have something else in mind? Thanks, Howard On Thu, Jan 8, 2009 at 1:19 AM, MAVIRK <[email protected]> wrote: HI All, Any one has AFL code for Geometric Moving Average (GMA)? Thanks, MAV
