Those are the steps and requirements to install and run the python trading bot:
download vmware player: https://www.vmware.com/products/workstation-player/workstation-player-evaluation.html
buy VPS: https://www.vultr.com/
get ubuntu: https://ubuntu.com/download
install python on ubuntu: https://phoenixnap.com/kb/how-to-install-python-3-ubuntu
download python: https://www.python.org/downloads/
Binance Exchange API python: https://github.com/sammchardy/python-binance
install ta-lib python: https://blog.quantinsti.com/install-ta-lib-python/
install numpy: https://numpy.org/install/
install websocket client: https://pypi.org/project/websocket-client/
How to Install and Use Screen on an Ubuntu Cloud Server: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-screen-on-an-ubuntu-cloud-server
centos errors
ImportError: libta_lib.so.0: cannot open shared object file: No such file or directory:
https://stackoverflow.com/questions/45406361/importerror-libta-lib-so-0-cannot-open-shared-object-file-no-such-file-or-dir
error: command ‘gcc’ failed with exit status 1 while installing eventlet:
https://stackoverflow.com/questions/11094718/error-command-gcc-failed-with-exit-status-1-while-installing-eventlet
How to Install Screen command in Linux (RHEL / CentOS 7/8) Using 4 Easy Steps:
https://www.cyberithub.com/install-screen-command-in-linux-rhel-centos/#Step_1_Prerequisites
Video tutorial from Build a Real-Time Crypto Trading Bot in under 100 Lines of Code: https://www.youtube.com/watch?v=GdlFhF6gjKo
Download The RSI BOT and Useful links: https://dz4up.com/J7f
note:
to check if the bot running type in the terminal:
ps ax | grep bot.py
to stop the bot type:
kill (id)
put the bot prossess id in (id)