Git Product home page Git Product logo

backtrace's Introduction

golang的股票回测系统

任务调度模块,数据模块,策略模块,资金管理模块

任务调度模块

主要做任务调度和任务分发。 单机版,程序主入口,初始化数据模块和资金管理模块,然后利用并发对不同的股票进行批量策略回测。

数据模块

主要提供数据接口, data文件

策略模块

运行策略,确定何时进行买入和卖出操作,并将买入和卖出操作和资金管理模块进行交互。strategy文件

智能体(资金管理)模块

存储买入,卖出时间点,资金和股票额度,总收益率等。agent文件

策略

采用短期、中期和长期指标相结合得方式: 1、 描述5日,10日,30日,60日均线和当前价格关系,寻找压力线和支持线; 2、 通过4条线确定短期走势、中期走势和长期走势。

评估指标:3日收盘平均涨幅 >1% 为涨

backtrace's People

Contributors

shikanon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.