Help in writin a python bot

Hi,
Im new to python and to binance api, so far i mannaged to connect to my binance account using api_key and api_secret and retrieve the account USDT asset balance.

I would like your help writing a very simple bot.
It should check all of the USDT pairs for 24h chg% < -10% and if any of them is true then buy it for 11$ and set it for sell at 12$.
It should buy a coin only if i didnt allready bought it, need to check i dont have it allready so it wont loop buying the same pair many times…

Anyone can help me write this code please???

Thanks.

Like any other programming forum, we do not help to write code here. You can post code snippets or error messages if you encounter any Binance API related issues when you write your bot.