Jump to content



Photo

Help from Math Guys... how do you convert a %Trend into a Moving Average


  • Please log in to reply
3 replies to this topic

#1 Woody

Woody

    Member

  • Traders-Talk User
  • 1,498 posts

Posted 06 September 2007 - 09:52 AM

Thanks, I'm sure its an easy conversion..........

#2 Darris

Darris

    Member

  • Traders-Talk User
  • 1,667 posts

Posted 06 September 2007 - 11:12 AM

I think this would get you started.

http://www.mcoscilla...Oscillator.html

#3 NAV

NAV

    Member

  • Traders-Talk User
  • 16,087 posts

Posted 06 September 2007 - 11:50 AM

Woody, The formula for calculating Exponential moving average (EMA) is EMA(current) = [ ( Current Price - Prev EMA ) x Multiplier ] + Prev EMA Multiplier = (2 / (Time periods + 1) ) If your time period is 39, then the multiplier is 2/(39+1) = 2/40 = 1/20 = 5%.

"It's not the knowing that is difficult, but the doing"

 

https://twitter.com/Trader_NAV

 

 


#4 Woody

Woody

    Member

  • Traders-Talk User
  • 1,498 posts

Posted 06 September 2007 - 12:08 PM

Woody,



The formula for calculating Exponential moving average (EMA) is



EMA(current) = [ ( Current Price - Prev EMA ) x Multiplier ] + Prev EMA



Multiplier = (2 / (Time periods + 1) )



If your time period is 39, then the multiplier is 2/(39+1) = 2/40 = 1/20 = 5%.


Thanks Guys!