Bitcoin Forum
October 03, 2024, 05:57:54 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / Solie - The ultimate trading bot for Binance Futures, with GUI and easy simulati on: November 23, 2023, 11:05:26 AM
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.



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 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.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!