J joy Newbie Messages 2 Likes 0 Aug 13, 2004 #1 hi friends, as iam new to stock market can someone tell me where to find a free exponential moving average calculator. thanks joy.
hi friends, as iam new to stock market can someone tell me where to find a free exponential moving average calculator. thanks joy.
TWI Senior member Messages 2,559 Likes 269 Aug 13, 2004 #2 Simple algorithm in excel should do it ExpAverage = (2/(length + 1))*close+(1-(2/(length+1)))*ExpAverage[previous day] length is number of days average to be calculated over.
Simple algorithm in excel should do it ExpAverage = (2/(length + 1))*close+(1-(2/(length+1)))*ExpAverage[previous day] length is number of days average to be calculated over.
neil Legendary member Messages 5,169 Likes 752 Aug 13, 2004 #3 A Google search came up with these - I will let you check each one. I note at least one shows the calculation. Most free charts allow you to input a number which spits out the average for you. http://www.google.com/search?hl=en&ie=UTF-8&q=exponential+moving+average+calculator&spell=1
A Google search came up with these - I will let you check each one. I note at least one shows the calculation. Most free charts allow you to input a number which spits out the average for you. http://www.google.com/search?hl=en&ie=UTF-8&q=exponential+moving+average+calculator&spell=1