操盘主图加仓满仓
yc_var1:=ema(close,5);
yc_var2:=ema(close,10);
yc_var3:=ema(close,20);
yc_var4:=ema(close,30);
yc_var5:=(yc_var1+yc_var2+yc_var3+yc_var4)/4;
yc_var6:=(yc_var5-ref(yc_var5,15))/ref(yc_var5,15)*100;
yc_买进:=((close-ref(ma(close,6),1))/6+ma(close,6))*1.004;
买进条件:cross(close,yc_买进) and yc_买进>ref(yc_买进,1),linethick0;
yc_加仓:=((close-ref(ma(close,18),1))/18+ma(close,18))*1.004;
加仓条件:cross(close,yc_加仓) and yc_加仓>ref(yc_加仓,1),linethick0;
◆满仓:买进条件 and 加仓条件,linethick0;
stickline(c>o and 加仓条件,c,h,0,0),coloryellow;
stickline(c>o and 加仓条件,l,o,0,0),coloryellow;
stickline(c>o and 加仓条件,c,o,8,0),coloryellow;
stickline(c>o and 加仓条件 and 买进条件,c,h,0,0),colorff0080;
stickline(c>o and 加仓条件 and 买进条件,l,o,0,0),colorff0080;
stickline(c>o and 加仓条件 and 买进条件,c,o,8,0),colorff0080;
drawtext(加仓条件 and 买进条件 <>1,l/1.01,'加'),coloryellow;
drawtext(加仓条件 and 买进条件 <>1,l/1.03,'仓'),coloryellow;
drawtext(加仓条件 and 买进条件,l/1.01,'◆'),colorff0080;
drawtext(加仓条件 and 买进条件,l/1.03,'满'),colorff0080;
drawtext(加仓条件 and 买进条件,l/1.05,'仓'),colorff0080;
加仓,满仓信号的选股
yc_var5:=(ema(c,5)+ema(c,10)+ema(c,20)+ema(c,30))/4;
yc_var6:=(yc_var5-ref(yc_var5,15))/ref(yc_var5,15)*100;
yc_买进:=((close-ref(ma(c,6),1))/6+ma(c,6))*1.004;
买进条件:=cross(c,yc_买进) and yc_买进>ref(yc_买进,1);
yc_加仓:=((c-ref(ma(c,18),1))/18+ma(c,18))*1.004;
加仓条件:=cross(c,yc_加仓) and yc_加仓>ref(yc_加仓,1);
a:=加仓条件 and 买进条件 <>1;
b:=加仓条件 and 买进条件;
xg:a>0 or b>0;
上一指标公式:简化的量能饱和度公式 飞狐饱和度指标 源码
下一指标公式:抄底不败公式 飞狐抄底指标 源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文操盘主图加仓满仓公式 飞狐操盘主图加仓指标 源码仅供学习研究。