SSH Remote to VM
cd ~/Downloads
sudo ssh -i ssh-key-2020-11-21.key opc@168.138.201.53
Start the application
git clone https://github.com/elvisleung222/CryptoAlgoTrading.git
cd CryptoAlgoTrading
sudo pip install -r requirements.txt
# OR
sudo pip3 install -r requirements.txt
sudo nohup python3 algo.py --data-stream=false --stream-print=false --schedule-task=false --telegram-bot=true &
sudo tail -f nohup.txt
- Paper Trading System: https://testnet.binance.vision/
- Setup Guide: https://algotrading101.com/learn/binance-python-api-guide/
- API Docs: https://python-binance.readthedocs.io/