SendNotification() Character Limit: Why Does It Send 1024 Characters Despite 255 Limit?

 

Hi everyone,

I have a question about the SendNotification() function in MQL5. According to the official documentation, the function has a limit of 255 characters for a single push notification. However, I conducted a test where I sent a message with 1024 characters, and the notification was still delivered to my phone. 

I expected the message to be truncated at 255 characters, but it seems MT5 allows up to 1024 characters. Has the character limit for SendNotification() been updated in newer versions of MT5 (I’m using the latest version)? Or is there something else going on here?


Thanks