Mira cómo descargar robots gratis
¡Búscanos en Telegram!
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
Indicadores

Dots - indicador para MetaTrader 4

Publicado por:
Vladimir Lyopa
Visualizaciones:
19117
Ranking:
(13)
Publicado:
2016.02.08 11:35
Actualizado:
2016.11.22 07:32
dots.mq4 (3.8 KB) ver
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

Real author:

TrendLaboratory

The Dots indicator is based on an indicator developed by TrendLaboratory in 2006. The indicator shows current trend direction by placing colored dots on the main chart. Blue dots indicate an uptrend, red dots indicate a downtrend.

Although the indicator calculation is not based on standard MetaTrader platform indicators, it uses the iMA (Moving Average) function to get prices of a specified type (Open, Close, Maximum, Minimum, Typical etc.). The calculation is based on cosine of a price change angle. The user can set several input parameters.

Input Parameters:

  • Length (by default = 10) — indicator period. The higher this value, the higher the time lag, and the fewer false signals are displayed.
  • AppliedPrice (by default = PRICE_CLOSE) — price type to use in calculations.
  • Filter (by default = 0) — useful parameter allowing to filter price surges without adding display lags.
  • Deviation (by default = 0) — vertical indicator shift.
  • Shift (by default = 0) — horizontal indicator shift.

Recommendations:

  • Recommended strategy is to wait for 2 identical dots and open positions by trend. Unfortunately, sometimes it fails. A suitable alternative would be to use one dot as a signal with Filter parameter set as Spread x 3.

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

WRB WRB

The indicator detects and marks the WRB (Wide Range Bars) or candlesticks with Wide Range Bodies.

Divergence Petr Divergence Petr

The indicator of divergences on 30 oscillators of choice.

Easy Trend Visualizer Easy Trend Visualizer

A simple visualizer of trends.

GainLossInfo GainLossInfo

Shows the current gain and loss for the candlesticks on the chart.