Mira cómo descargar robots gratis
¡Búscanos en Twitter!
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
Deje un enlace a él, ¡qué los demás también lo valoren!
¿Le ha gustado el script?
Evalúe su trabajo en el terminal MetaTrader 5
Visualizaciones:
24037
Ranking:
(18)
Publicado:
2016.05.16 11:40
Actualizado:
2016.11.22 07:32
Momentum.mq4 (2.8 KB) ver
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

The Momentum Technical Indicator measures the change of price of a financial instrument over a given time span.

Momentum

There are basically two ways to use the Momentum indicator:

  • As a trend-following indicator similar to the Moving Average Convergence/Divergence (MACD) indicator. In this case a signal to buy occurs if the Momentum indicator makes up a trough and starts rising; a signal to sell occurs when it reaches peak and turns down. You may want to plot a short-term moving average of the indicator to determine when it is bottoming or peaking. Extremely high or low values of Momentum imply continuation of the current trend. Thus if the indicator reaches extremely high values and then turns down, the further price growth should be expected. In any case, a position should be opened or closed only after prices confirm the signal generated by the indicator.

  • As a leading indicator. This method assumes that the final phase of an up-trend is usually accompanied by a rapid price increase (when everyone expects prices to go higher), and that the end of bears' market is characterized by rapid price declines (when everyone wants to get out). This is often the case, but it is also a broad generalization. When market approaches a peak there is a sharp leap of the Momentum indicator. After that it starts to fall while prices keep on growing or move horizontally. Analogous to that, at the market bottom Momentum sharply falls and then turns up long before prices start growing. Both of these situations result in divergences between the indicator and prices.


Calculation

Momentum is calculated as a ratio of today’s price to the price n periods ago:

MOMENTUM = CLOSE (i) / CLOSE (i - n) * 100

Where:
CLOSE (i) — the close price of the current bar;
CLOSE (i - n) — the close price n bars ago.

Description of the technical indicator

The full description of the Momentum is available in the Technical analysis: Momentum section

Traducción del ruso realizada por MetaQuotes Ltd
Artículo original: https://www.mql5.com/ru/code/7781

Buy Percent Buy Percent

Opens a BUY position with the size of a percentage of the maximum allowed size.

e -Trailing e -Trailing

Automatic Trailing Stop for all open positions. Attach to one chart only.

XOdiagram 1 XOdiagram 1

The XOdiagram 1 indicator. It plots the Х0 charts by close prices.

Serg153xo Serg153xo

The indicator colors rising and falling candlesticks.