-
⚠️ 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)
- PHP > 8.1
- PECL Trader lib (https://pecl.php.net/package/trader)
- with PDO_SQLITE
- Clone project
git clone https://github.com/genxoft/php-trader-bot
cd php-trader-bot
- Composer install
php composer.phar install
- Copy and fill .env
cp .env.local .env
vim .env
- Migrate database
php composer.phar run migrate
- Docker compose up
docker compose up