Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 12975
- Rating:
- Published:
- 2010.03.25 15:57
- Updated:
- 2014.04.21 14:54
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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

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

The script make TakeProfit and StopLoss on price, where total profit for all of the opened positions will have non-negative.

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