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
Scripts

Start External Process - script para MetaTrader 4

Visualizaciones:
10517
Ranking:
(8)
Publicado:
2018.04.13 15:37
StartProcess.mq4 (5.13 KB) ver
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

This script allows you to start any arbitrary external program. Use it as-is or as a starting point for something amazing.

In order for this script to work, you will have to allow it to import DLLs. The DLL should be present in computers running the windows operating system.

Common Settings


Script Parameters

  • Executable name - The executable to run. Include the full path to it if you have to.
  • Commandline parameters - Optional, you can use switches and arguments here.
  • Working directory - Optional, specify the working directory.
  • Window display mode - Set the option for how you want the application to launch.

Inputs example

Multi Pair Closer Multi Pair Closer

Close all positions on a basket of currencies when the profit target has been reached.

ADX Expert ADX Expert

MT4 Expert Advisor based on ADX indicator.

Hedging_Zone_Recovery_Area Hedging_Zone_Recovery_Area

This is my version of Zone Recovery Hedging Strategy Ea with two moving averages. It works on any time frame, you should try it on demo account.

RSISignal RSISignal

This indicator is based on original RSI, but more features are added to general signals and watch the strength of the price movement. The main purpose is to general buy/sell signals using smoothed RSI and its MA.