Operate Terminal alerts set/get by mql4

 

Can we operate Terminal alerts set/get by mql4?

I'm not talking abou this: https://docs.mql4.com/common/alert

Talking about this which we can do on chart by right clikc on in tab "Alerts".


If not, I'm sugest to do this. Need some scripts to delete all, I often have trash here or want some managment.

Alert - Common Functions - MQL4 Reference
Alert - Common Functions - MQL4 Reference
  • docs.mql4.com
[in]  Any values separated by commas. To split the information output in several lines you can use the line feed characters "\r\n". The number of parameters can not exceed 64. Arrays can't be passed to the Alert() function. Arrays should be output elementwise. Data of the double type are output with 8 digits after the decimal point, data of the...
 
Robert:

Can we operate Terminal alerts set/get by mql4?

I'm not talking abou this: https://docs.mql4.com/common/alert

Talking about this which we can do on chart by right clikc on in tab "Alerts".


If not, I'm sugest to do this. Need some scripts to delete all, I often have trash here or want some managment.

Not possible. Need to be coded independently.