SendNotification

Send desktop notification which will shown in right side of screen.

 public  void SendNotification(string Title, string Message);

Parameters

Title string

Title of Notification.

Message string

Message of Notification.

Remarks

SendNotification can be used only after bot or indicator initialized can not be used in contructor.

Example

 SendNotification("title","hi")