Recieving Data During Running an EA

 

Hi 

How Can I recieve data from a user during running an EA ? I know how to use "input" Command , but I want a dialog box opens during running an EA and recieve data from  user . If you use input Command you should do it manually ( by choosing properties ) but I want something like a dialog box which can accept inputs . Is it possible ? HOW ? 

Thanks alot .

 
reza398:

Hi 

How Can I recieve data from a user during running an EA ? I know how to use "input" Command , but I want a dialog box opens during running an EA and recieve data from  user . If you use input Command you should do it manually ( by choosing properties ) but I want something like a dialog box which can accept inputs . Is it possible ? HOW ? 

Thanks alot .

https://www.mql5.com/en/docs/standardlibrary/controls/cappdialog


Look at the free example EA:

...\MQL5\Experts\Examples\Controls\Controls.ex5

Reason: