The ultimate GUI trading bot designed for targeting the futures markets of Binance
Project description
Solie
Solie is a GUI trading bot designed for targeting the futures markets of Binance.
It 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 terminal command below.
python --version
Next, 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
withpython3
,pip
withpip3
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.
🤲 Development Support
If you are benefiting from Solie's features and find it helpful, why not consider supporting the Solie project? Your generous donations contribute to the growth and development of Solie. 😉
If you feel like so, please consider using the BUSD(BSC) wallet address written below.
0xF9A7E35254cc8A9A9C811849CAF672F10fAB7366
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.