Cryptocurrency trading bot with a graphical user interface
algobot Cryptocurrency trading bot that allows users to create strategies and then backtest, simulate, or run live bots using them. Telegram integration has been added to support easier and remote trading. Installation Please make sure you have an installation of at least Python 3.6. For Linux/MacOS: python -m venv .venv source .venv/bin/activate pip install -r requirements.txt For Windows: python -m venv venv call venv/Scripts/activate pip install -r requirements.txt If your install fails, please make sure to have Visual Studio Build […]
Read more