How to simulate EA order as manual order

 

Mercantile exchange in our country have disabled Auto Trading/EA.
I am looking for code which hide EA orders from server and simulate EA orders are placed by user.

I know some programming but could not find a way to hide EA commands from server.

any help will be appreciated.  

 
200307229: Mercantile exchange in our country have disabled Auto Trading/EA. I am looking for code which hide EA orders from server and simulate EA orders are placed by user. I know some programming but could not find a way to hide EA commands from server. any help will be appreciated.  

Currently not possible via MQL as the terminal always knows when an EA places the orders (even if using Magic Number Zero). The broker will know this information too.

 
use RPA, i.e. UI Automation.
Google these keywords.
NOTE: For developers only.