Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Librerie

Send a notification to your ICQ, MSN, AIM,... contacts - libreria per MetaTrader 4

Visualizzazioni:
12329
Valutazioni:
(7)
Pubblicato:
2010.03.25 15:57
Aggiornato:
2014.04.21 14:54
Metacontrol.zip (3855.14 KB)
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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