Skip to content
forked from ecivini/CryptoHFT

An automatic high frequency trading bot for cryptocurrencies

License

Notifications You must be signed in to change notification settings

txtr99/CryptoHFT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to CryptoHFT!

CryptoHFT is a software that lets you trade automatically on Binance using an high-frequency-trading like algorithm. I'm building it mainly because I think it's a great way to learn what is high frequency trading and how it works.

Note that this is not a commercial application, use it at your own risk.

Dependencies

To run CryptoHFT you need:

  • python3
  • pip3

Installation

First of all, download the source code:

git clone https://github.com/ciwines/CryptoHFT.git

The second step is to install the dependencies:

pip3 install -r requirements.txt

Then you have to create your configuration file:

python3 CryptoHFT.py --init

Finally, you can run the program:

python3 CryptoHFT.py

Contribution & Donations

If you like the project, feel free to contribute! If you even find it useful, consider donating to one of the addresses:

  • BTC: 34uUj4kJ3BNZeLoDP7iXC8Exyo3khkoj3s
  • ETH: 0x616bf67bfd6c009e807005408d1fc2f7c3b04c98
  • DAI: 0x616bf67bfd6c009e807005408d1fc2f7c3b04c98

About

An automatic high frequency trading bot for cryptocurrencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%