Forum

Emoji to Telgram messages

How do I add emojis to my telegram messages? Below is the code but it does not print the emoji when a message is sent. if (Notify_Modify) for ( int i= 0 ; i< ArraySize (OldOrders); i++) { if (OrderTicket()!= OldOrders[i].ticket) continue ;

Daily Profit

I have code to send a message to telegram for the following - New Order - Closed Order - Order modified But wondering how I can send a message based on a specific time and to send the profit made that day. Any help would be appreciated