Creating and clicking buttons with x and y coordinates.
-
Hello there ,
hope everyone is well...
I will explain my question in some detail...
I want the EA to click using the X and Y coordinates if the conditions I have written come true.
As you can see in the picture;
If the 1-a condition is met, the EA will click the A button.
If the 2-b condition is met, the EA will click the B button.
Button A is sell, button B is Buy.I want to make a robot like this, @miro1360 @roar @l-andorrà @trader-philipps and other friends who understand this subject, please help me.

-
@ladydolares Hello,
Are these buttons the buy and sell buttons on the chart or are they buttons by another EA?
-
@q8carpenter hi, these buttons are buy and sell buttons
-
@ladydolares I'm afraid I don't get it. Why does the EA needs buttons if no human interaction is required? Why can't you simply trigger the buy/sell action directly from the EA?
-
actually my goal is to have a binary options web page open in the background and
There will be binary options's sell and buy buttons in the background at the coordinates where the buttons are located.
My goal is to be able to do something like this.
a bit fantastic but shouldn't be impossible -
@ladydolares But are you supposed to use those buttons manually?
-
hello, thank you very much for trying to help me
no, when the EA clicks the buy button on mt5 or mt4, the binary options website will be open behind the metatrader and the location of those buttons will literally be where the binary option's sell and buy buttons are.
I guess I will need additional programs for this, but now it depends on whether I can solve my button problem first.
The coordinates of the sell and buy buttons in the picture will be the same as the coordinates of mt5. When I click on mt5, I will click on the bo platform.
I hope I was able to explain.