Author

Topic: Solie - The ultimate trading bot for Binance Futures, with GUI and easy simulati (Read 49 times)

legendary
Activity: 2170
Merit: 1789
Is this the page for your project[1]? A quick read shows that it looks like an advanced open-source trading bot for future trading. Looks like it is not noob friendly since people need to input their strategies by coding. Is this intentional or do you want to expand your market into the average joe in the future? If that's the case I think you should improve your UI and UX a bit.

[1] https://github.com/cunarist/solie
Vod
legendary
Activity: 3668
Merit: 3010
Licking my boob since 1970
You may want to have a veteran member support your trading platform.   This is no different than you asking for a loan; no one will deposit any money to try it out.
newbie
Activity: 1
Merit: 0
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.gif

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.
Jump to: