Python binance trading bot

Hello, @Panlouk, and welcome to Python Software Foundation Discourse! We hope you enjoy the discussions here.

It would be of benefit for you to read the following:

Notice that the first of those two documents contains important information about how to format Python code for posting. It is much better to post code as properly formatted text, rather than as photographs or image captures. As explained in the document, copy and paste the Python code as plain text between two lines of triple backticks, as follows:

```
# Say hello to the world
print("Hello, world!")
```
1 Like