heads-up for those who put the SendNotification() into indis and EAs and have observed that not all the messages arrive your mobile device, please read: http://docs.mql4.com/common/SendNotification
This can easily be violated if you have e.g. dashboards just loaded.Note: The SendNotification() function has strict limitations on its usage: no more than 2 calls per second and no more than 10 calls per minute. Frequency of calls is controlled dynamically, and the function can be blocked in case of violation.
/ct