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

求助????关于止损问题??? [金字塔]

  • 咨询内容:

    原程序:

    //止损3个点
    if ENTERPRICE-l>=3*mindiff then
    sell(1,holding,market);
    if h-ENTERPRICE>=3*mindiff then
    sellshort(1,holding,market);
    //回落到1个点止盈
    if h-enterprice>=3*mindiff THEN
    n:=1;
    if n=1 and h-ENTERPRICE<=1*mindiff then
    sell(1,holding,market);
    if enterprice-l>=3*mindiff then
    m:=1;
    if m=1 and ENTERPRICE-l<=1*mindiff then
    sellshort(1,holding,market);


    改成带“后台”程序按下述安求:

        A.当亏损:1个点 平仓
        B.赚钱:1个点或以上,自动设置止盈:0.2个点,如果价格没有回到止盈价格,让利润去漂。
                                                                   如果价格回到止盈价格,自动平仓。

     

  • 金字塔客服:

    if dynainfo(7)-tenterprice>1 and tsellholding(0)>0 then tsellshort(1,0,mkt);

    if tenterprice-dynainfo(7)>1 and tbuyholding(0)>0 then tsell(1,0,mkt);

     

    if dynainfo(7)-tenterprice>1 and dynainfo(7)<hhv(h,tenterbars+1)-0.2 and tbuyholding(0)>0 then tsell(1,0,mkt);

    if tenterprice-dynainfo(7)>1 and dynainfo(7)>llv(l,tenterbars+1)+0.2 and tsellholding(0)>0 then tsellshort(1,0,mkt);

 

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

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


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

相关文章

    没有相关内容