求编写 [金字塔]
-
咨询内容:
BD:=(CLOSE/MA(CLOSE,28)-1)*100;
STICKLINE (BD>=0, BD,0,1,0),COLORRED;
STICKLINE (BD<=0, 0,BD,1,0),COLORGREEN;
出现红柱且收盘价创出20周期新高 开多
出现绿色平空
出现绿色且收盘创20周期新低 开空
出现红色平空
-
金字塔客服:
BD:=(CLOSE/MA(CLOSE,28)-1)*100;
STICKLINE (BD>=0, BD,0,1,0),COLORRED;
STICKLINE (BD<=0, 0,BD,1,0),COLORGREEN;
kd:bd>0 and c=hhv(c,20);//开多条件
kk:bd<0 and c=llv(l,20);//平多条件
pd:bd<0;
pk:bd>0;
sell(pd and holding>0,holding,market);
buy(holding=0 and kd,1,market);
sellshort(holding<0 and pk,holding,market);
buyshort(holding=0 and kk,1,market);
有思路,想编写各种指标公式,交易模型,选股公式,还原公式的朋友
可联系技术人员 QQ: 262069696 或微信号:cxh99cxh99 进行 有偿收费 编写!
(注:由于人数限制,QQ或微信请选择方便的一个联系我们就行,加好友时请简单备注下您的需求,否则无法通过。谢谢您!)
相关文章
-
没有相关内容