大智慧低买高卖指标公式

引差:ref(c,1)-low,LINETHICK0;

引跌幅:if((ref(c,1)-low)/ref(c,1)*100>0,(ref(c,1)-low)/ref(c,1)*100,0),LINETHICK0;

三日均跌:ma(引跌幅,3),colorwhite;

stICKLINE(LOW<((REF(CLOSE,1)*(1-2/100))+0.03),-0.1,-0.2,3,0),COLORwhite;

STICKLINE(引跌幅<=2,0,引跌幅,5,0);

STICKLINE(引跌幅>2 and 引跌幅<=3,0,引跌幅,5,0),COLORyellow;

STICKLINE(引跌幅>3 and 引跌幅<=4,0,引跌幅,5,0);

STICKLINE(引跌幅>4 ,0,引跌幅,5,0),COLORgreen;