Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
j j is offline
external usenet poster
 
Posts: 128
Default exponential moving average

Exponential moving slope is the issue. Is there a formula.dropdown table
such as the one available for moving averages
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,104
Default exponential moving average

Have a look he
http://www.ozgrid.com/forum/showthread.php?t=93282
best wishes

--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"j" wrote in message
...
Exponential moving slope is the issue. Is there a formula.dropdown table
such as the one available for moving averages



  #3   Report Post  
Posted to microsoft.public.excel.misc
j j is offline
external usenet poster
 
Posts: 128
Default exponential moving average

Thank you! I am going to try to apply this to a moving slope!

"j" wrote:

Exponential moving slope is the issue. Is there a formula.dropdown table
such as the one available for moving averages

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 161
Default exponential moving average

Hi, u can create formula for EMA. For 12 days EMA, first date MA is simple
MA, in my example in C13, values in colB, dates in colA, row1 is header row:
=SUM(B2:B13)/12 (or use AVERAGE function for first 12 values. From C13 and
13th value u can already start to calculate EMA (in C14):
=+B14*(2/13)+C13*(1-2/13), copy down.
I put sample file with EMA12 and EMA26 to:

http://ash001.sweb.cz/ema.xls

HTH click yes, if so.

Regards
Alojz


"j" wrote:

Exponential moving slope is the issue. Is there a formula.dropdown table
such as the one available for moving averages

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving average billregal Excel Worksheet Functions 1 January 23rd 09 01:39 AM
moving average sgtmac Excel Discussion (Misc queries) 0 July 3rd 07 02:08 PM
Moving Average Chuck Excel Worksheet Functions 5 December 18th 06 06:26 PM
how to do a 50 day and 200 day moving average giovanni Excel Discussion (Misc queries) 2 November 10th 05 02:10 PM
Moving average Mike B Excel Worksheet Functions 8 March 21st 05 04:41 PM


All times are GMT +1. The time now is 04:32 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"