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
Asesores Expertos

Crossing of two iMA - Asesor Experto para MetaTrader 5

Publicado por:
Vladimir Karputov
Visualizaciones:
1125
Ranking:
(31)
Publicado:
2017.08.10 16:22
Actualizado:
2018.06.27 13:15
\MQL5\Indicators\
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

Autor de la idea: ITM7 (según el tema Requests & Ideas (MQL5 only!))

Autor del código mql5: Vladimir Karputov.

Cruce de dos (iMA, Moving Average), como filtro, un tercer indicador (iMA, Moving Average).

Cálculo del volumen de la posición (Lot): o bien manualmente, o bien riesgo en tanto por ciento del balance.

Método de comercio: Stop-, Market- u órdenes Límite. Asimsimo, se establecen Stop Loss, Take Profit y Trailing Stop.

Parámetros de entrada:

  • "Parameters of the first Moving Average";
    • Period of the first Moving Average
    • Shift of the first Moving Average
    • Method of the first Moving Average
  • "Parameters of the second Moving Average";
    • Period of the second Moving Average
    • Shift of the second Moving Average
    • Method of the second Moving Average
  • "Parameters of the Third Moving Average";
    • Third indicator Moving Average - filter
    • Period of the third Moving Average
    • Shift of the third Moving Average
    • Method of the third Moving Average
  • "Parameters of Money Management";
    • true -> lot is manual, false -> percentage of risk from balance
    • Lots (use only if lot size is manual)
  • "Parameters of trading";
    • Risk in percent for a deal from balance
    • (in pips) <0 -> Stop orders, =0 -> Market, >0 -> Limit orders
    • Stop Loss (in pips)
    • Take Profit (in pips)
    • Trailing Stop ("0" -> not trailing)
    • Trailing Step (use if Trailing Stop >0)
    • Magic number
    • Slippage

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

NRTR_ATR_STOP_HTF NRTR_ATR_STOP_HTF

Indicador NRTR_ATR_STOP con posibilidad de cambiar el marco temporal del indicador en los parámetros de entrada.

DeltaForce DeltaForce

Dos histogramas en una ventana. Muestran el nivel de sobrecompra o sobreventa de un activo financiero.

exp_Amstell-SL exp_Amstell-SL

Compra si el precio de apertura de la última posición está por encima del precio actual.

Exp_NRTR_ATR_STOP Exp_NRTR_ATR_STOP

Sitema comercial que usa las señales del indicador NRTR_ATR_STOP.