Event Click

 
Hi everyone, is possible create a click Whit button in the graph and also have a click in a specific location on a web page?
 
fly7680:
Hi everyone, is possible create a click Whit button in the graph and also have a click in a specific location on a web page?

I am guessing that by "click in a specific location on a web page" you mean that there is some link or button on a web page you want to trigger through MQL code, then perhaps have the code "scrape" the resulting web page to garner some useful data.

I haven't done this myself in MQL, but it's fairly common in other programming languages. It's a little more advanced, so if you don't feel up to it yourself, you might consider hiring a freelancer.

This might steer you in the right direction:

https://www.mql5.com/en/forum/401

 
Thanks for the answer, I would like to understand what I could study to achieve this goal!
 
fly7680:

You might look at this, also.

https://docs.mql4.com/common/webrequest

Again, I haven't done this myself. Good luck.

Reason: