open inputs tab automatically from the ea!

 

hi guys!

can someone help me to open the inputs tab when i need from the code?

mql5

 
Can't be done. The human controls the EA via inputs — the EA can't demand inputs from the human.
 
William Roeder:
Can't be done. The human controls the EA via inputs — the EA can't demand inputs from the human.

done.

 
Issam Kadhi:

done.

Kindly explain what you have done. It may help others.

 
Keith Watford:

Kindly explain what you have done. It may help others.

Hi,

sorry i didn't see your reply; what i have done is using "user32.dll".

as you know it is the paradise for us :D

#import "user32.dll"
   void keybd_event(int, int, int, int);
#import