Telegram messenger has become quite popular recently. And we created a new service - a Telegram bot for notifications via Telegram messenger.
To use it you need:
To modify your strategy you need:
copy-paste the signaler module which you can download here.
add the next code into the Init function:
signaler:Init(strategy.parameters);
into the Prepare function:
signaler:Prepare(nameOnly);
signaler.StrategyName = "your strategy name here";
into the ExtAsyncOperationFinished function:
signaler:AsyncOperationFinished(id, success, message, message1, message2);
and when you want to send an alert just call
signaler:Signal("Alert message", source);
And we added some other changes along the way: