update readme

This commit is contained in:
fasiondog 2018-09-14 00:31:50 +08:00
parent b5481ad055
commit e43f639b53

View File

@ -3,10 +3,16 @@
:width: 600px
:align: center
:alt: Hikyuu
.. image:: https://travis-ci.org/fasiondog/hikyuu.svg?branch=master
:target: https://travis-ci.org/fasiondog/hikyuu
.. image:: https://img.shields.io/github/license/mashape/apistatus.svg
:target: https://github.com/fasiondog/hikyuu/blob/master/LICENSE.txt
:alt: GitHub
Hikyuu Quant Framework是一款基于C++/Python的开源量化交易研究框架用于策略分析及回测仅受限于数据如有数据也可用于期货等。其核心思想基于当前成熟的系统化交易方法将整个系统化交易抽象为由市场环境判断策略、系统有效条件、信号指示器、止损/止盈策略、资金管理策略、盈利目标策略、移滑价差算法七大组件,你可以分别构建这些组件的策略资产库,在实际研究中对它们自由组合来观察系统的有效性、稳定性以及单一种类策略的效果。例如:
::