小圆脸 Alan♚
2024-11-28 15:55:26
最佳回答
主力持仓:=ema(100*(close-llv (low,34))/(hhv(high,34)-llv(low,34)),3);指数趋势:= ema(100*(indexc-llv(indexl,34))/(hhv(indexh,34)-llv(indexl,34)),3);主力**集中度:=winner(c)*100;sat:=if(((((amount)/(close))/((hhv(amount,20))/(hhv(close,20))))*(100)>100),100,(((amount)/(close))/((hhv(amount,20))/(hhv(close,20))))*(100));aa10:=ma(close,8);aa12:=ma(close,12);bb10:=((atan(aa10-ref(aa10,1)))*(3.1416))*(10);bb12:=((atan(aa12-ref(aa12,1)))*(3.1416))*(10);ma13:=ma(close,13);x1:=(close+low+high)/(3);bb13:=((atan(ema(x1,13)-ref(ema(x1,13),1)))*(3.1416))*(10);ema8:=ema(close,8);∠45上升:=filter((bb13>1) and (ema(x1,13)>ref(ema(x1,8),1)),10);ff:=ema(close,3);ma15:=ema(close,21);底背离:=cross(ff,ma15);mtm:=close-ref(close,1);dx:=((100)*(ema(ema(mtm,6),6)))/(ema(ema(abs(mtm),6),6));买:=if((llv(dx,2)=llv(dx,7)) and count((dx<0),2) and cross(dx,ma(dx,2)),1,0);拉升:=filter((买=1),5);(拉升 or 底背离 or ∠45上升) and 主力**集中度>80 20210311