cTrader Notifications - The cTrader platform (using cAlgo/C#) can send alerts via email and push messages. cBots use the
INotifications
 interface; for example,Â
SendEmail(from, to, subject, text)
 sends an email alert. Traders can configure cTrader ID to deliver notifications: the platform can push account/trade events (new position, stop-loss hit, margin call) to email or the mobile app. In short, cTrader allows EAs to programmatically notify users by email (viaÂ
SendEmail
) and to receive push updates based on account events.