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:
12756
Rating:
(29)
Published:
2010.07.19 13:40
Updated:
2016.11.22 07:32
iunima_v2.mq5 (6.54 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The Universal Moving Average, it allows to select any type of moving average, included in the MetaTrader 5 client terminal:

Main parameters:
  • MAMethod - MA type;
  • MAPeriod - period;
  • MAPrice - applied price.
Additional parameters:
  • AMAFast - period of fast EMA for AMA;
  • AMASlow - period of slow EMA for AMA,;
  • CMOPeriod - period of CMO for VIDYA (the order of Vidya parameters is changed compared with properties of Vidya indicator in the client terminal).

The name of MA, its period, applied price and other parameters are shown in the popup help.

iUniMA (universal moving average) indicator

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

iMAFan iMAFan

A Colorful Fan of Moving Averages.

iHeikenAshiSm iHeikenAshiSm

The Heiken Ashi indicator with smoothing.

iStochasticOfOsc iStochasticOfOsc

The Stochastic of all oscillator-like indicators, included in MetaTrader 5 client terminal.

The CGV class for working with global variables The CGV class for working with global variables

The CGV class simplifies the work with global variables of MetaTrader 5 client terminal.