blankly
Blankly: build, backtest and deploy your algo. Trade stocks, cryptos, and forex across exchanges.
Does not install.
git clone https://github.com/blankly-finance/blankly.git
cd blankly
python -m venv venv
source venv/bin/activate
git clone https://github.com/TulipCharts/tulipindicators.git
cd tulipindicators
make
cd ..
pip install --upgrade pip
pip install --upgrade cython
pip install --upgrade newnewtulipy questionary yaspin alpaca-trade-api bokeh dateparser numpy pandas python-binance requests websocket-client
chmod +x setup.py
./setup.py build
setup.py install