Page 1 of 1

Triangular Moving Average

PostPosted: Wed Oct 09, 2013 9:51 am
by Alexander.Gettinger
Formulas:
TriMA[i]=(MVA(i,N)+MVA(i-1,N)+…+MVA(i-N+1,N))/N, where
MVA(i,N) – Simple Moving Average,
N=(Length+1)/2.

TriMA_MQL.PNG


Download:
TriMA.mq4
(1.64 KiB) Downloaded 988 times