2022.01.05 12:56:44.161 Experts automated trading is disabled
But there isn't any activity between enabling auto trading and getting the error that it's turned off.
I recently had this error. Open the Expert Advisor Settings on the particular chart window, in the "Common" Tab, "Allow Algo Trading" must be checked. I think this feature allow individual Experts Advisors to be turned on or off on each chart, which has a precedence on the Allow Algo Trading icon in the Standard Bar.
thanks
I got the same problem:
I checked the order, the order is correct.
I checked the algoTrading --Enabled--.
It doenst matter what I do, It keeps poping up.
Did anyone find a solution?
__________UPDATE__________
So when checking the order with
mt5.order_check(request)
this came out
OrderCheckResult(retcode=10014, balance=0.0, equity=0.0, profit=0.0, margin=0.0, margin_free=0.0, margin_level=0.0, comment='Invalid volume', request=TradeRequest(action=1, magic=234000, order=0, symbol='AUDCAD.pro', volume=0.0, price=0.0, stoplimit=0.0, sl=0.0, tp=0.0, deviation=10, type=0, type_filling=0, type_time=0, expiration=0, comment='1-108-0', position=0, position_by=0))
retcode 10014, wrong order volume, appeard to be an error.
Hi, I have the same problem and yes both places is checked but in the Expert tab there is the message - 2024.10.29 13:41:16.507 (NZDCAD,M5) CTrade::OrderSend: market buy 0.25 AUDCAD sl: 0.88113 tp: 0.91413 [auto trading disabled by client]
Algo Trading allowed on the platform, and on the Common tab in EA Slow Algo Trading checked.
Same on two platforms (ICMarkets, Vantage) with same EA. Till end of September all ok, in October all trades missed with the same message at expert tab
The order volume here is not problem (0.25).
Any idea?
- 2024.10.29
- www.mql5.com
Hi, I have the same problem and yes both places is checked but in the Expert tab there is the message - 2024.10.29 13:41:16.507 (NZDCAD,M5) CTrade::OrderSend: market buy 0.25 AUDCAD sl: 0.88113 tp: 0.91413 [auto trading disabled by client]
Algo Trading allowed on the platform, and on the Common tab in EA Slow Algo Trading checked.
Same on two platforms (ICMarkets, Vantage) with same EA. Till end of September all ok, in October all trades missed with the same message at expert tab
The order volume here is not problem (0.25).
Any idea?
same problem exactly here...Seems a bug of Mt5 for some brokers (ICmarkets, ICtrading, Exness MT5 only)
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hey guys,
I have an interesting problem. I'm using Interserver VPS for multiple accounts. Same bot, same code, same setup.
But on one of the servers I always get this line in the Experts tab:
2022.01.04 11:40:28.542 Experts automated trading is enabled
2022.01.04 21:00:00.076 Algo Solutions Ultimate (EURNZD,H1) OrderCheck() failed: AutoTrading disabled by client (10027)
That is weird because no one turned off Automated trading.
The MT5 is always open on the VPS and the sleep/hybernate option is turned off.