How to remove Alert Window from MT5 platform?

 

Could spmeone else help me to solve the issue?

How to setup up the platform to remove the alert window?

Can the alert window be removed by codes?

 
frankyuan168:

Could spmeone else help me to solve the issue?

How to setup up the platform to remove the alert window?

Can the alert window be removed by codes?

Who generates an Alert window, is it from an EA or what makes the problem?

 

The alert windows pops-up every time an Alert is generated, so you will have to disable alerting at the source, which is usually a MQL program such as EA or indicator.

You will have to either disable it in the property parameters, if it has the option, or in the source code.