Codes

WatchDog - An EA monitoring script. for MetaTrader 4

WatchDog sends an e-mail when things go wrong, an order has opened or closed, on requotes, on log errors, on server shut down... Just drag the script in a chart window

GodBot for MetaTrader 4

GodBot EA is using Bollinger Bands together with DEMA, Moving Average and Candlesticks. (EURUSD M5)

Line Order for MetaTrader 4

LineOrder gives you the ability to place an order by using the horizontal line object from the toolbar menu. You can also control stop loss and take profit buy moving its horizontal lines

Send a notification to your ICQ, MSN, AIM,... contacts for MetaTrader 4

In conjunction with Miranda IM, you can use this library to control your Mirand IM client. E.g. Send and receive messages, set the status, read the contact list, etc

Forum

unexpected behavor mql4 double values

double aprice =NormalizeDouble(1.33083,4); double bprice =NormalizeDouble(1.3312,4); double abdiff = aprice-bprice; if(abdiff == -0.0004) Print("Equal -0.0004"); else Print("Not equal -0.0004"); Output: Not equal -0.0004 Expected output should be "Equal -0.0004" It works only if I normalize abdiff

broker with large history ?

Hi all! I'm very proud of my first working expert advisor. :D But I need to be certain that the EA works also before 2009-10-01. Does anyone know a broker who provides a demo account with a history log before 2009-01-01 (time line M15 / MetaTrader4 platform)

Suspect stats-results version 226

Just tested my EA, got some suspect results! Is it a bug or a feature