soarbear / Zaif_MACD_Robot

ZaifのMACD値をみてビットコインの売買を行う自動取引ロボットです。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

ZaifのMACD値をみてビットコインの売買を行う自動取引ロボットです。
A trading robot which trades bitcoin by the MACD value of Zaif.

Requirements

python3.6 or above, zaifapi, zaifdata

Installation

git clone https://github.com/soarbear/Zaif_MACD_Robot.git
cd Zaif_MACD_Robot
sudo pip3 install zaifapi
python3 zaif_macd_1h.py

About zaifdata

https://github.com/techbureau/zaifdata をそのまま利用しています。

Disclaimer

このロボットの利用はご自己責任でお願いします。
The developer will not be responsible for Any losses made by using or referring to the tool.
Understand the risks involved, using or referring to the bot on your own responsibility.

About

ZaifのMACD値をみてビットコインの売買を行う自動取引ロボットです。

License:GNU General Public License v2.0


Languages

Language:Python 99.7%Language:Shell 0.3%