Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
5051
Rating:
(11)
Published:
2019.01.02 14:30
TriMAgen.mq5 (7.6 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

TriMAgen is a Triangular Moving Average generalized by J.Ehlers.

It has two input parameters:

  • Period - calculation period
  • Applied price - price used for calculations

Calculation:

TriMAgen = SUM / Len2

where:

SUM = sum of SMA(Applied price, Len1) within the Len2 range

Len1 = Floor((Period+1.0)/2)

Len2 = Ceil((Period+1.0)/2)

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/23109

Fibo_Average2 Fibo_Average2

The Fibo Average2 indicator

WSI WSI

Indicator WSI

OHLC_Volume OHLC_Volume

The OHLC Volume indicator

OHLC_Volume_Histo OHLC_Volume_Histo

The OHLC Volume Histogram indicator