Giter VIP home page Giter VIP logo

Comments (5)

yutiansut avatar yutiansut commented on July 24, 2024

安装过程

下载镜像:

  1. pip install quantaxis
  2. git clone https://github.com/yutiansut/quantaxis

github上的会比pypi上多一些 mod工具

安装QUANTAXIS

cd quantaxis
pip install -r  requirements.txt -i https://pypi.doubanio.com/simple
pip install .   #这个是直接安装
pip install -e .  # 这个是开发版本安装

from quantaxis.

yutiansut avatar yutiansut commented on July 24, 2024

数据初始化

在命令行中输入quantaxis 进入QUANTAXIS的CLI

输入save

QUANTAXIS> save

即可保存股票的全市场数据

from quantaxis.

yutiansut avatar yutiansut commented on July 24, 2024

开始你的回测

新建一个目录,cd 到该目录下

cd E:
md quant_strategy
cd quant_strayegy
quantaxis

QUANTAXIS>  examples

QUANTAXIS会新建一个回测示例到该目录:

python  backtest.py

运行示例回测

from quantaxis.

haohello avatar haohello commented on July 24, 2024

以后更新数据也是用save的吗?

from quantaxis.

yutiansut avatar yutiansut commented on July 24, 2024

是的 @haohello

from quantaxis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.