There are two ways to add support of Telegram/Discord notifications

Without external dll

Add the next code to the following function:

Also, copy and paste the signaler module into your strategy. You can download it on GitHub.

When you need to send an alert call the next function:

signaler:Signal("Alert message", source);

Using external dll