From 615cb3b9885de92d04df7255a8dd385d017bc350 Mon Sep 17 00:00:00 2001 From: fasiondog Date: Wed, 21 Feb 2024 12:12:44 +0800 Subject: [PATCH 1/4] update docs --- docs/source/quickstart.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index 7bbd45af5..4ff87140f 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -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 进行设置 \ No newline at end of file From 0a1cc4a463d44266f4f7ccb4b708eba497fc06a5 Mon Sep 17 00:00:00 2001 From: fasiondog Date: Thu, 22 Feb 2024 15:28:12 +0800 Subject: [PATCH 2/4] update --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 5aa768465..9b9d8a589 100644 --- a/README.rst +++ b/README.rst @@ -18,6 +18,7 @@ :target: https://github.com/fasiondog/hikyuu/blob/master/LICENSE.txt :alt: GitHub +.. image:: https://static.pepy.tech/badge/hikyuu Hikyuu Quant Framework是一款基于C++/Python的开源量化交易研究框架,用于策略分析及回测(目前主要用于国内A股市场)。其核心思想基于当前成熟的系统化交易方法,将整个系统化交易抽象为由市场环境判断策略、系统有效条件、信号指示器、止损/止盈策略、资金管理策略、盈利目标策略、移滑价差算法七大组件,你可以分别构建这些组件的策略资产库,在实际研究中对它们自由组合来观察系统的有效性、稳定性以及单一种类策略的效果。 From e773c8633a8f37938f301777fea25899de47f874 Mon Sep 17 00:00:00 2001 From: fasiondog Date: Thu, 22 Feb 2024 15:30:46 +0800 Subject: [PATCH 3/4] update --- README.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9b9d8a589..3fddbd7e8 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,15 @@ ----------- +.. 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://static.pepy.tech/badge/hikyuu + :target: https://pepy.tech/project/hikyuu + .. image:: https://github.com/fasiondog/hikyuu/workflows/win-build/badge.svg :target: https://github.com/fasiondog/hikyuu/actions @@ -18,8 +27,6 @@ :target: https://github.com/fasiondog/hikyuu/blob/master/LICENSE.txt :alt: GitHub -.. image:: https://static.pepy.tech/badge/hikyuu - Hikyuu Quant Framework是一款基于C++/Python的开源量化交易研究框架,用于策略分析及回测(目前主要用于国内A股市场)。其核心思想基于当前成熟的系统化交易方法,将整个系统化交易抽象为由市场环境判断策略、系统有效条件、信号指示器、止损/止盈策略、资金管理策略、盈利目标策略、移滑价差算法七大组件,你可以分别构建这些组件的策略资产库,在实际研究中对它们自由组合来观察系统的有效性、稳定性以及单一种类策略的效果。 详细文档: ``_ From 299a7d550263e05eae33b89b97975429033db3fd Mon Sep 17 00:00:00 2001 From: fasiondog Date: Thu, 22 Feb 2024 15:31:39 +0800 Subject: [PATCH 4/4] update --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 3fddbd7e8..7a2f64621 100644 --- a/README.rst +++ b/README.rst @@ -5,13 +5,13 @@ ----------- -.. image:: https://static.pepy.tech/badge/hikyuu/month +.. image:: https://static.pepy.tech/badge/hikyuu :target: https://pepy.tech/project/hikyuu -.. image:: https://static.pepy.tech/badge/hikyuu/week +.. image:: https://static.pepy.tech/badge/hikyuu/month :target: https://pepy.tech/project/hikyuu -.. image:: https://static.pepy.tech/badge/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