您现在的位置:程序化交易>> 期货公式>> 金字塔等>> 金字塔知识>>正文内容

请教问题 [金字塔]

  • 咨询内容: 条件A时做多 IF A then buy
    多头连续亏损平仓两次后,日内不再做多

     

  • 金字塔客服:

    有空头没?

     

     

  • 用户回复: 以下是引用jinzhe在2013/12/26 13:38:28的发言:

    有空头没?

     

    没有空头

     

  • 网友回复:

    variable:n=0;

    if date<>ref(date,1) then n:=0;

    if 开多 and n<2 then buy;

    if 平仓条件 and holding>0 then begin

        sell;//假定这里平仓使用thisclose

        if close-enterprice<0 then n:=n+1;

        if close-enterprice>0 then n:=0;

    end

     

     

     

     

     

     

 

有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友

可联系技术人员 QQ: 1145508240  点击这里给我发消息进行 有偿 编写!不贵!点击查看价格!


【字体: 】【打印文章】【查看评论

相关文章

    没有相关内容