Forum

Automated trading by EA in Multi account manager

Hi Guys , I am new to multi-account manager (MAM). Is there any possibility to do automated trading using Expert Advisor (EA) in MAM. Thanks in advance!! Kind Regards, Amar

Pending Order not executed

Hi All , I have created an binary ea during testing this ea . I have seen a strange behavior of Mt4 platform . The EA places a pending order but when the market reaches as that price the pending order did not convert into market order. And it is moved into account history with 0 volume . Can anyone

Reg: Critical error in calling a C/C++ DLL in updated MQL4

Hello, I am calling a C/C++ Dll in an EA in updated MQL4. But i am getting critical error in calling that DLL. But if call the same Dll in earlier version of MQL4, it is calling perfect. Please Help me regarding this

Reg:Using a custom indicator in other custom indicator

I want to use my custom indicator in my other custom indicator using icustom function .I have searched regarding this but nothing find helpfull .Can anyone help me

Reg:filtering trades performed by an ea in account history tab in MT4

Can we filter trades performed by an ea in account history tab in MT4?Can anyone help? Thanks

Reg:Order does not close by ea after condition meet

I have created an ea for M10 offline chart there is a condition for order close in ea that if the indicator value crosses the value 30 then close the order.I have also attached the indicator to chart to show the values of indicator on every tick . There are many times indicator value crosses value

order opened in live account

I am creating an ea on demo account of mt4.But After attching ea I did login in the live account it executes the ea .On order has been opened through the ea while I have disable the expert advisor when account has been changed.This message is also shows in expert tab. I am also checking IsDemo in

Writing data into mysql using Mql4

Is it possible to store data into my sql using mql4

How to detect order close by stoploss?

I want to know that how may I know my order is closed by stop loss or not? Can anyone help?Thanks in advance