Watch how to download trading robots for free
Find us on Telegram!
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:
2490
Rating:
(6)
Published:
2018.07.09 13:30
NMA.mq5 (7.86 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Indicator NMA (Navel Moving Average) - a moving average calculated by the formula:

NMA = MA(P, Period, Method)

where:

P = (5*Close + 2*Open + High + Low)/9.0

It has two parameters:

  • Period - calculation period;
  • Method - calculation method.

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

IDWMA IDWMA

Indicator Inverse Distance Weighted Moving Average.

haDifference haDifference

Indicator Heikin-Ashi Difference.

RSS RSS

Indicator Relative Spread Strength.

VAMA VAMA

Indicator Velocity and Acceleration MA.