Forum

Order modify error 1 for XAGUSD only!

Hi everyone in the house, I have this challenge in my modification code but what baffled me most is that it only occurs on XAGUSD (SILVER) and works fine on other currencies. Please help check and tell me what I am doing wrong. However, I noticed the XAGUSD is having 2 digits point value i. e 24.23

Errors generated during back testing

Hello Everyone in the house, Please I need help concerning this issue: these errors were generated during the course of testing my EA in strategy tester: 1) The symbol is inappropriate 2) not enough money 3) not enough history 4) 4- and -5 digits symbols 5) various tick generation modes My question

EA not picking trades

Hello Everybody, Please I need your help. I made this ea to pick trades on news release but when the time set is reached it doesn't pick trades. Take a look at the code below maybe there is something I am doing wrong: Thanks in advance extern string newsdate = "2015.06.10" ; // Date

Stack overflow in 'C:\Program Files\MetaTrader 4\MQL4\Experts\FxCashEarner Vs.1.0.ex4'

Hi everyone in the house, Please I encountered this problem for the first time and I don't know how to solve it: Stack overflow in 'C:\Program Files\MetaTrader 4\MQL4\Experts\FxCashEarner Vs.1.0.ex4' Anytime I compile my ea, that is the message it gives to me. Thanks in advance

Virtual Hosting: xxxxx automated trading disabled after migration! Help!

Hi everyone in the house, Please I need your help especially somebody who had gone through this before and how he solved it. I subscribed for a virtual hosting , precisely UK server and immediately I migrated my expert to the server, it start and then disable my expert after migration is successful

Event handling function not found!

Hello everyone, Please I need somebody's help concerning this, I have tried everything i know but to no avail. After completing my EA and compiling, it displayed "Event handling function not found!" on line 1 and column 1, I checked everything about line 1 and column 1 but there is nothing to

String function not returning date, help!

Hello Gurus in the house, I am trying to convert date and time string to function as date and time real time in my ea but keeps giving error 'StrToDate' - wrong parameter count", below are the codes: extern string NewsDate = "09/06/2015" ; // Year for the News to be released extern

Unknown ticket xxxxxxxx for OrderModify function?

Hello Every Guru in the house, Please I was working on a trailing stop code culled from the Mql4 book, the code is pasted below, I was to tweak it to move stop loss to break even level and also to start trailing after certain pips in profit is attained. It worked fine in doing those two things but

My EA do not modify multiple orders. Help!

Dear Everybody in the house, Please I need your assistance over this issue: I created an ea to open multiple orders (3 orders) simultaneously with the same stoploss point for all but different takeprofit for each, when the price gets to certain points it is expected of it to modify the stop loss to

How do I get my ea to stop trading for the rest of the day after...

Hello, Every Guru in the house, Please help me concerning this code, I want this code to close all orders when the profit has reached certain level and stop trading for the rest of the day. The code below truly closes all the order as supposed but it continues opening more others, pls enlighten me