Hey everyone, let me introduce a easy-to-use GUI trading bot for Binance futures, based on Python. It might help you a lot from simple automated transaction to complex strategy development.
https://user-images.githubusercontent.com/66480156/249208576-8521df2b-a315-4e00-8963-1db287e0c8ce.gifIt enables you to create and customize your own trading strategies, simulating them using real historical data from Binance with the power of Python.
Please note that while this solution provides tools for strategy development, profitability is not guaranteed as success depends on individual decision-making.
Solie connects to Binance, retrieves real-time market and account data, saves it on disk, and presents it as intuitive charts to assist users in strategy development.
🛞 How to Run This Thing
Running Solie is very easy.
First, install Python. Don't forget to add python command to PATH during the installation. You can check that Python is ready with the command below.
python --version
Next, open a terminal window and install Solie.
pip install solie
Finally, run Solie.
python -m solie
We recommend using the official Python installer provided from the website to ensure stability. Also, you might need to replace python with python3, pip with pip3 on some platforms from the commands above.
🖥️ Available Platforms
- ✅ Windows: Working fine
- ✅ Linux: Working fine
- ⏸️ macOS: Currently unstable
📖 Documentation
Read the documentation to understand how to turn on auto-trading, make your own strategies with the internal API, and get involved in Solie development.