Var1:=LLV(LOW,10); Var2:=HHV(HIGH,25); 操盘线:=EMA((CLOSE-Var1)/(Var2-Var1)*4,4); {萃富网-股票公式网站 www.cuiv.com} 不亏线:操盘线>0.24 and 操盘线<0.3 and 操盘线>ref(操盘线,1);