Skip to main content

MagicTrader makes it easy to do system trade on zaif-exchange.

Project description

MagicTrader

MagicTraderとは、zaif-exchangeでシステムトレードを行うためのフレームワークです。 ローソク足の取得、チャートの描画、そしてバックテスト・フォワードテストの機能を備えます。 各種テストでは、シグナルをチャートにプロットすることができるため、 チャートを確認しならアルゴリズムを検証することができます。

環境構築について (Windows編)

本プロジェクトを実行するために必要である Python3.5.2の仮想環境を構築する。

Pythonバージョンの確認

$ python -V
Python 3.5.2

Python仮想環境の作成

$ cd /d d:\
$ cd d:\Source\MagicTrader\.venv
$ python -m venv py352
$ d:\Source\MagicTrader\.venv\py352\Scripts\activate
$ python -V
Python 3.5.2

Pythonライブラリのインストール

$ python -m pip install --upgrade pip
$ python -m pip install pylint
$ python -m pip install autopep8
$ python -m pip install rope
$ python -m pip install ptvsd
$ python -m pip install D:\Source\MagicTrader\setup\TA_Lib-0.4.10-cp35-cp35m-win_amd64.whl
$ python -m pip install matplotlib
$ python -m pip install mpl_finance
$ python -m pip install SQLAlchemy
$ python -m pip install numpy
$ python -m pip install zaifer

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

magictrader-0.0.1.tar.gz (13.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page