All Projects → jihoonerd → Coiner

jihoonerd / Coiner

Licence: Apache-2.0 license
Automatic Cryptocurrency Trading System by using Bithumb API

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Coiner

Kungfu
Kungfu Trader
Stars: ✭ 2,536 (+4872.55%)
Mutual labels:  hft
Tribeca
A high frequency, market making cryptocurrency trading platform in node.js
Stars: ✭ 3,646 (+7049.02%)
Mutual labels:  hft
tumbleweed gdax
Prototype market maker specialized to trade on CoinbasePro
Stars: ✭ 41 (-19.61%)
Mutual labels:  hft
quanttrade
Quantitative Trading Library
Stars: ✭ 16 (-68.63%)
Mutual labels:  hft
crypto-database
Database for crypto data, supporting several exchanges. Can be used for TA, bots, backtest, realtime trading, etc.
Stars: ✭ 72 (+41.18%)
Mutual labels:  hft
Werk
High-throughput / low-latency C++ application framework
Stars: ✭ 30 (-41.18%)
Mutual labels:  hft
ITCH
Nasdaq Order Book Reconstructor
Stars: ✭ 146 (+186.27%)
Mutual labels:  hft
roq-samples
How to use the Roq C++20 API for Live Cryptocurrency Algorithmic and High-Frequency Trading as well as for Back-Testing and Historical Simulation
Stars: ✭ 119 (+133.33%)
Mutual labels:  hft
performance
Collection of documents related tunings for performance of Java low-latency trading systems: from hardware up to application level
Stars: ✭ 65 (+27.45%)
Mutual labels:  hft
FullFIX
A library for parsing FIX (Financial Information eXchange) protocol messages.
Stars: ✭ 60 (+17.65%)
Mutual labels:  hft
Directory
General information about the Open Markets Initiative
Stars: ✭ 31 (-39.22%)
Mutual labels:  hft
wtpy
wtpy是基于wondertrader为底层的针对python的子框架
Stars: ✭ 283 (+454.9%)
Mutual labels:  hft
AutoTrader
A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
Stars: ✭ 227 (+345.1%)
Mutual labels:  autotrader
IBATS HuobiTrader old
【停止维护】新版本更新已迁移到 IBATS 项目组对应名称项目中。Auto Backtest Analysis Trade Framework 支持期货、数字货币进行量化交易,集成回测、分析、交易于一体。当前项目主要用于数字货币使用。
Stars: ✭ 21 (-58.82%)
Mutual labels:  autotrader

Coiner

Auto Cryptocurrency Trading System

  • This API-based system is tested in South Korea only.

Dependencies

  • Python 3.6
  • Numpy
  • Pandas
  • Matplotlib

Setup

  1. Clone this repository
$ git clone https://github.com/jihoon1990/Coiner.git
  1. Install Packages
  • For pip install
$ pip install urllib pandas
  • For conda
$ conda install urllib pandas
  1. Create account_info.py with api_key and api_secret
api_key = "YOUR API KEY"
api_secret = "YOUR API SECRET KEY"

Please be careful of exposing your api keys!

Updates

Currently, it supports basic fatures only

  1. Bid/Ask Order
  2. Trade with market price
  3. Query orderbook
  4. Record the price of cryptocurrency
  5. Record the history of trading
  6. Bollinger Band

Disclaimer

In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.

API Source

  • Bithumb RESTFul API
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].