Your topic has been moved to the section: Expert Advisors and Automated Trading
Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893
	          
          Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893
request.action=TRADE_ACTION_DEAL; request.type_filling = ORDER_FILLING_IOC;
The other options not supported for type_filling.
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
  
Hi guys,
I have no experience in coding but want to make a simple EA which buys on Bullish Engulfing Candle with TP 40 pips and SL 30 pips as a test. However, there is something wrong with my code and I want some intelligent individual to point out and correct my code please. I am getting this error:
failed prices for XAUUSDx 0.5 [Invalid request]
Here is the code: