A盛豪球馆?️???
2024-11-17 00:21:54
最佳回答
v**:=(2*close+high+open+low)/5;var7:=llv(low,12);var8:=hhv(high,20);var9:=ema((v**-var7)/(var8-var7)*100,13);vara:=ema(0.667*ref(var9,1)+0.333*var9,2);sarline:=abs(sar(3,0.01,0.1));tr:=sum(max(max(high-low,abs(high-ref(close,1))),abs(low-ref(close,1))),6);hd:=high-ref(high,1);ld:=ref(low,1)-low;dmp:=sum(if(hd>0 and hd>ld,hd,0),6);dmm:=sum(if(ld>0 and ld>hd,ld,0),6);pdi:=dmp*100/tr,colorwhite;mdi:=dmm*100/tr,coloryellow;adx:=ma(abs(mdi-pdi)/(mdi+pdi)*100,14),colorred;adxr:=(adx+ref(adx,14))/2,colorgreen;ma10:=ema(close,11);ma1:=ema(close,5);bpk:=var9>vara and close>=sarline and ma10>ref(ma10,1) and adx>30 and close>ref(open,1) and close>ref(open,2) and close>ref(close,1) and close>ref(close,2) and close>ma1 and close>open;{,bpk}spk:=var9<=vara and close<sarline and ma10<ref(ma10,1) and adx<80 and close<ref(open,1) and close<ref(open,2) and close<ref(close,1) and close<ref(close,2) and close<ma1 and close<open;{,spk}; drawicon(bpk,l,4);drawicon(spk,h,5); 20210311