Python Forum
Can a python program execute an action on another software program? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Can a python program execute an action on another software program? (/thread-7785.html)



Can a python program execute an action on another software program? - lex - Jan-25-2018

Hi All,

I would like to know if a python program can be created to click a button on a trading platform, which means to execute trades and closing positions.

Thank you.

Regards,
Lex


RE: Can a python program execute an action on another software program? - wavic - Jan-25-2018

It's better to learn how the market moves and make predictions. Set the stop loss, set take profit And that's all.

And yes, such a program can be created.


RE: Can a python program execute an action on another software program? - lex - Jan-25-2018

Hi Wavic,

Thanks for the answer. I would just wanna create a python program to help me close positions at a certain timing for now.

Have a great day and cheers!


RE: Can a python program execute an action on another software program? - wavic - Jan-25-2018

Look at pyautogui


RE: Can a python program execute an action on another software program? - buran - Jan-26-2018

Before taking pyautigui way it's worth checking if your broker offers an API that allow to manage orders along other things