https://github.com/coskundeniz/trader
Trading bot running on Binance
https://github.com/coskundeniz/trader
automation binance binance-python-api python trading-bot
Last synced: 21 days ago
JSON representation
Trading bot running on Binance
- Host: GitHub
- URL: https://github.com/coskundeniz/trader
- Owner: coskundeniz
- License: gpl-3.0
- Created: 2021-08-21T14:36:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-21T14:39:12.000Z (over 4 years ago)
- Last Synced: 2025-02-28T19:17:45.562Z (over 1 year ago)
- Topics: automation, binance, binance-python-api, python, trading-bot
- Language: Python
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
trader
======
Trading bot running on Binance written for educational/exploratory purposes.
**Warning: Since this code contains highly customized trading strategy, DO NOT use it for real trading.**
Requirements
------------
Run one of the following commands to install dependencies
* `pipenv install`
* `pip install -r requirements.txt`
* Define `BINANCE_API_KEY` and `BINANCE_SCR_KEY` environment variables.
* Configure `ASSETS_OWNED`, `ASSETS_TO_TRADE`, `WALLET_BALANCES`, `INVESTMENT`,
`INITIAL_USDT_INVESTMENT`, `TRADED_ASSET_AMOUNTS`, and `ASSET_ORDER_THRESHOLDS`
values according to your needs inside config.py.
Usage
-----
`python trader.py`