Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 879 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 879 Bytes

HFCrypto

An altcoin cryptocurrency high frequency trading algorithm

Dependencies

  1. 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)
  2. requests - sudo pip3 install requests - Module for fetching data from URI
  3. pandas - sudo pip3 install pandas - Numerical module
  4. beautifulsoup - sudo pip3 install beautifulsoup4 - Module for web parser

I recommend using pyCharm

Troubleshooting

  1. Make sure you have latest version of pip3: sudo -H pip3 install --upgrade pip
  2. pyCharm does not import installed modules: Go to preferences -> Project: HFCrypto -> Project: Interpreter and set the right path to the modules.

Telegram

The main bot used can be found: @HFCryptoBot on the Telegram platform