打印本文打印本文 关闭窗口关闭窗口

成本价

作者:金字塔 来源:cxh99.com 发布时间:2017年03月21日
  • 咨询内容: 老师:      比如现在开仓价格是100点,在5分钟周期内      1;如果行情先朝有利的方向移动,那么当行情返回开仓价格平仓       2:如果行情朝不利的方向移动,那么亏损10点位平仓
          

     

  • 金字塔客服:

    if hhv(h,enterbars+1)>enterprice and c<=enterprice then sell(1,0,limitr,enterprice),ignorecheck;

    if llv(l,enterbars+1)<enterprice and c>=enterprice then sellshort(1,0,limitr,enterprice),ignorecheck;

    if c<enterprice-10 then sell(1,0,market);

    if c>enterprice+10 then sellshort(1,0,market);

打印本文打印本文 关闭窗口关闭窗口