/simple_binance_trader

This Python script is a basic trading bot that interacts with the Binance API to perform buy and sell actions for a given trading pair (in this case, "LUNAUSDT"). The bot uses moving average strategies to determine buy and sell signals based on historical price data retrieved from Binance.

Primary LanguagePython

No issues in this repository yet.