以下是同花顺韦金子指标公式
金子:((EMA(CLOSE,5)*7+EMA(CLOSE,10)*3))/10,colorcyan;
出土:EMA(CLOSE,13),colorwhite;
日压力:EMA(CLOSE,55),coloryellow;
周压力:EMA(CLOSE,250),color009900;
中轴:EMA(CLOSE,1200),colorred;
STICKLINE(CLOSE>=OPEN,CLOSE,OPEN,8,0),colorred;
STICKLINE(CLOSE>=OPEN,HIGH,LOW,0,0),colorred;