
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
Update please.
thank you so much! everything is ok now
again errors please update to latest working
Forum on trading, automated trading systems and testing trading strategies
New MetaTrader 5 Platform Build 5100: Transition to Git and MQL5 Algo Forge developer hub, dark theme and interface improvements
fxsaber, 2025.06.12 12:05
Click here and save.
... Again, the archive page has an outdated version, for 2021.
They don't update the archives. You have to download by file.
May I ask why this log is appearing? I have set the take profit but the stop loss remains unchanged.
As a result of MT5-OrderSend actions, you got a POSITION_TP and Request.tp mismatch within MT4ORDERS::OrderSend_MaxPause time.
The detailed log should have been below your quote.
As a result of MT5-OrderSend actions, you have received a POSITION_TP and Request.tp mismatch within MT4ORDERS::OrderSend_MaxPause time.
The detailed log should have been below your quote.
My logs show: TRADE_RETCODE_DONE 10009.
Can I ignore this log entry?
Can I add a macro to block the output of these messages?
hini #:
Это произошло из-за того, что сервер не ответил на запрос своевременно?
Either rejected the modification.
My logs show: TRADE_RETCODE_DONE 10009.
This only indicates that the order was successfully sent to the server.
Is it possible to ignore this log entry?
I would ignore it.
Is it possible to add a macro to block the output of these messages?
Forum on trading, automated trading systems and testing trading strategies
Libraries: MT4Orders
fxsaber, 2019.04.29 15:19
If you need to keep the use of MT4Orders in your product unspoken, you can either cut the relevant pieces of the library source or put a universal stubEither rejected the modification.
This only indicates that the order was successfully sent to the server.
I would ignore it.
Okay, thank you!