输入/搜索内容

区间突破法

突破
复制: 22
点击次数: 2662
0
关注
5
关注者
策略源码
C++
void main() {
        Sleep(10000);
        Log(exchange.GetAccount());
        while (1) {
            if (exchange.IO("status") == 1) {
                exchange.SetContractType(Symbol);
                auto ticker = exchange.GetTicker();
                auto position = exchange.GetPosition();
                auto orders = exchange.GetOrders();

                if ((position.size() > 0) && !(orders.size() > 0)) {
                        if (!position[0].Type) {
策略参数
策略参数
合约
评论
全部评论 (0)
暂无数据
暂无数据
  • 1
社区
回测系统
APP 下载
iPhone 下载
© 2015 - ∞ YouQuant 豫ICP备19046564号