Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Charmve committed May 20, 2023
1 parent 61dea0d commit 11b97ef
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 13 deletions.
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

***不建议 fork 项目,本项目会持续更新,只 fork 看不到更新,建议 Star ⭐️ ~***

<i>喜欢这个项目吗?请考虑 ❤️赞助本项目 以帮助改进!</i>
<i>喜欢这个项目吗?请考虑[ ❤️赞助](#sponsors--support)本项目,以帮助改进!</i>

</div>

Expand Down Expand Up @@ -179,6 +179,8 @@ python main.py

#### Web

- 1. 基金策略在线分析

需要 node 开发环境: `npm``node`,点击[查看](pyfunds/fund-strategies/README.md)详细操作文档

运行命令
Expand All @@ -190,6 +192,16 @@ npm install
npm start
```

- 2. 选基、选股助手

运行命令

```
cd investool
./investool
```

## No-code operation (TODO)

<img width="" alt="dagster" src="https://user-images.githubusercontent.com/29084184/221900050-2275a6e2-5c9b-4b81-84e5-0087e8fb58ec.png">
Expand Down Expand Up @@ -332,7 +344,7 @@ dagit -h 0.0.0.0 -p 3000

### Benchmark and Model zoo

Results and models are available in the [model zoo](docs/03-智能策略/model_zoo.md). AI strategies is shown at [here](./pytrader/strategies/), local run "python pytrader/strategies/workflow_by_code.py", also provide [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/UFund-Me/Qbot/blob/main/pytrader/strategies/workflow_by_code.ipynb/HEAD)
Results and models are available in the [model zoo](docs/03-智能策略/model_zoo.md). AI strategies is shown at [here](./pytrader/strategies/), local run ``python pytrader/strategies/workflow_by_code.py``, also provide [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/UFund-Me/Qbot/blob/main/pytrader/strategies/workflow_by_code.ipynb/HEAD)

<details><summary><em><b>点击展开查看具体AI模型benchmark结果</b></em></summary>

Expand Down Expand Up @@ -371,10 +383,10 @@ Results and models are available in the [model zoo](docs/03-智能策略/model_z
<p>
<a href="https://ufund-me.github.io/Qbot/#/">
<i><font size="4">在线文档</font></i>
</a
<a href="pytrader/doc">
</a>
<a href="pytrader/strategies/notebook">
<i><font size="4">jupyter notebook</font></i>
</a
</a>
</p>

## Quantstats Report
Expand Down Expand Up @@ -449,8 +461,8 @@ We appreciate all contributions to improve Qbot. Please refer to [CONTRIBUTING.m
## :warning: Disclaimer

交易策略和自动化工具只是提供便利,并不代表实际交易收益。该项目任何内容不构成任何投资建议。市场有风险,投资需谨慎。
## 🔥: Stargazers Over Time

## 🔥 Stargazers Over Time

<!-- [![Stargazers over time](https://starchart.cc/UFund-Me/Qbot.svg)](https://starchart.cc/UFund-Me/Qbot) -->

Expand Down
Empty file modified dagster/start.sh
100644 → 100755
Empty file.
24 changes: 18 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,9 @@ python main.py

#### Web

需要 node 开发环境: `npm``node`,点击[查看](pyfunds/fund-strategies/README)详细操作文档
- 1. 基金策略在线分析

需要 node 开发环境: `npm``node`,点击[查看](pyfunds/fund-strategies/README.md)详细操作文档

运行命令

Expand All @@ -196,6 +198,16 @@ npm install
npm start
```

- 2. 选基、选股助手

运行命令

```
cd investool
./investool
```

## No-code operation (TODO)

<img width="" alt="dagster" src="https://user-images.githubusercontent.com/29084184/221900050-2275a6e2-5c9b-4b81-84e5-0087e8fb58ec.png">
Expand Down Expand Up @@ -377,10 +389,10 @@ Results and models are available in the [model zoo](03-智能策略/model_zoo).
<p>
<a href="https://ufund-me.github.io/Qbot/#/">
<i><font size="4">在线文档</font></i>
</a
<a href="pytrader/doc">
</a>
<a href="pytrader/strategies/notebook">
<i><font size="4">jupyter notebook</font></i>
</a
</a>
</p>

## Quantstats Report
Expand Down Expand Up @@ -454,12 +466,12 @@ We appreciate all contributions to improve Qbot. Please refer to [CONTRIBUTING](

交易策略和自动化工具只是提供便利,并不代表实际交易收益。该项目任何内容不构成任何投资建议。市场有风险,投资需谨慎。

## Stargazers Over Time
## 🔥 Stargazers Over Time

<!-- [![Stargazers over time](https://starchart.cc/UFund-Me/Qbot.svg)](https://starchart.cc/UFund-Me/Qbot) -->

[![Star History Chart](https://api.star-history.com/svg?repos=UFund-Me/Qbot,ailabx/ailabx,jadepeng/pytrader&type=Timeline)](https://star-history.com/#UFund-Me/Qbot&ailabx/ailabx&jadepeng/pytrader&Timeline)

## Sponsors & support

If you like the project, you can become a sponsor at [Open Collective](https://opencollective.com/qbot) or use [GitHub Sponsors](https://github.com/sponsors/Charmve).
Expand Down

0 comments on commit 11b97ef

Please sign in to comment.