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

请问版主,趋势交易中设置亏损9%自动止损这样? [金字塔]

  • 咨询内容: if holding=0 then begin if tmp>0 then  buy(1,1,marketr);endif holding=0 then begin if tmp<0 then  buyshort(1,1,marketr);  endif holding>0 then begin if tmp<0 then begin  sell(1,holding,marketr);  buyshort(1,1,marketr); endendif holding<0 then begin if tmp>0 then begin  sellshort(1,holding,marketr);  buy(1,1,marketr); endend
     If ((C-Enterprice)/Enterprice)*100>=9 AND HOLDING<0 then begin  空损:SellShort(1,0,marketr); End If ((Enterprice-C)/C)*100>=9 AND HOLDING>0 then begin  多损:Sell(1,0,marketr); End

     

  • 金字塔客服: 这样编写是否正确

     

  • 用户回复: 这样编写正确否,到达9%的亏损能自动执行止损?

     

  • 网友回复: 对的

 

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

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


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

相关文章

    没有相关内容