| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Here is what I got from the metatrader guide .
Simple Moving Average (SMA) Simple, in other words, arithmetical moving average is calculated by summing up the prices of instrument closure over a certain number of single periods (for instance, 12 hours). This value is then divided by the number of such periods. SMA = SUM(CLOSE, N)/N Where: N — is the number of calculation periods. Exponential Moving Average (EMA) Exponentially smoothed moving average is calculated by adding the moving average of a certain share of the current closing price to the previous value. With exponentially smoothed moving averages, the latest prices are of more value. P-percent exponential moving average will look like: EMA = (CLOSE(i)*P)+(EMA(i-1)*(100-P)) Where: CLOSE(i) — the price of the current period closure; EMA(i-1) — Exponentially Moving Average of the previous period closure; P — the percentage of using the price value. Smoothed Moving Average (SMMA) The first value of this smoothed moving average is calculated as the simple moving average (SMA): SUM1 = SUM(CLOSE, N) SMMA1 = SUM1/N The second and succeeding moving averages are calculated according to this formula: SMMA(i) = (SUM1-SMMA1+CLOSE(i))/N Where: SUM1 — is the total sum of closing prices for N periods; SMMA1 — is the smoothed moving average of the first bar; SMMA(i) — is the smoothed moving average of the current bar (except for the first one); CLOSE(i) — is the current closing price; N — is the smoothing period. Linear Weighted Moving Average (LWMA) In the case of weighted moving average, the latest data is of more value than more early data. Weighted moving average is calculated by multiplying each one of the closing prices within the considered series, by a certain weight coefficient. LWMA = SUM(Close(i)*i, N)/SUM(i, N) Where: SUM(i, N) — is the total sum of weight coeffi Hope this help . |
|
||||
|
Hi,
Try to search DEMA for example.
__________________
Let's improve trade skills together http://finance.groups.yahoo.com/group/TrendLaboratory |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Moving Average RSI | xcooper | Metatrader 4 | 17 | 09-14-2008 05:23 PM |
| EA Moving Average | rodrigokaus | Expert Advisors - Metatrader 4 | 7 | 09-09-2008 10:48 PM |
| non lag moving average | kidhudi | Indicators - Metatrader 4 | 1 | 07-26-2006 12:52 PM |
| moving average | danu | Expert Advisors - Metatrader 4 | 1 | 05-31-2006 04:23 AM |