Skip to content
Ahmad Noman Musleh edited this page May 31, 2020 · 4 revisions

Welcome

cTrader Alert Pop-up is a free open source ".Net framework" library for showing an alert pop-up on your cTrader indicators and cBots.

You just simply have to reference the library DLL files on your indicator/cBot and then call the "Notifications.ShowPopup" method in your code.

The pop-up is a WPF window which shows a list of all triggered alerts; each alert has the following attributes:

  • Symbol
  • Time
  • Triggered By
  • Price
  • Trade Side
  • Comment
  • Timeframe

Your indicator/cBot user can show/hide the columns and it will remember the user settings for future alert triggers.

The user can enable other alerts like email, sound, and telegram in the pop-up settings page.

Everything is managed by the pop-up itself, all you have to do is call the show method.

Clone this wiki locally