Page 1 of 1

T3 moving average by T.Tillson

PostPosted: Mon Jan 25, 2016 9:10 am
by Alexander.Gettinger
The indicator is the T3 moving average by T.Tillson.

Formula:
T3[i]=DEMA(i,DEMA2), where
DEMA2[i]=DEMA(i,DEMA1),
DEMA1[i]=DEMA(i,Price),
DEMA - Double Exponential Moving Average

T3MA_MQL.PNG


Download:
T3_MA.mq4
(2.22 KiB) Downloaded 1743 times

Re: T3 moving average by T.Tillson

PostPosted: Fri Apr 08, 2016 9:58 am
by LeTigre30
Hi Alexander,

Is it possible to have this indicator translated for the TS2 ?

I know, it is included in Averages. lua, but this is too heavy in terms of bytes weight.

I would have this indicator alone ...

Bst Rgds,

LeTigre30

Re: T3 moving average by T.Tillson

PostPosted: Fri May 06, 2016 3:28 am
by Apprentice