Details
Alert on open , modify, close, delete operations with orders
e-TradeAlerts expert advisor will alert on open , modify, close, delete operations with orders.
Sound, email, popup alerts supported.
Trade parameters
CheckOnlyChartSymbol = true;// true - check only orders of current symbol; false - check orders of all pairs
Open Alerts
OpenPos.MailOn = true; send email notification on open of new order true/false
OpenPos.PopupOn = true; show popup alert on open of new order true/false
OpenPos.SoundOn = true; play sound alert on open of new order true/false
OpenPos.SoundFile = "alert.wav"; sound file name from "MT44\sounds" folder
Modify Alerts
ChangePos.MailOn = true; send email notification on modify of existent order true/false
ChangePos.PopupOn = true; show popup alert on modify of existent order true/false
ChangePos.SoundOn = true; play sound alert on modify of existent order true/false
ChangePos.SoundFile = "alert.wav"; sound file name from "MT44\sounds" folder
Close/Delete Alerts
ClosePos.MailOn = true; send email notification on close or delete of existent order true/false
ClosePos.PopupOn = true; show popup alert on close or delete of existent order true/false
ClosePos.SoundOn = true; play sound alert on close or delete of existent order true/false
ClosePos.SoundFile = "alert.wav"; sound file name from "MT44\sounds" folder