a1:=ma(close,5);a2:=ma(close,10);a3:=ma(close,20);a4:=ma(close,60);a1>a2 and a2>a3 and a2>ref(a2,1)and a3>ref(a3,1)and a4>ref(a4,1)and a3>a4 and abs(c/a3);
expma(c,7)>expma(c,12) and expma(c,12)>expma(c,21) and expma(c,21)>expma(c,50); ----------------------ema(exponential moving **erage),指数平均数指标。也叫expma指标,它也是一种趋向类指标.大智慧函数的兼容性不如通达信,不识别expma,用ema...
ma5:=ma(c,5);ma10:=ma(c,10);ma20:=ma(c,20);ma60:=ma(c,60);var1:=ma5>ma10 and ma10>ma20 and ma20>ma60;var2:=ma5>ref(ma5,1)and ma10>ref(ma10,1)and ma20>ref(ma20,1...