Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Twitter!
und werden Sie Mitglied unserer Fangruppe
Interessantes Skript?
Veröffentliche einen Link auf das Skript, damit die anderen ihn auch nutzen können
Hat Ihnen das Skript gefallen?
Bewerten Sie es im Terminal MetaTrader 5
Bibliotheken

Send a notification to your ICQ, MSN, AIM,... contacts - Bibliothek für den MetaTrader 4

Ansichten:
12314
Rating:
(7)
Veröffentlicht:
2010.03.25 15:57
Aktualisiert:
2014.04.21 14:54
Metacontrol.zip (3855.14 KB)
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance
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 Multicurrency Indicator

The Indicator analyses 4 currency pairs, compares them and prints the current divergence on the chart.

ZeroLevel.mq4 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 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

three indicators to use with the Raghee Horner method