T3 moving average & Generalized DEMA

Custom MT4 expert advisors published here.

Moderator: admin

T3 moving average & Generalized DEMA

Postby Alexander.Gettinger » Fri Feb 20, 2015 5:38 pm

Original LUA indicators: viewtopic.php?f=17&t=1302&p=2496#p2487.

Generalized DEMA:

Formula:
GD = (1+VF)*EMA1-VF*EMA2, where
EMA2 - EMA(EMA1) with [Length] number of periods,
EMA1 - EMA(Price) with [Length] number of periods.

T3 moving average:

Formula:
T3 = (1+VF)*EMA4-VF*EMA5, where
EMA5 - EMA(EMA4) with [Length] number of periods,
EMA4 - EMA(GD2) with [Length] number of periods,
GD2 = (1+VF)*EMA2-VF*EMA3,
EMA3 - EMA(EMA2) with [Length] number of periods,
EMA2 - EMA(GD) with [Length] number of periods,
GD = (1+VF)*EMA0-VF*EMA1,
EMA1 - EMA(EMA0) with [Length] number of periods,
EMA0 - EMA(Price) with [Length] number of periods.

T3_GD_MQL.PNG


Download:
GD.mq4
(1.67 KiB) Downloaded 799 times

T3.mq4
(2.44 KiB) Downloaded 808 times
Alexander.Gettinger
FXCodeBase: Confirmed User
 
Posts: 3785
Joined: Wed Mar 31, 2010 9:40 pm
Location: Russia, Omsk

Return to MT4 Expert Advisors

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 57 guests