Skip to content

Introduction

Kolie is a GUI trading bot tailored for the Binance futures markets. It allows you to create and customize trading strategies, simulate them using real historical data from Binance, and leverage the capabilities of Python.

Kolie connects to Binance to retrieve real-time market and account data, saving this information to disk. It then presents the data as intuitive charts, aiding users in developing their strategies.

πŸ›ž 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, download the kolie-app binary file from your order confirmation email.

chmod +x ./kolie-app
./kolie-app

πŸ–₯️ Available Platforms

  • βœ… Linux: Fully supported
  • ⏸️ Windows: [Currently unsupported]
  • ⏸️ macOS: [Currently unsupported]