Mira cómo descargar robots gratis
¡Búscanos en Telegram!
Pon "Me gusta" y sigue las noticias
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
Deje un enlace a él, ¡qué los demás también lo valoren!
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
Evalúe su trabajo en el terminal MetaTrader 5
- Visualizaciones:
- 14945
- Ranking:
- Publicado:
- Actualizado:
-
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa
Description
=======
This library is based on Cristian Libotean's CommandLine-Plugin for "Miranda IM".
Miranda IM is a (open source) multi-protocol (ICQ,MSN,AIM,...) instant messaging client for Windows.
In conjunction with Miranda IM, you can use this library to control your Miranda IM client.
E.g. Send and receive messages, set the status, read the contact list, etc..
Installation
=======
.) Install Miranda IM.
http://www.miranda-im.org/
.) Install the Miranda CommandLine plugin. (0.0.2.8)
http://addons.miranda-im.org/details.php?action=viewfile&id=3477
.) Copy the mtmim.dll to ...[MetaTrader]\experts\libraries\
.) Copy the example files to ...[MetaTrader]\experts\indicators\
See the example files for usage.
Function description
=============
Function:
int m_sendCommandWaitResponse(string command, string args, string delimiter, int timeout);
sends a command to Miranda IM.
Parameters:
string command
A command-string
e.g.: status awaymsg xstatus popups sounds clist quit help exchange yamn
callservice message db proxy contacts history version
string args
Arguments divided by a special character (delimiter)
string delimiter
a character to seperate the arguments
int timeout
Time in ms to wait for response, -1 endless
use the m_getLastResponseString() function to get the response-string.
Return Value:
Returns 0 if the call is successful.
e.g.:
if( m_sendCommandWaitResponse("message","susi|hello susi, how are you?","|",-1) != 0)
Print("Error=",m_getLastResponseString());
else
Print("Return=",m_getLastResponseString());
e.g.:
m_sendCommandWaitResponse("help","message","",-1);
Print("message-command arguments:",m_getLastResponseString());
--------------------------
Function:
string m_getLastResponseString();
Retrieves the response-string
Multicurrency Indicator
The Indicator analyses 4 currency pairs, compares them and prints the current divergence on the chart.
ZeroLevel.mq4
The script make TakeProfit and StopLoss on price, where total profit for all of the opened positions will have non-negative.
Higher TimeFrame Trend Indicator
This indicator displays on the current (lower) timeframe the overall trend on a higher timeframe. It also displays & alerts RSI overbought oversold conditions.
three indicators to use with the Raghee Horner method
three indicators to use with the Raghee Horner method