MessageBox for Manual Confirmation of Order? - That's not automation! ?

 

Has anyone got any ideas why this is Occurring?

When my OrderSend Function in my EA is run in MetaTrader4, instead of an Order being placed, causes the Manual Order Messagebox to appear which of course needs manual input.

This message box is similar to the one that appears when you manually enter a trade. It contains all the details that were sent with the OrderSend such as buy/sell, the take profit, stop loss, and if the OK button is pressed, the Order is finally placed - so there don't appear to be any errors.

This means that I can't test my program properly as I can only use it when I'm there. So I would appreciate any help forthcoming.


Thanks EADev.

 
remove the checkmark "Ask manual confirmation" in the EA properties dialog. You can also make this the default somewhere in the global options.
 
7bit:
remove the checkmark "Ask manual confirmation" in the EA properties dialog. You can also make this the default somewhere in the global options.
Yes, thank you
Reason: