成本价 [金字塔]
- 咨询内容:
老师: 比如现在开仓价格是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);
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 511411198 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容