Hi,I know this seems odd to request but is it possible to get the days of the week based on GMT time and NOT brokers server time if that makes sense to anyone?! Basically, I want to stop my EA trading certain times on Friday and Sunday which I can do...
This was fine before new mt4 builds but is throwing up "cannot convert type string to bool" when I try to compile now, any ideas?if((bool)response.getAttribute("error"))
Since latest mt4 update, when I compile my EA I am getting the 'i' - undeclared identifier error but cannot see which part of this code is causing it:void CloseOrderSell()
{
if ((Ask-Bid) <=...
If I use my EA on a broker with a license number greater than 10 it will not work. The EA calculates the license number by multiplying the mt4 account number and this value is then entered into a "LicenseNumber" field of the inputs. For some reason,...