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
Scripts

Auto MM - script para MetaTrader 4

Visualizaciones:
21531
Ranking:
(30)
Publicado:
2015.08.06 10:11
Actualizado:
2016.11.22 07:32
automm.mq4 (4.45 KB) ver
AutoMM_V1.mq4 (4.52 KB) ver
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

This script will help you calculate your lot to open position. You just need to enter Risk and StopLoss.

Input parameters:

  • OPBUY=False — set true for entry position
  • OPSELL=False — set true for entry position
  • Risk=10 — in percent, your maximum loss when hit Stop Loss
  • SL=20 — it means 20 pips (4 digits) and 200 point (5 digits)
  • Jumlah_OP=2 — total orders, you can make multiple open positions
  • TakeProfit=20 — it means 20 pips (4 digits) and 200 point (5 digits)
  • CloseALL=False — true when you want to close all orders
  • MagicNumber=333 — orders identification number

Auto MM


Update:

- AutMM V1.mq4 (March 10, 2016)

  • decimal correction
  • comment info
ExpMartin ExpMartin

This Expert Advisor trades on the principle of the Martingale: if the order is closed by Stop Loss, the next order will be the opposite type with a lot size increased by a certain rate.

Change Timeframes with Hotkeys Change Timeframes with Hotkeys

This simple indicator will change the timeframes of the current chart with keypress.

Personal Assistant Personal Assistant

Personal assistant is there to provide you with crucial information for making investment decisions and to execute your orders.

BSI Trend and Channel BSI Trend and Channel

This indicator shows trend line or channels (using the BSI Indicator).