如下模型请转为股票交易模型 [金字塔]
- 咨询内容:
老师好如下模型请转为股票交易模型.要求开多不开空!
VARIABLE:a=0,b=0,s1=2,s2=2;m:=26;k:=2;MID: MA(CLOSE,M);//布林中轨UPPER: MID + K*STD(CLOSE,M);//布林上轨LOWER: MID - K*STD(CLOSE,M);//布林下轨
kk:cross(h,upper);kd:cross(l,lower);tt:=upper-lower>=30;if kd and tt and holding=0 then begin buy(1,1,market);a:=0;s1:=2;endif enterprice-l=10 and holding>0 and a<6 then beginbuy(1,s1,market);a:=a+1;s1:=2*s1;endif h-enterprice>=16 then sell(holding>0,holding,market);//多头止盈if enterprice-l>=30 then sell(holding>0,holding,market);//多头止损if kk and tt and holding=0 then begin buyshort(1,1,market); b:=0; s2:=2; endif enterprice-l=10 and holding<0 and b<6 then beginbuyshort(1,s2,market);b:=b+1;s2:=2*s2;endif enterprice-l>=16 then sellshort(holding<0,holding,market);//空头止盈if h-ENTERPRICE>=30 then sellshort(holding<0,holding,market);//空头止损 - 金字塔客服:
你把开空的拿一些删了不就行了?
- 用户回复:
不行呢.放到股票试无信号出呢
- 网友回复:
那么原封不动的,有有信号没?
- 网友回复: 期货有股票无
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 511411198 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容