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

K线走完模式 [金字塔]

  • 咨询内容: 平多:sell(tmp<0 and holding>0,手数,marketr);平空:sellshort(tmp>0 and holding<0,手数,marketr);开多:buy(tmp>0 and holding<=0,手数,marketr);开空:buyshort(tmp<0 and holding>=0,手数,marketr);
    今天晚上黄金多次出现不成交,5分周期

     

  • 金字塔客服: if holding=0 then begin if tmp>0 then  buy(1,手数,marketr);endif holding=0 then begin if tmp<0 then  buyshort(1,手数,marketr);  endif holding>0 then begin if tmp<0 then begin  sell(1,holding,marketr);  buyshort(1,手数,marketr); endendif holding<0 then begin if tmp>0 then begin  sellshort(1,holding,marketr);  buy(1,手数,marketr); endend这2种模式那个优?

     

  • 用户回复: 只要能实现你想法的就可以了,没什么优不优的

 

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

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


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

相关文章

    没有相关内容