Skip to content

elvisleung222/CryptoAlgoTrading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Binance Algo Trading System

Start Application

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

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages