Any bady can tell, How to calculate 13minutes EMA?

#1
Freiends my name is KRISHNA.

I WANT TO LEARN CALCULATE THE EXPOTENTIAL MOVING AVERAGE METHOD IN MINUTES. {NOT IN DAYS. ONLY MINUTES}.
Any body can tell How to calculate 13minutes ema {expotential moving everage}.
Thanks in advance to all of you.
 

Capricorn

Well-Known Member
#2
The formula for calculating EMA is as follows:



Substitute 1 min bar data instead of daily bar data.

Copy pasted...

EMA = Price(t) * k + EMA(y) * (1 k)

t = today, y = yesterday, N = number of days in EMA, k = 2/(N+1)

Use the following steps to calculate a 22 day EMA:

1) Start by calculating k for the given timeframe. 2 / (22 + 1) = 0,0869

2) Add the closing prices for the first 22 days together and divide them by 22.

3) Youre now ready to start getting the first EMA day by taking the following days (day 23) closing price multiplied by k, then multiply the previous days moving average by (1-k) and add the two.

4) Do step 3 over and over for each day that follows to get the full range of EMA.
 

Similar threads