 
等级: 超级版主
- 注册:
- 2021-5-18
- 曾用名:
|
ttt:=if(ref(time,barslast(kd or kk))>010000 and ref(time,barslast(kd or kk))<030000,032500,185500 );
T2:=TIME>=ttt;
tt:=time0-timetot0(dynainfo(207));
tq:=((islastbar and tt<=1) or not(islastbar));
if (KD) and tq then tBUY(1,1,mkt);
PD1:=ref((((AA>0) and YL) and ((WMX or WDX) or WDEX)),0);
if (PD1) then tSELL(1,0,mkt);
PD2:=ref(((AA>0) and WDEX),0);
if (PD2) then tSELL(1,0,mkt);
if (KK) and tq then tBUYSHORT(1,1,mkt);
PK1:=ref((((AA<0) and YL) and ((WMS or WDS) or WDES)),0);
if (PK1) then tSELLSHORT(1,0,mkt);
PK2:=ref(((AA<0) and WDES),0);
if (PK2) then tSELLSHORT(1,0,mkt); |
|