Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fasiondog/hikyuu
Browse files Browse the repository at this point in the history
  • Loading branch information
fasiondog committed Feb 22, 2024
2 parents 694ff98 + fa8a174 commit 0344b1d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@

-----------

.. image:: https://static.pepy.tech/badge/hikyuu
:target: https://pepy.tech/project/hikyuu

.. image:: https://static.pepy.tech/badge/hikyuu/month
:target: https://pepy.tech/project/hikyuu

.. image:: https://static.pepy.tech/badge/hikyuu/week
:target: https://pepy.tech/project/hikyuu

.. image:: https://github.com/fasiondog/hikyuu/workflows/win-build/badge.svg
:target: https://github.com/fasiondog/hikyuu/actions

Expand All @@ -18,7 +27,6 @@
:target: https://github.com/fasiondog/hikyuu/blob/master/LICENSE.txt
:alt: GitHub


Hikyuu Quant Framework是一款基于C++/Python的开源量化交易研究框架,用于策略分析及回测(目前主要用于国内A股市场)。其核心思想基于当前成熟的系统化交易方法,将整个系统化交易抽象为由市场环境判断策略、系统有效条件、信号指示器、止损/止盈策略、资金管理策略、盈利目标策略、移滑价差算法七大组件,你可以分别构建这些组件的策略资产库,在实际研究中对它们自由组合来观察系统的有效性、稳定性以及单一种类策略的效果。

详细文档: `<https://hikyuu.org/>`_
Expand Down
6 changes: 6 additions & 0 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,10 @@ matplotlib 默认每次绘图后,都要调用 plt.show() 显示图形,这在

#interactive : False
interactive : True


Ubuntu wayland 平台上 QT 不可用
-----------------------------------

使用 wayland 的 ubuntu, 可能需要设置 QT_QPA_PLATFORM=wayland 环境变量,通常可以在 .bashrc 中 添加 export QT_QPA_PLATFORM=wayland 进行设置

0 comments on commit 0344b1d

Please sign in to comment.