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

急求:日盈亏超过N值平仓并不再开仓的写法 [金字塔]

  • 咨询内容: 日盈亏 需要调用开平仓之后的数值,才是正确的

     

  • 金字塔客服: variable:c1:=1;r1:=barslast(date<>ref(date,1));if r1=0 then c1:=1;
    r2:=asset-ref(asset,r1+1);r3:=ref(asset,r1+1)-asset;
    if r2>n1 then c1:=-1;if r3>n2 then c1:=-1;..........................if cond1 and c1>0 thenbeginsellshort.......buy..............endif cond2 and c1>0 thenbeginsell.......buyshort......end
    if c1<0 thenbeginsell.........sellshort......end



    [此贴子已经被作者于2013-3-3 9:51:59编辑过]

 

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

可联系技术人员 QQ: 262069696  点击在线交流进行 有偿 编写!不贵!点击查看价格!


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

相关文章

    没有相关内容