MacroTrader is a automation trader for binance with python
just clone the repo and install the dependecies in requirements.txt
git clone https://github.com/SirMacr0/macroTrader.git
pip3 install -r requirements.txt
ta-lib dependecy cant get with pip in windows so download and install from local file and then run pip install
NOTE:Find the right version of TA-Lib that compatible with your python version
pip install TA_Lib-0.4.21-cp310-cp310-win_amd64.whl
Currently its just detecting if its oversold or overbought. Havent add the buy and sell order yet
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.