加仓及移动止损要怎么写 [金字塔]
- 咨询内容:
价格大于1200,买入1手,止损1150;继续上升到1250,加仓买入1手,两手持仓止损1200。请问要怎么写语句?谢谢!
- 金字塔客服:
if h>1200 and h<1250 then buy(holding=0,1,thisclose);
if l<1150 and hhv(h,enterbars+1)>1200 and hhv(h,enterbars+1)<1250 then sell(1,0,thisclose);
if h>=1250 then buy(holding=1 or holding=0,1,thisclose);
if l<1200 and hhv(h,enterbars+1)>=1250 then sell(1,0,thisclose);
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 1145508240 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容