请老师帮忙写个移动止损 [金字塔]
- 咨询内容:
多或空开仓后亏2%止损,盈利3%以上后把止损移致成本价。。。盈利超3%以上后回撤未到成本价不止盈(损)。
[此贴子已经被作者于2016-7-1 14:31:38编辑过]
- 金字塔客服:
if holding>0 and c<=enterprice*0.98 then sell(1,0,market);
if holding<0 and c>=enterprice*1.02 then sellshort(1,0,market);
if holding>0 and hhv(h,enterbars+1)>=enterprice*1.03 and c<enterprice then sell(1,0,market);
if holding<0 and llv(l,enterbars+1)<=enterprice*0.97 and c>enterprice then sellshort(1,0,market);
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 511411198 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容