An altcoin cryptocurrency high frequency trading algorithm
- python3 - Make sure you run python 3 (Write
alias python=python3
in ~/.bashrc (create .bashrc if does not exist for aliases)) to run it from command line as:python file.py
) - requests -
sudo pip3 install requests
- Module for fetching data from URI - pandas -
sudo pip3 install pandas
- Numerical module - beautifulsoup -
sudo pip3 install beautifulsoup4
- Module for web parser
I recommend using pyCharm
- Make sure you have latest version of pip3:
sudo -H pip3 install --upgrade pip
- pyCharm does not import installed modules: Go to preferences -> Project: HFCrypto -> Project: Interpreter and set the right path to the modules.
The main bot used can be found: @HFCryptoBot on the Telegram platform