Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.29 KB

quick_start.md

File metadata and controls

45 lines (30 loc) · 1.29 KB

Quick start

1. 打开系统终端:

image

推荐使用Iterm2 https://iterm2.com/index.html 直接下载安装即可。

2. 下载qbot源代码到本地

cd ~/
git clone https://github.com/Charmve/qbot_pro

3. 运行程序

Tip

如果启动有异常,可以按照下面步骤安装依赖和启动后台。

pip install -r dev/requirements.txt
pythonw main.py 

# 运行起来,缺少什么模块,就安装什么模块。pip install wxpython

Tip

主要功能一览介绍

1. 回测功能

image

2. ChatGPT策略编写/智能问答

image

3. 智能选股、智能鉴股

image

4. 基金策略分析,回测分析

image

5. 策略模拟交易(掘金仿真)

image