Python Forum

Full Version: Can a python program execute an action on another software program?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.
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!
Look at pyautogui
Before taking pyautigui way it's worth checking if your broker offers an API that allow to manage orders along other things