通达信保赚指标公式

v1:=hhvbars(high,100);
v2:=cross(ma(c,10),ma(c,30));
v3:=v1 60 and v2;v3*100,colorred;

通达信保赚指标公式