ST:=obv*100/MA(OBV,50),COLORCYAN,DOTLINE;
EMA(ST,5),COLORYELLOW;
MID:MA(ST,20),COLORRED,DOTLINE;
UP:MID+2*STD(ST,20),COLORRED;
DN:MID-2*STD(ST,20),COLORRED;
B:100,COLORRED,DOTLINE;

ST:=obv*100/MA(OBV,50),COLORCYAN,DOTLINE;
EMA(ST,5),COLORYELLOW;
MID:MA(ST,20),COLORRED,DOTLINE;
UP:MID+2*STD(ST,20),COLORRED;
DN:MID-2*STD(ST,20),COLORRED;
B:100,COLORRED,DOTLINE;

内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:http://dixi.eu.org/7127.html