Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 584 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 584 Bytes

TradingBot

Required PIPs

pip install python-binance # For Binance API // https://python-binance.readthedocs.io/en/latest/
pip install pandas # For Data Sorting // https://github.com/pandas-dev/pandas
pip install python-dotenv # For Config // https://github.com/theskumar/python-dotenv

you have to change .env-default to .env and set the keys inside it with take profit (TpTargetPercent) and stop loss (StpTargetPercent) percentages and the pair symbol from binance with balance that you want to use in trading

you will find the indicators inside the stra file