Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 5241
- Rating:
- Published:
- 2018.08.23 14:16
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Anchored Momentum indicator by Rudy Stefenel was first proposed in the "Technical analysis of Stocks and Commodities" magazine in 1998.
There are seven configurable parameters:
- First MA period;
- First MA method;
- Second MA period;
- Second MA method;
- Applied price - moving average calculation price;
- Upper limit of the buffered zone;
- Lower limit of the buffered zone.
Calculation:
AMOM = 100.0 * MA1/MA2 - 1.0
where:
MA1 = MA(Applied price, First MA period, First MA method) MA2 = MA(Applied price, Second MA period, Second MA method)
Interpretation: Entering towards the zero or buffer area line crossing. The buffer area serves for cutting off minor price fluctuations. It is also possible to track the divergences of the indicator and price charts.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21642

Advanced Fractal On MA signal indicator searches for fractals of the moving average line. The indicator uses two moving averages for searching upper and lower fractals.

Increasing a position volume. Entry signal by iDeMarker (DeMarker, DeM) indicator. Regular trailing and trailing by equity.