void OnTradeTransaction( const MqlTradeTransaction& trans, const MqlTradeRequest&, const MqlTradeResult& ) { if (trans.type == TRADE_TRANSACTION_DEAL_ADD) Alert("Hello World!"); }
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
Is there a way to get an alert when an order is closed, either manually or if it hits a limit or stop?
Thanks in advance!!