Ask manual confirmation is off, but still get confirmation window for Modify Order events

 
Hello, I have disabled the option "Ask for manual confirmation" and indeed my EA opens orders automatically. But it will not modify orders automatically, and the window for Modify SL/TP options keeps popping up when there is need to change SL.

Please, does anyone know why this happens and how can change of SL -coded with OrderModify() - be also done automatically?
Thanks!
 

I guess that you use Alert() function !

You may use Print() instead or cancel both of them.

If you need further help, please attach your code.

 

Deyan,

I'm having the same problem.


Have you managed to correct the problem?

 

There are 2 places with "Ask manual confirmation" check box

1. Tools - Options - Expert Advisors. Value of check box will be appled as default value for new attached EAs only

2. EA properties - Common property tab. Checking/unchecking affects on attached EAs behavior

 
stringo:

There are 2 places with "Ask manual confirmation" check box

1. Tools - Options - Expert Advisors. Value of check box will be appled as default value for new attached EAs only

2. EA properties - Common property tab. Checking/unchecking affects on attached EAs behavior

Stringo - Great, You've solved it !! My "Ask Manual Confirmation" was still checked in the EA Properties.


Thanks alot!!

Reason: