等级: 超级版主
- 注册:
- 2021-5-24
- 曾用名:
|
zt:=c>ref(c,1)*1.095;
cond1:count(zt,7)>=5;
cond2:count(o=c and vol<ref(vol,1)*2/3,7)<3;
if cond1 and cond2 and c=high*0.8 then tbuy(1,3%,mkt),PERTRADER;
if cond1 and cond2 and c=high*0.78 then tbuy(1,3%,mkt),PERTRADER;
if cond1 and cond2 and c=high*0.75 then tbuy(1,4%,mkt),PERTRADER;
if TOPENPROFITPER>0.05 then tsell(1,30%,mkt),PERTRADER;
if c=ma(c,5)*(1-1/100) then tsell(1,30%,mkt),PERTRADER;
if vol>ref(vol,1) and c<DYNAINFO( 54) then tsell(1,100%,mkt),PERTRADER;
if c<ma(c,10) then tsell(1,100%,mkt),PERTRADER; |
|