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.
Run one of the following commands to install dependencies
-
pipenv install
-
pip install -r requirements.txt
-
Define
BINANCE_API_KEY
andBINANCE_SCR_KEY
environment variables. -
Configure
ASSETS_OWNED
,ASSETS_TO_TRADE
,WALLET_BALANCES
,INVESTMENT
,INITIAL_USDT_INVESTMENT
,TRADED_ASSET_AMOUNTS
, andASSET_ORDER_THRESHOLDS
values according to your needs inside config.py.
python trader.py