Skip to content

genxoft/php-trader-bot

Repository files navigation

Trader bot (Binance)

  • ⚠️Do not use it for your real Binance account without your own review: Strategy presented in this application is pretty stupid.

  • ⚠️The developer and contributors are not responsible for the money you lose while using this application or its fragments.

This application was made with educational purposes not for earn real money.

When I was making this application my goals were:

  • Try to interact with Binance API
  • Try to analyze trading data and automatically make decision to buy or sell an asset
  • Code my own simple Logger (it will need it in the future)

Requirements

Installation

  1. Clone project
git clone https://github.com/genxoft/php-trader-bot
cd php-trader-bot
  1. Composer install
php composer.phar install
  1. Copy and fill .env
cp .env.local .env
vim .env
  1. Migrate database
php composer.phar run migrate
  1. Docker compose up
docker compose up