大智慧公式源码 大智慧趋势先机公式源码
2015-3-31 11:30:49 股票入门 http://rumen.southmoney.com
南方财富网带来大智慧公式源码 大智慧趋势先机公式源码:
diff:=ema(close,12)-ema(close,26);
dea:=ema(diff,9);
ma(c,8),colorwhite;
ma(c,21),coloryellow;
多头:stickline(diff》dea,c,o,8,0),colorred;
stickline(diff》dea,h,l,0,0),colorred;
空头:stickline(diff《=dea,c,o,8,0),COLORF0F000;
stickline(diff《=dea,h,l,0,0),COLORF0F000;
drawtext(cross(diff,dea),l-0.2,‘买入’),colorwhite;
drawtext(cross(dea,diff),h+0.2,‘卖出’),colorgreen;
股票入门声明:资讯来源于互联网,属作者个人观点,仅供投资者参考,并不构成投资建议。投资者据此操作,风险自担。