Add alert for each trade open

 
Hello Guys i want to add an alert for each trade open by EA like alret should show the Symbol Open Price Buy/Sell and also when the trade it close can that be done?
Documentation on MQL5: Standard Constants, Enumerations and Structures / Indicator Constants / Price Constants
Documentation on MQL5: Standard Constants, Enumerations and Structures / Indicator Constants / Price Constants
  • www.mql5.com
Standard Constants, Enumerations and Structures / Indicator Constants / Price Constants - Documentation on MQL5
 
usmanp:
Hello Guys i want to add an alert for each trade open by EA like alret should show the Symbol Open Price Buy/Sell and also when the trade it close can that be done?
Yes.
 
Alert("Hi im an alert");
 
how can i do that phi?????
 
usmanp:
how can i do that phi?????
You need to add to your EA an Alert and some codes from Trade Functions, which mostly from history one. 
Reason: