趋势先机源码
-
相关简介:diff:=ema(close,12)-ema(close,26); dea:=ema(diff,9); ma(c,8),colorwhite; ma(c,21),coloryellow; 多头:stickline(diffdea,c,o,8,0),colorred; stickline(diffdea,h,l,0,0),colorred; 空头:stickline(diff=dea,c,o,8,0),COLORF0F000; stickline(diff=dea,h,l,0,0),COLORF
-
文章来源:股海网作者:股海网发布时间:2015-03-27浏览次数:
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;
上一篇:KV-龙虎 (源码)
下一篇:大智慧非常准的主图指标公式,请验证