准确把握趋势,操作线变红色买入、绿色卖出。
逍遥1:=ma(100*(close-llv(close,34))/(hhv(high,34)-llv(low,34)),5)-20;
逍遥2:=2*abs(逍遥1);
逍遥3:=100-(100-3*sma((close-llv(low,55))/(hhv(high,55)-llv(low,55))*100,20,1)+2*sma(sma((close-llv(low,55))/(hhv(high,55)-llv(low,55))*100,20,1),15,1));
逍遥4:=100-(100-3*sma((open-llv(low,55))/(hhv(high,55)-llv(low,55))*100,20,1)+2*sma(sma((open-llv(low,55))/(hhv(high,55)-llv(low,55))*100,20,1),15,1));
逍遥c:=close>ma(close,20) and ma(close,20)>=ref(ma(close,20),1);
逍遥d:=逍遥3>ref(逍遥4,1) and vol>ref(vol,1) and close>ref(close,1);
逍遥01:=ema((close-llv(low,25))/(hhv(high,25)-llv(low,25))*100,5);
逍遥02:=(hhv(high,25)-llv(low,25))/ema((close-llv(low,25)),5);
逍遥03:=cross(逍遥02,逍遥01);
逍遥04:=ref(逍遥02,2)<ref(逍遥02,1) and 逍遥02<ref(逍遥02,1);
逍遥05:=count(逍遥03,7)>0 and 逍遥04;
逍遥09:=ema(c,5);
逍遥r10:=llv(low,33);
逍遥r11:=ema(if(low<=逍遥r10,逍遥09,0),3)*40;
逍遥r12:=if(逍遥r11>100,逍遥r11*0.312,逍遥r11);
吸筹:=逍遥r12,colormagenta;
stickline(吸筹>0 and 吸筹<ref(吸筹,1),吸筹,0,4,0),color007546;
stickline(吸筹>0 and 吸筹<ref(吸筹,1),吸筹*0.9,0,4,0),color008c54;
stickline(吸筹>0 and 吸筹<ref(吸筹,1),吸筹*0.8,0,4,0),color00a664;
stickline(吸筹>0 and 吸筹<ref(吸筹,1),吸筹*0.7,0,4,0),color00bf73;
stickline(吸筹>0 and 吸筹<ref(吸筹,1),吸筹*0.6,0,4,0),color00d982;
stickline(吸筹>0 and 吸筹<ref(吸筹,1),吸筹*0.5,0,4,0),color00ea8c;
stickline(吸筹>0 and 吸筹<ref(吸筹,1),吸筹*0.4,0,4,0),color02ff9a;
stickline(吸筹>0 and 吸筹<ref(吸筹,1),吸筹*0.3,0,4,0),color00f9f9;
stickline(吸筹>0 and 吸筹<ref(吸筹,1),吸筹*0.2,0,4,0),color37ffff;
stickline(吸筹>0 and 吸筹<ref(吸筹,1),吸筹*0.1,0,4,0),color6fffff;
stickline(吸筹>0 and 吸筹>=ref(吸筹,1),吸筹,0,4,0),color6000bf;
stickline(吸筹>0 and 吸筹>=ref(吸筹,1),吸筹*0.9,0,4,0),color6c00d9;
stickline(吸筹>0 and 吸筹>=ref(吸筹,1),吸筹*0.8,0,4,0),color7800f0;
stickline(吸筹>0 and 吸筹>=ref(吸筹,1),吸筹*0.7,0,4,0),color8000ff;
stickline(吸筹>0 and 吸筹>=ref(吸筹,1),吸筹*0.6,0,4,0),color9a35ff;
stickline(吸筹>0 and 吸筹>=ref(吸筹,1),吸筹*0.5,0,4,0),coloraf60ff;
stickline(吸筹>0 and 吸筹>=ref(吸筹,1),吸筹*0.4,0,4,0),colorbc79ff;
stickline(吸筹>0 and 吸筹>=ref(吸筹,1),吸筹*0.3,0,4,0),colorca95ff;
stickline(吸筹>0 and 吸筹>=ref(吸筹,1),吸筹*0.3,0,4,0),colord5aaff;
stickline(吸筹>0 and 吸筹>=ref(吸筹,1),吸筹*0.2,0,4,0),colore0c1ff;
stickline(吸筹>0 and 吸筹>=ref(吸筹,1),吸筹*0.1,0,4,0),colorecd9ff;
趋势8:=(((close - llv(low,18)) / (hhv(high,18) - llv(low,18))) * 888);
趋势9:=sma(趋势8,9,1);
趋势10:=sma(趋势9,3,1);
逍遥操作线:((3 * 趋势9) - (2 * 趋势10)),colorwhite,linethick2;
中间线:=ema(趋势9,3);
派:if(逍遥操作线=500,逍遥操作线,逍遥操作线,drawnull),colorgreen,linethick2;
落:if(逍遥操作线<500 ,逍遥操作线,drawnull),colorwhite,linethick2;
吸:if(逍遥操作线>=中间线 ,逍遥操作线,drawnull),colorlired,linethick2;
拉:if(逍遥操作线>=500 and 逍遥操作线>=中间线,逍遥操作线,drawnull),colorff00ff,linethick2;
趋势:ema(中间线,3),linethick2;
涨:if(趋势>ref(趋势,1),趋势,drawnull),color0000ff,linethick2;
跌:if(趋势<=ref(趋势,1),趋势,drawnull),colorff8000,linethick2;
a1:=ref(close,2);
a2:=sma(max(close-a1,0),7,1)/sma(abs(close-a1),7,1)*100;
aa:=(close-llv(low,23))/(hhv(high,23)-llv(low,23))*100;
bb:=ma(aa,10);
趋势线:=sma(bb,3,1)/10;
底部线:=(hhv(high,34)/llv(low,34));
机会1:=if(cross(底部线,趋势线),518,0);
机会2:=if(cross(趋势线,底部线),518,0);
var1:=sum(max(max(high-low,abs(high-ref(close,1))),abs(low-ref(close,1))),25);
var2:=high-ref(high,1);
var3:=ref(low,1)-low;
var4:=sum(if(var2>0 and var2>var3,var2,0),25);
var5:=sum(if(var3>0 and var3>var2,var3,0),25);
var6:=var4*100/var1;
var7:=var5*100/var1;
var8:=ma(abs(var7-var6)/(var7+var6)*100,15);
var9:=(var8+ref(var8,15))/2;
a:=(var7>var6 and var7>25 and var6<25);
b:=zig(3,5)*100,colorwhite;
g:=ma(b,2);
买入:cross(b,g)*100,colorred,linethick3;
进:cross(b,g)*100,colorwhite,linethick1;
卖出:cross(g,b)*100,colorblue,linethick3;
卖:cross(g,b)*100,coloryellow,linethick1;
上一指标公式:精准出击指标公式详解 同花顺精准
下一指标公式:精准进出提醒指标公式详解 同花顺提醒进出
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文逍遥三线最新包趋势引导提升股民控制风险绿指标公式详解 同花顺逍遥引导仅供学习研究。