股票行情+个股解答
打印

[大智慧I] 祝愿你一帆风顺!(一主图,一副图)

祝愿你一帆风顺!(一主图,一副图)

复制内容到剪贴板
代码:
{yffs一帆风顺zt}
{mabbihh}
{主图}
aa:(ema(c,3)+ema(c,6)+ema(c,12)+ema(c,24))/4,coloryellow;
if(aa>=ref(aa,1),aa,0),LINETHICK2,COLORyellow,circledot;
if(aa<ref(aa,1),aa,0),LINETHICK2,COLORff9900,circledot;
STICKLINE(C>aa,L,H,0.1,1),COLORRED;
STICKLINE(C>aa,C,O,4,1),COLORRED;
STICKLINE(C>aa,C,O,4,1),COLORRED;
STICKLINE(C<aa,C,O,4,1),COLORFFFF00;
STICKLINE(C<aa,C,O,4,1),COLOR00FF00;
STICKLINE(C<aa,L,H,0.1,1),COLOR00FF00;


{yffs一帆风顺ft}
{副图}
多头:C-C*0.2;
空头:ema(多头,10);
ma20:ema(多头,20);
ma30:ema(多头,30);
ma60:ema(多头,60);
stickline(多头>=空头,多头,空头,5,1),coloryellow;
stickline(多头<空头,多头,空头,5,1),colorff00ff;
[ 本帖最后由 逆势飘红 于 2008-8-9 14:41 编辑 ]
附件: 您所在的用户组无法下载或查看附件

TOP