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
Indicators

i-AMMA - indicator for MetaTrader 4

Views:
34781
Rating:
(22)
Published:
2014.06.13 08:48
Updated:
2016.11.22 07:32
i-AMMA.mq4 (1.9 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

AMMA's formula is:

AMMA[i] = ((AMMA.Period-1)*AMMA[i+1] + Close[i])/AMMA.Period;

A 25-day Average Modified Moving Average is employed as a filter. This was defined by Maxwell in "Commodity Futures Trading with Moving Averages".

AMMA is multiplied by 24, then today's close is added and the sum divided by 25.

Average Modified Moving Average.

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

Expert Advisor Template with Trailing Stop v2 Expert Advisor Template with Trailing Stop v2

Expert Advisor template with Trailing Stop, autolots, candle scan, buy block sell, buystop / sellstop. Working ea example and many improvements in template!

EA based on indicator SAR, ADX and SMA 100 EA based on indicator SAR, ADX and SMA 100

This Expert Advisor is based on SMA, ADX and SAR indicators.

Genie Genie

Parabolic SAR ADX Expert Advisor.

ProfitTrailing ProfitTrailing

Realize virtual profit trailing.