rqalpha-

作者: 一石头快 | 来源:发表于2018-10-26 21:49 被阅读30次

    1.更新每日行情数据:
    rqalpha update_bundle

    2.update_universe:更新股票池
    context.portfolio 证券信息.比如账户.等等
    OrderEvent: 交易事件源
    ORDER_PENDING_NEW: 创建订单
    ORDER_CREATION_PASS: 创建订单成功
    ORDER_CREATION_REJECT: 创建订单失败
    ORDER_PENDING_CANCEL: 创建撤单
    ORDER_CANCELLATION_PASS: 撤销订单成功
    ORDER_CANCELLATION_REJECT: 撤销订单失败
    ORDER_UNSOLICITED_UPDATE: 订单状态更新
    TRADE: 成交

    http://baostock.com --实时数据接口

    QUANTAXIS -一个综合的系统

    实盘易---一个1w免费的交易软件.

    define GSUBSCRIBESYNC(token, receiver, receiver_func) CGBroadcaster::getInstance((uint32_t)(token))->subscribe(Closure::bind(&receiver_func, receiver;

    开箱即用
    https://rqalpha.readthedocs.io/zh_CN/latest/intro/virtual_machine.html

    教程:
    https://rqalpha.readthedocs.io/zh_CN/latest/intro/install.html

    1.记住:指针这东西.不能用int32_t 去传.会异常.
    2.组件化问题.

    https://www.itf.com.cn/index.php?m=content&c=index&a=show&catid=174&id=8

    rqalpha:
    更新日数据
    https://gitee.com/dotton/lendoo-wx 灵动电商.服务端,客户端
    https://gitee.com/ZhongBangKeJi/CRMEB 小程序电商

    ===这个好:电商程序
    https://gitee.com/laiketui/open

    ==功夫-自动化交易
    https://github.com/taurusai/kungfu.git

    策略:
    EliteQuant
    elitequant

    okcorn 收割机:
    https://github.com/richox/okcoin-leeks-reaper

    https://gitee.com/EliteQuant/EliteQuant_Cpp

    相关文章

      网友评论

          本文标题:rqalpha-

          本文链接:https://www.haomeiwen.com/subject/aktzzftx.html