pythonでBinance APIを使ってチャート作成し画像で保存する方法を知っておくと、他のツールを作った時に連携すると、けっこう見た目もよくなるんですね。 この記事では、実際に動くサンプルコードを交えながら、仮想通貨チャートを自動生成して画像として ...
trading_bot/ ├── bot/ │ ├── __init__.py # Package init │ ├── client.py # Binance REST API wrapper (direct HTTP, HMAC signing) │ ├── orders.py # Order placement logic & response formatting │ ├── ...
I built this focused CLI tool to place orders on Binance USDT-M Futures Testnet. The goal was not to build "just another script". It was to show clean architecture ...