All Projects → PsiPhiTheta → Hfcrypto

PsiPhiTheta / Hfcrypto

Licence: other
Machine-learning based high frequency trading algorithm for altcoin cryptocurrencies [moved to closed source]

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Hfcrypto

Gekko Strategies
Strategies to Gekko trading bot with backtests results and some useful tools.
Stars: ✭ 1,022 (+2029.17%)
Mutual labels:  cryptocurrency, trading
Freqtrade Strategies
Free trading strategies for Freqtrade bot
Stars: ✭ 697 (+1352.08%)
Mutual labels:  cryptocurrency, trading
Kelp
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
Stars: ✭ 580 (+1108.33%)
Mutual labels:  cryptocurrency, trading
Qtbitcointrader
Secure multi crypto exchange trading client
Stars: ✭ 520 (+983.33%)
Mutual labels:  cryptocurrency, trading
Thewife
Crypto trading bot that reacts to optimized RSI signal 🤖📈💸
Stars: ✭ 22 (-54.17%)
Mutual labels:  cryptocurrency, trading
Python Poloniex
Poloniex API wrapper for Python 2.7 & 3
Stars: ✭ 557 (+1060.42%)
Mutual labels:  cryptocurrency, trading
Cryptofeed
Cryptocurrency Exchange Websocket Data Feed Handler
Stars: ✭ 643 (+1239.58%)
Mutual labels:  cryptocurrency, trading
Crypto Exchanges Gateway
Your gateway to the world of crypto !
Stars: ✭ 343 (+614.58%)
Mutual labels:  cryptocurrency, trading
Order Matcher
simple matching engine supports limit, market, stop-loss, iceberg, IOC, FOK, GTD orders
Stars: ✭ 22 (-54.17%)
Mutual labels:  cryptocurrency, trading
Coinbase Pro Trading Toolkit
DEPRECATED — The Coinbase Pro trading toolkit
Stars: ✭ 817 (+1602.08%)
Mutual labels:  cryptocurrency, trading
Bxbot
A simple Bitcoin trading bot written in Java.
Stars: ✭ 515 (+972.92%)
Mutual labels:  cryptocurrency, trading
Robin stocks
This is a library to use with Robinhood Financial App. It currently supports trading crypto-currencies, options, and stocks. In addition, it can be used to get real time ticker information, assess the performance of your portfolio, and can also get tax documents, total dividends paid, and more. More info at
Stars: ✭ 967 (+1914.58%)
Mutual labels:  cryptocurrency, trading
Stocksharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
Stars: ✭ 4,601 (+9485.42%)
Mutual labels:  cryptocurrency, trading
Alphapy
Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost
Stars: ✭ 564 (+1075%)
Mutual labels:  cryptocurrency, trading
Tribeca
A high frequency, market making cryptocurrency trading platform in node.js
Stars: ✭ 3,646 (+7495.83%)
Mutual labels:  cryptocurrency, trading
Python Bittrex
Python bindings for bittrex
Stars: ✭ 601 (+1152.08%)
Mutual labels:  cryptocurrency, trading
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+46777.08%)
Mutual labels:  cryptocurrency, trading
Wolfbot
Crypto currency trading bot written in TypeScript for NodeJS
Stars: ✭ 335 (+597.92%)
Mutual labels:  cryptocurrency, trading
Octobot
Cryptocurrency trading bot: high frequency, daily trading, social trading, ...
Stars: ✭ 706 (+1370.83%)
Mutual labels:  cryptocurrency, trading
Vectorbt
Ultimate Python library for time series analysis and backtesting at scale
Stars: ✭ 855 (+1681.25%)
Mutual labels:  cryptocurrency, trading

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].