I want my expert send notifications to me if order open
Enable push notifications
Ahmed Aboud Ahmed Mohammedalhassan -:
I want my expert send notifications to me if order open
Something like that in the EA code:
SendNotification("New Order!");
void OnTradeTransaction(const MqlTradeTransaction& trans, const MqlTradeRequest& request, const MqlTradeResult& result) { if(trans.type == 6 && HistoryDealGetInteger(trans.deal,4)==0) SendNotification("New Order!"); }

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register