可直接按照买卖点做参考操作,
红柱区域表示为股价上涨阶段(其中的绿柱由红色点缀代表是正常调整),
绿柱区域表示为股价下跌阶段(其中的红柱由绿色点缀代表是诱多行为),
ma5:ma(close,5),colorcccccc;
ma21:ma(close,21);
ma60:=ma(close,60),color000088;
em1:=ema(c,2),colorwhite;
em2:=ema(c,5),colorred;
em3:=ema(c,8),colorgreen;
tj:=between(em2,em1,em3);
立桩量:=filter(tj=0,5);
平台价:ref(c,barslast(立桩量)),colorgreen;
//drawicon(cross(c,平台价),l*0.996,1);
//drawicon(cross(平台价,c),h*1.019,2);
现价:close;
涨幅:现价/平台价*100-100;
b:=zig(3,10);
g:ma(b,3);
bu:=cross(b,g);
sel:=cross(g,b);
drawicon(cross(b,g),l*0.996,7);
drawicon(cross(g,b),h*1.019,8);
//drawtext(bu,l*0.99,'买'),linethick1,color00aaff;
//drawtext(sel,h*1.01,'卖'),linethick1,color00ff00;
drawtext(cross(b,g),l*0.990,'↖b'),coloryellow,linethick5;
drawtext(cross(g,b) and b<g,h*1.018,'↙s'),colorgreen,linethick5;
//drawtext("x09a.t">0,l*0.99,'b'),linethick1,colorffffff;
//drawtext("x09a.t1">0,l*0.99,'b'),linethick1,color0000ff;
//stickline(买线>=卖线,low,high,0.1,0),color0000cc;
//stickline(买线>=卖线,close,open,7,1),color0000cc;
//stickline(买线<卖线,close,open,7,1),colorcccc00;
//stickline(买线<卖线,low,high,0.1,0),colorcccc00;
//stickline(cross(买线,卖线),open,close,7,1),color00aaff;
//stickline(cross(卖线,买线),open,close,7,0),color00dd00;
stickline(b>g and close>=open,open,close,9,1),colorred;
stickline(b>g and close>=open,open,low,0,0),colorred;
stickline(b>g and close>=open,close,high,0,0),colorred;
stickline(b>g and close<open,open,close,9,0),colorred;
stickline(b>g and close<open,low,high,0,0),colorred;
stickline(b<g and close<=open,open,close,9,0),colorcyan;
stickline(b<g and close<=open,low,high,0,0),colorcyan;
stickline(b<g and close>open,open,close,9,1),colorcyan;
stickline(b<g and close>open,open,low,0,0),colorcyan;
stickline(b<g and close>open,close,high,0,0),colorcyan;
stickline(b=g and close>=open,open,close,9,1),colorblue;
stickline(b=g and close>=open,open,low,0,0),colorblue;
stickline(b=g and close>=open,close,high,0,0),colorblue;
stickline(b=g and close<open,open,close,9,0),colorblue;
stickline(b=g and close<open,low,high,0,0),colorblue;
stickline((b='-' or g='-') and close>=open,open,close,9,1),colorblue;
stickline((b='-' or g='-') and close>=open,open,low,0,0),colorblue;
stickline((b='-' or g='-') and close>=open,close,high,0,0),colorblue;
stickline((b='-' or g='-') and close<open,open,close,9,0),colorblue;
stickline((b='-' or g='-') and close<open,low,high,0,0),colorblue;
上一指标公式:长投指标公式详解 同花顺指标
下一指标公式:MACD偏移指标公式详解 同花顺偏移
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文买卖点平台指标公式详解 同花顺卖点仅供学习研究。