Giter Club home page Giter Club logo

solie's Introduction

Solie

PyPI - Python Version Poetry Ruff Checked with pyright

Preview

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.

πŸ›ž Usage

Preparation

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

Then, install Solie.

pip install solie

Running Inside Terminal

You can easily run Solie with the command below.

python -m solie

Running With a Script File

For convenience, you can make a custom Python script file that has the extension .py. Just copy and paste the content below in the file.

import solie

if __name__ == "__main__":
    solie.bring_to_life()

Solie will be brought to life once you execute the Python script file.

Note that on Windows, giving the extension .pyw to the file allows you to hide the terminal window and only leave the GUI.

πŸ–₯️ Available Platforms

  • βœ… Windows: Fully supported
  • βœ… Linux: Fully supported
  • ⏸️ 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.