Using Python on Binary.com
Hello, I am a beginner programmer, so I do not understand some of the terms used by Binary.com (e.g. tokens, API...). I downloaded historical data from the site and made an app to analyze the data. I would now like to use my strategy (which I have written in Python language) to do automated trading, but I do not know where to begin. Is it that Binary.com has an IDE or something? I just don't know how to transfer my python program to Binary.com
Comments
Hi, @jkirinya if you want to user Python you will need to host the code on your own server/computer and automate trading via the API. You will need to register an application via this link https://developers.binary.com/applications/ then you can use the API playground and documentation to see how to place trades.
You can find example Python code for accessing the API here https://developers.binary.com/demos/
This comment is a good starter for the process of purchasing a contract https://binary.vanillacommunity.com/discussion/comment/1430/#Comment_1430
I hope that helps
Mike
Thank you so much. Let me try it out.