Watch how to download trading robots for free
Find us on Facebook!
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
Indicators

Average Modified Moving Average - indicator for MetaTrader 5

Views:
3127
Rating:
(7)
Published:
2018.06.16 10:59
AMMA.mq5 (8.07 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Average Modified Moving Average.

It has two input parameters:

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

Calculations:

AMMA[i] = (AMMA[i-1]*(Period-2) + Price[i] + Price[i-1])/Period

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

McClellan_Summation_Index McClellan_Summation_Index

Sherman and Marian McClellan Summation Index.

AD_Indicator AD_Indicator

Sherman and Marian McClellan Advances/Declines Indicator.

Coppock Coppock

The Coppock Indicator of Bullish Signals.

EMAVFS EMAVFS

Exponential moving average with a variable smoothing factor.