Get in touch with developers using Service Desk! - page 96

 
Tan Zhi Jiang -:

Connection state: authorization failed. Please check your trading account login and password.

So follow the advice, put correct login and password in signal's details

 
I would like to delete my account please. I cannot make it work in the android app. PLEASE delete it
 
Deesand88: I would like to delete my account please. I cannot make it work in the android app. PLEASE delete it

You seem to be mixing account types! You close your trading account with your broker, not here.

To delete your MQL5 website account only, contact the Service Desk.

 

It seems to be an error in include file trade.mqh.

The function RequestTypeDescription() is written in this file as:

//+------------------------------------------------------------------+
//| Get the order type as string                                     |
//+------------------------------------------------------------------+
string CTrade::RequestTypeDescription(void) const
  {
   string str;
//---
   FormatOrderType(str,(uint)m_request.order);
//---
   return(str);
  }

However, it was provably meant to write:

//+------------------------------------------------------------------+
//| Get the order type as string                                     |
//+------------------------------------------------------------------+
string CTrade::RequestTypeDescription(void) const
  {
   string str;
//---
   FormatOrderType(str,(uint)m_request.type);
//---
   return(str);
  }

In other words, in order to return the description of the type, the second parameter of 

FormatOrderType(...,...)

should be m_request.type instead of m_request.order.

 
Is it possible to withdraw $20 from MQL5 account as I have accidentally transferred amount, please advise.
 

excuse me I have problem with  code received to phone. (security code).

can you help me please..?

I didnt receive  it  

 

i am unable to download any free ea or paid ea in vps .... in my laptop its ok but in vps it is not downloading...

it is showing installation failed

 
Nirmalya:

i am unable to download any free ea or paid ea in vps .... in my laptop its ok but in vps it is not downloading...

it is showing installation failed

Login into your MQL5 account with your nirmalya login and NOT your email or facebook.

 
Hi, I have a VPS server rented. I have an indicator that is running locally on many charts but when I try to migrate to VPS it always shows "nothing to synchronize". Not sure what could be wrong here.
 
vg2jana:
Hi, I have a VPS server rented. I have an indicator that is running locally on many charts but when I try to migrate to VPS it always shows "nothing to synchronize". Not sure what could be wrong here.

read about migration here: https://www.mql5.com/en/vps/rules#part_V

Rules of Using the Virtual Hosting Service
Rules of Using the Virtual Hosting Service
  • www.mql5.com
The page contains the rules of using the Virtual Hosting service (Virtual Hosting Cloud): general provisions, virtual hosting rental conditions, payment terms, as well as violations entailing termination of service.
Reason: