按此标准操作,你就不会输(源码、主图、贴图)
2015-4-8 13:24:01点击:
加微信:zb-mart免费验证!
bu:=cross(high,SAR(4,1,12));
sel:=cross(SAR(4,1,12),low);
var1:=last(high<SAR(4,1,12));
var2:=last(low>sar(4,1,12));
{drawflagtext(bu,high,'买入');
drawflagtext(sel,low,'卖出');}
drawtext(bu,LOW,'买'),valign0,align1,coloryellow,linethick3;
drawtext(sel,HIGH,'卖'),valign2,align1,colorgreen,linethick3;
STICKLINE(low>SAR(4,1,12) and isdown,high,open,0.5,1),colormagenta;
STICKLINE(low>SAR(4,1,12) and isdown,close,open,7.5,1),colormagenta;
STICKLINE(low>SAR(4,1,12) and isdown,close,low,0.5,1),colormagenta;
STICKLINE(high<SAR(4,1,12) and isup,high,close,0.5,1),colorgreen;
STICKLINE(high<SAR(4,1,12) and isup,close,open,7.5,1),colorgreen;
STICKLINE(high<SAR(4,1,12) and isup,open,low,0.5,1),colorgreen;
sel:=cross(SAR(4,1,12),low);
var1:=last(high<SAR(4,1,12));
var2:=last(low>sar(4,1,12));
{drawflagtext(bu,high,'买入');
drawflagtext(sel,low,'卖出');}
drawtext(bu,LOW,'买'),valign0,align1,coloryellow,linethick3;
drawtext(sel,HIGH,'卖'),valign2,align1,colorgreen,linethick3;
STICKLINE(low>SAR(4,1,12) and isdown,high,open,0.5,1),colormagenta;
STICKLINE(low>SAR(4,1,12) and isdown,close,open,7.5,1),colormagenta;
STICKLINE(low>SAR(4,1,12) and isdown,close,low,0.5,1),colormagenta;
STICKLINE(high<SAR(4,1,12) and isup,high,close,0.5,1),colorgreen;
STICKLINE(high<SAR(4,1,12) and isup,close,open,7.5,1),colorgreen;
STICKLINE(high<SAR(4,1,12) and isup,open,low,0.5,1),colorgreen;
- 上一篇:精品看盘公式 【K线主图 源码 父子篇】 2015/4/8
- 下一篇:较实用的短线主图(源码 主副图 贴图) 2015/4/8